IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 7.5.2.24.A

7.5.2.24.3 Formal representation

TYPE IfcMedicalDeviceTypeEnum = ENUMERATION OF
	(AIRSTATION
	,FEEDAIRUNIT
	,OXYGENGENERATOR
	,OXYGENPLANT
	,VACUUMSTATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.24.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.5.2.24.5 Changelog

7.5.2.24.5.1 IFC4

  • New resource