Class TVirtualServiceDetail

Unit

Declaration

type TVirtualServiceDetail = class(TDataType)

Description

Virtual Service Contact Details. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property channelType : TCoding read GetchannelType write SetchannelType;
Public property addressUrl : string read GetaddressUrl write SetaddressUrl;
Public property addressUrlElement : Turl read GetaddressUrlElement write SetaddressUrlElement;
Public property addressString : string read GetaddressString write SetaddressString;
Public property addressStringElement : Tstring read GetaddressStringElement write SetaddressStringElement;
Public property addressContactPoint : TContactPoint read GetaddressContactPoint write SetaddressContactPoint;
Public property addressExtendedContactDetail : TExtendedContactDetail read GetaddressExtendedContactDetail write SetaddressExtendedContactDetail;
Public property additionalInfo : TBSFHIRPrimitiveStringArray read GetadditionalInfoArray;
Public property maxParticipants : Int64 read GetmaxParticipants write SetmaxParticipants;
Public property maxParticipantsElement : TpositiveInt read GetmaxParticipantsElement write SetmaxParticipantsElement;
Public property sessionKey : string read GetsessionKey write SetsessionKey;
Public property sessionKeyElement : Tstring read GetsessionKeyElement write SetsessionKeyElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property channelType : TCoding read GetchannelType write SetchannelType;

The type of virtual service to connect to (i.e. Teams, Zoom, Specific VMR technology, WhatsApp).

Public property addressUrl : string read GetaddressUrl write SetaddressUrl;

What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type). (choose any one of address*, but only one)

Public property addressUrlElement : Turl read GetaddressUrlElement write SetaddressUrlElement;
 
Public property addressString : string read GetaddressString write SetaddressString;

What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type). (choose any one of address*, but only one)

Public property addressStringElement : Tstring read GetaddressStringElement write SetaddressStringElement;
 
Public property addressContactPoint : TContactPoint read GetaddressContactPoint write SetaddressContactPoint;

What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type). (choose any one of address*, but only one)

Public property addressExtendedContactDetail : TExtendedContactDetail read GetaddressExtendedContactDetail write SetaddressExtendedContactDetail;

What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type). (choose any one of address*, but only one)

Public property additionalInfo : TBSFHIRPrimitiveStringArray read GetadditionalInfoArray;

Address to see alternative connection details.

Public property maxParticipants : Int64 read GetmaxParticipants write SetmaxParticipants;

Maximum number of participants supported by the virtual service.

Public property maxParticipantsElement : TpositiveInt read GetmaxParticipantsElement write SetmaxParticipantsElement;
 
Public property sessionKey : string read GetsessionKey write SetsessionKey;

Session Key required by the virtual service.

Public property sessionKeyElement : Tstring read GetsessionKeyElement write SetsessionKeyElement;
 

Generated by PasDoc 0.15.0.