Class TDeviceConformsTo
Unit
bsFhir_r5
Declaration
type TDeviceConformsTo = class(TBackboneElement)
Description
A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Describes the type of the standard, specification, or formal guidance.
|
|
property specification : TCodeableConcept read Getspecification write Setspecification; |
Code that identifies the specific standard, specification, protocol, formal guidance, regulation, legislation, or certification scheme to which the device adheres.
|
|
property version : string read Getversion write Setversion; |
Identifies the specific form or variant of the standard, specification, or formal guidance. This may be a 'version number', release, document edition, publication year, or other label.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
Generated by PasDoc 0.15.0.
|