7.5.2.24 IfcMedicalDeviceTypeEnum
7.5.2.24.1 Semantic definition
Enumeration defining the functional type of medical device.
7.5.2.24.2 Type values
| Type | Description | 
|---|---|
AIRSTATION
 | 
 Device that provides purified medical air, composed of an air compressor and air treatment line.  | 
FEEDAIRUNIT
 | 
 Device that feeds air to an oxygen generator, composed of an air compressor, air treatment line, and an air receiver.  | 
OXYGENGENERATOR
 | 
 Device that generates oxygen from air.  | 
OXYGENPLANT
 | 
 Device that combines a feed air unit, oxygen generator, and backup oxygen cylinders.  | 
VACUUMSTATION
 | 
 Device that provides suction, composed of a vacuum pump and bacterial filtration line.  | 
USERDEFINED
 | 
 User-defined medical device type.  | 
NOTDEFINED
 | 
 Undefined medical device type.  | 
7.5.2.24.3 Formal representation
TYPE IfcMedicalDeviceTypeEnum = ENUMERATION OF
	(AIRSTATION
	,FEEDAIRUNIT
	,OXYGENGENERATOR
	,OXYGENPLANT
	,VACUUMSTATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;