Class TDeviceDefinition
Unit
bsFhir_r4b
Declaration
type TDeviceDefinition = class(TDomainResource)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Unique instance identifiers assigned to a device by the software, manufacturers, other organizations or owners. For example: handle ID.
|
|
property udiDeviceIdentifier : TDeviceDefinitionUdiDeviceIdentifierArray read GetudiDeviceIdentifierArray; |
Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.
|
|
property manufacturer : TElement read Getmanufacturer write Setmanufacturer; |
A name of the manufacturer.
|
|
property modelNumber : string read GetmodelNumber write SetmodelNumber; |
The model number for the device.
|
|
property modelNumberElement : Tstring read GetmodelNumberElement write SetmodelNumberElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
What kind of device or device system this is.
|
|
property specialization : TDeviceDefinitionSpecializationArray read GetspecializationArray; |
The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.
|
|
property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray; |
Shelf Life and storage information.
|
|
property physicalCharacteristics : TProdCharacteristic read GetphysicalCharacteristics write SetphysicalCharacteristics; |
Dimensions, color etc.
|
|
property languageCode : TCodeableConceptArray read GetlanguageCodeArray; |
Language code for the human-readable text strings produced by the device (all supported).
|
|
property property_ : TDeviceDefinitionPropertyArray read Getproperty_Array; |
The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.
|
|
property owner : TReference read Getowner write Setowner; |
An organization that is responsible for the provision and ongoing maintenance of the device.
|
|
property contact : TContactPointArray read GetcontactArray; |
Contact details for an organization or a particular human that is responsible for the device.
|
|
property url : string read Geturl write Seturl; |
A network address on which the device may be contacted directly.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
|
property onlineInformation : string read GetonlineInformation write SetonlineInformation; |
Access to on-line information about the device.
|
|
property onlineInformationElement : Turi read GetonlineInformationElement write SetonlineInformationElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Descriptive information, usage information or implantation information that is not captured in an existing element.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The quantity of the device present in the packaging (e.g. the number of devices present in a pack, or the number of devices in the same package of the medicinal product).
|
|
property parentDevice : TReference read GetparentDevice write SetparentDevice; |
The parent device it can be part of.
|
Generated by PasDoc 0.15.0.
|