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, 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

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 : TCodeableConceptArray read GetconnectionTypeArray;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property environmentType : TCodeableConceptArray read GetenvironmentTypeArray;
Public property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization;
Public property contact : TContactPointArray read GetcontactArray;
Public property period : TPeriod read Getperiod write Setperiod;
Public property payload : TEndpointPayloadArray read GetpayloadArray;
Public property address : string read Getaddress write Setaddress;
Public property addressElement : Turl 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;

The endpoint status represents the general expected availability of an endpoint.

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

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

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property environmentType : TCodeableConceptArray read GetenvironmentTypeArray;

The type of environment(s) exposed at this endpoint (dev, prod, test, etc.).

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

Public property contact : TContactPointArray read GetcontactArray;

Contact details for a human to contact about the endpoint. 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 payload : TEndpointPayloadArray read GetpayloadArray;

The set of payloads that are provided/available at this endpoint.

Public property address : string read Getaddress write Setaddress;

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

Public property addressElement : Turl 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.