Class TEndpointPayload
Unit
bsFhir_r5
Declaration
type TEndpointPayload = class(TBackboneElement)
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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConceptArray read Gettype_Array; |
The payload type describes the acceptable content that can be communicated on the endpoint.
|
|
property mimeType : TBSFHIRPrimitiveStringArray read GetmimeTypeArray; |
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).
|
Generated by PasDoc 0.15.0.
|