Class TDeviceDefinitionConformsTo

Unit

Declaration

type TDeviceDefinitionConformsTo = class(TBackboneElement)

Description

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property specification : TCodeableConcept read Getspecification write Setspecification;
Public property version : TBSFHIRPrimitiveStringArray read GetversionArray;
Public property source : TRelatedArtifactArray read GetsourceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property category : TCodeableConcept read Getcategory write Setcategory;

Describes the type of the standard, specification, or formal guidance.

Public 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.

Public 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.

Public 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.