Class TCommunicationPayload

Unit

Declaration

type TCommunicationPayload = class(TBackboneElement)

Description

A clinical or business level record of information being transmitted or shared; e.g. an alert that was sent to a responsible provider, a public health agency communication to a provider/reporter in response to a case report for a reportable condition.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property contentAttachment : TAttachment read GetcontentAttachment write SetcontentAttachment;
Public property contentReference : TReference read GetcontentReference write SetcontentReference;
Public property contentCodeableConcept : TCodeableConcept read GetcontentCodeableConcept write SetcontentCodeableConcept;

Description

Methods

Public constructor Create; override;
 

Properties

Public property contentAttachment : TAttachment read GetcontentAttachment write SetcontentAttachment;

A communicated content (or for multi-part communications, one portion of the communication). (choose any one of content*, but only one)

Public property contentReference : TReference read GetcontentReference write SetcontentReference;

A communicated content (or for multi-part communications, one portion of the communication). (choose any one of content*, but only one)

Public property contentCodeableConcept : TCodeableConcept read GetcontentCodeableConcept write SetcontentCodeableConcept;

A communicated content (or for multi-part communications, one portion of the communication). (choose any one of content*, but only one)


Generated by PasDoc 0.15.0.