Class TEndpoint
Unit
bsFhir_r5
Declaration
type TEndpoint = class(TDomainResource)
Description
The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b, a REST endpoint for another FHIR server, or a s/Mime email address. This may include any security context information. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifier for the organization that is used to identify the endpoint across multiple disparate systems.
|
|
property status : string read Getstatus write Setstatus; |
The endpoint status represents the general expected availability of an endpoint.
|
|
property statusElement : TEndpointStatus read GetstatusElement write SetstatusElement; |
|
|
property connectionType : TCodeableConceptArray read GetconnectionTypeArray; |
A coded value that represents the technical details of the usage of this endpoint, such as what WSDLs should be used in what way. (e.g. XDS.b/DICOM/cds-hook).
|
|
property name_ : string read Getname_ write Setname_; |
A friendly name that this endpoint can be referred to with.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
The description of the endpoint and what it is for (typically used as supplemental information in an endpoint directory describing its usage/purpose).
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property environmentType : TCodeableConceptArray read GetenvironmentTypeArray; |
The type of environment(s) exposed at this endpoint (dev, prod, test, etc.).
|
|
property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization; |
The organization that manages this endpoint (even if technically another organization is hosting this in the cloud, it is the organization associated with the data).
|
|
property contact : TContactPointArray read GetcontactArray; |
Contact details for a human to contact about the endpoint. The primary use of this for system administrator troubleshooting.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The interval during which the endpoint is expected to be operational.
|
|
property payload : TEndpointPayloadArray read GetpayloadArray; |
The set of payloads that are provided/available at this endpoint.
|
|
property address : string read Getaddress write Setaddress; |
The uri that describes the actual end-point to connect to.
|
|
property addressElement : Turl read GetaddressElement write SetaddressElement; |
|
|
property header : TBSFHIRPrimitiveStringArray read GetheaderArray; |
Additional headers / information to send as part of the notification.
|
Generated by PasDoc 0.15.0.
|