Class TDeviceComponentProductionSpecification
Unit
bsFhir_stu3
Declaration
type TDeviceComponentProductionSpecification = class(TBackboneElement)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property specType : TCodeableConcept read GetspecType write SetspecType; |
The specification type, such as, serial number, part number, hardware revision, software revision, etc.
|
|
property componentId : TIdentifier read GetcomponentId write SetcomponentId; |
The internal component unique identification. This is a provision for manufacture specific standard components using a private OID. 11073-10101 has a partition for private OID semantic that the manufacturer can make use of.
|
|
property productionSpec : string read GetproductionSpec write SetproductionSpec; |
The printable string defining the component.
|
|
property productionSpecElement : Tstring read GetproductionSpecElement write SetproductionSpecElement; |
|
Generated by PasDoc 0.15.0.
|