Skip to content

Equipment

Equipment

Bases: Item

A model for representing a piece of equipment.

Equipment represents an instrument or apparatus in the lab, which can be linked to the items measured on it.

Config:

  • populate_by_name: True
  • extra: ignore

contact

contact: str | None = None

Contact information for equipment (e.g., email address or phone number).

manufacturer

manufacturer: str | None = None

The manufacturer of this piece of equipment

serial_numbers

serial_numbers: str | None = None

A string describing one or more serial numbers for the instrument.

status

status: EquipmentStatus = EquipmentStatus.WORKING

The status of the equipment, indicating its current state.

type

type: Literal['equipment'] = 'equipment'

The resource type of the entry.