Class TDeviceAssociationOperation

Unit

Declaration

type TDeviceAssociationOperation = class(TBackboneElement)

Description

A record of association or dissociation of a device with a patient.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property operator_ : TReferenceArray read Getoperator_Array;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property status : TCodeableConcept read Getstatus write Setstatus;

Device operational condition corresponding to the association.

Public property operator_ : TReferenceArray read Getoperator_Array;

The individual performing the action enabled by the device.

Public property period : TPeriod read Getperiod write Setperiod;

Begin and end dates and times for the device's operation.


Generated by PasDoc 0.15.0.