Class TEndpoint

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TEndpointStatus read GetstatusElement write SetstatusElement;
Public property connectionType : TCoding read GetconnectionType write SetconnectionType;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization;
Public property contact : TContactPointArray read GetcontactArray;
Public property period : TPeriod read Getperiod write Setperiod;
Public property payloadType : TCodeableConceptArray read GetpayloadTypeArray;
Public property payloadMimeType : TBSFHIRPrimitiveStringArray read GetpayloadMimeTypeArray;
Public property address : string read Getaddress write Setaddress;
Public property addressElement : Turi read GetaddressElement write SetaddressElement;
Public property header : TBSFHIRPrimitiveStringArray read GetheaderArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for the organization that is used to identify the endpoint across multiple disparate systems.

Public property status : string read Getstatus write Setstatus;

active | suspended | error | off | test.

Public property statusElement : TEndpointStatus read GetstatusElement write SetstatusElement;
 
Public 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).

Public property name_ : string read Getname_ write Setname_;

A friendly name that this endpoint can be referred to with.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization;

The organization that manages this endpoint (even if technically another organisation is hosting this in the cloud, it is the organisation associated with the data).

Public property contact : TContactPointArray read GetcontactArray;

Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting.

Public property period : TPeriod read Getperiod write Setperiod;

The interval during which the endpoint is expected to be operational.

Public property payloadType : TCodeableConceptArray read GetpayloadTypeArray;

The payload type describes the acceptable content that can be communicated on the endpoint.

Public 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).

Public property address : string read Getaddress write Setaddress;

The uri that describes the actual end-point to connect to.

Public property addressElement : Turi read GetaddressElement write SetaddressElement;
 
Public property header : TBSFHIRPrimitiveStringArray read GetheaderArray;

Additional headers / information to send as part of the notification.


Generated by PasDoc 0.15.0.