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.

contact

contact: str | None

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

location

location: str | None

Place where the equipment is located

manufacturer

manufacturer: str | None

The manufacturer of this piece of equipment

serial_numbers

serial_numbers: str | 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: str = 'equipment'

The resource type of the entry.