Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TDeviceDefinitionConformsTo
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionConformsTo = 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 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 : TBSFHIRPrimitiveStringArray read GetversionArray; |
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 source : TRelatedArtifactArray read GetsourceArray; |
Standard, regulation, certification, or guidance website, document, or other publication, or similar, supporting the conformance.
|
Generated by PasDoc 0.15.0.
|