Class TCommunicationRequestPayload

Unit

Declaration

type TCommunicationRequestPayload = class(TBackboneElement)

Description

A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about 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;

The 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;

The 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;

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