Medical Technology
@Serializable
It describes a Medical Technology used inside an Operating Room. A medical technology is of a particular type and is identified by its id and described by a name and a description. The technology can be inUse inside the Operating Room.
Constructors
Link copied to clipboard
constructor(id: MedicalTechnologyID, name: String, description: String? = null, type: MedicalTechnologyType, inUse: Boolean = false)