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:Trueextra:ignore
contact
¶
contact: str | None = None
Contact information for equipment (e.g., email address or phone number).
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.