Class TVirtualServiceDetail
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property channelType : TCoding read GetchannelType write SetchannelType; |
The type of virtual service to connect to (i.e. Teams, Zoom, Specific VMR technology, WhatsApp).
|
|
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)
|
|
property addressUrlElement : Turl read GetaddressUrlElement write SetaddressUrlElement; |
|
|
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)
|
|
property addressStringElement : Tstring read GetaddressStringElement write SetaddressStringElement; |
|
|
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)
|
|
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)
|
|
property maxParticipants : Int64 read GetmaxParticipants write SetmaxParticipants; |
Maximum number of participants supported by the virtual service.
|
|
property maxParticipantsElement : TpositiveInt read GetmaxParticipantsElement write SetmaxParticipantsElement; |
|
|
property sessionKey : string read GetsessionKey write SetsessionKey; |
Session Key required by the virtual service.
|
|
property sessionKeyElement : Tstring read GetsessionKeyElement write SetsessionKeyElement; |
|
Generated by PasDoc 0.15.0.
|