Class TDeviceDefinitionPackaging
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionPackaging = 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 identifier : TIdentifier read Getidentifier write Setidentifier; |
The business identifier of the packaged medication.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A code that defines the specific type of packaging.
|
|
property count : integer read Getcount write Setcount; |
The number of items contained in the package (devices or sub-packages).
|
|
property countElement : Tinteger read GetcountElement write SetcountElement; |
|
Generated by PasDoc 0.15.0.
|