Class TDeviceAssociation

Unit

Declaration

type TDeviceAssociation = class(TDomainResource)

Description

A record of association or dissociation of a device with a patient. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property device : TReference read Getdevice write Setdevice;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property statusReason : TCodeableConceptArray read GetstatusReasonArray;
Public property subject : TReference read Getsubject write Setsubject;
Public property bodyStructure : TReference read GetbodyStructure write SetbodyStructure;
Public property period : TPeriod read Getperiod write Setperiod;
Public property operation : TDeviceAssociationOperationArray read GetoperationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Instance identifier.

Public property device : TReference read Getdevice write Setdevice;

Reference to the devices associated with the patient or group.

Public property category : TCodeableConceptArray read GetcategoryArray;

Describes the relationship between the device and subject.

Public property status : TCodeableConcept read Getstatus write Setstatus;

Indicates the state of the Device association.

Public property statusReason : TCodeableConceptArray read GetstatusReasonArray;

The reasons given for the current association status.

Public property subject : TReference read Getsubject write Setsubject;

The individual, group of individuals or device that the device is on or associated with.

Public property bodyStructure : TReference read GetbodyStructure write SetbodyStructure;

Current anatomical location of the device in/on subject.

Public property period : TPeriod read Getperiod write Setperiod;

Begin and end dates and times for the device association.

Public property operation : TDeviceAssociationOperationArray read GetoperationArray;

The details about the device when it is in use to describe its operation.


Generated by PasDoc 0.15.0.