Class TEndpoint
Unit
bsFhir_r4
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 or a REST endpoint for another FHIR server. 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; |
active | suspended | error | off | test.
|
|
property statusElement : TEndpointStatus read GetstatusElement write SetstatusElement; |
|
|
property connectionType : TCoding read GetconnectionType write SetconnectionType; |
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 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 subscription. 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 payloadType : TCodeableConceptArray read GetpayloadTypeArray; |
The payload type describes the acceptable content that can be communicated on the endpoint.
|
|
property payloadMimeType : TBSFHIRPrimitiveStringArray read GetpayloadMimeTypeArray; |
The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType).
|
|
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.
|