Package | Description |
---|---|
uk.nhs.interoperability.capabilities |
Additional ITK API capabilities/extensions for features that are not fully specified by the (normative) written ITK Specifications
|
uk.nhs.interoperability.client.samples.cda | |
uk.nhs.interoperability.client.samples.smsp | |
uk.nhs.interoperability.infrastructure |
Base / infrastructure classes necessary to support ITK Transport and distribution.
|
uk.nhs.interoperability.service |
Interfaces to represent the messaging service elements of the transport and distribution layers.
|
uk.nhs.interoperability.transport |
Interfaces representing the abstraction of transport elements of the ITK transport and distribution infrastructure.
|
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
DirectoryOfServices.resolveDestination(String serviceId,
ITKAddress address)
Resolve the
ITKTransportRoute for the supplied service
and logical destination address . |
Modifier and Type | Method and Description |
---|---|
void |
CDASender.send(NonCodedCDA request,
ITKAddress targetAddress)
Send.
|
Modifier and Type | Method and Description |
---|---|
GetNHSNumberResponse |
SpineMiniServicesClient.getNHSNumber(GetNHSNumberRequest request,
ITKAddress toAddress)
Get NHS number.
|
GetPatientDetailsByNHSNumberResponse |
SpineMiniServicesClient.getPatientDetailsByNHSNumber(GetPatientDetailsByNHSNumberRequest request,
ITKAddress toAddress)
Gets the patient details by nhs number.
|
VerifyNHSNumberResponse |
SpineMiniServicesClient.verifyNHSNumber(VerifyNHSNumberRequest request,
ITKAddress toAddress)
Verify nhs number.
|
Modifier and Type | Class and Description |
---|---|
class |
ITKAddressImpl
The Class ITKAddressImpl.
|
Modifier and Type | Method and Description |
---|---|
ITKAddress |
ITKMessagePropertiesImpl.getFromAddress() |
ITKAddress |
ITKMessageProperties.getFromAddress()
Obtains the originators ITK address
|
ITKAddress |
ITKAckDetails.getIntendedRecipient()
Provides the ITKAddress for the intended recipient of the message
being acknowledged
|
ITKAddress |
ITKMessagePropertiesImpl.getToAddress() |
ITKAddress |
ITKMessageProperties.getToAddress()
Obtains the destination address for the associated ITK Message.
Note Whilst the ITK Specifications allow for multiple recipients to be specified this version of the ITK API only supports a single recipient to be defined as this satisfies the majority of anticipated use-cases. |
Modifier and Type | Method and Description |
---|---|
void |
ITKMessagePropertiesImpl.setFromAddress(ITKAddress fromAddress) |
void |
ITKMessageProperties.setFromAddress(ITKAddress fromAddress)
Sets the originators address for this message.
|
void |
ITKMessagePropertiesImpl.setToAddress(ITKAddress toAddress) |
void |
ITKMessageProperties.setToAddress(ITKAddress toAddress)
Sets the destination address for the associated ITK Message.
Note Whilst the ITK Specifications allow for multiple recipients to be specified this version of the ITK API only supports a single recipient to be defined as this satisfies the majority of anticipated use-cases. |
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
ITKSimpleDOS.resolveDestination(String serviceId,
ITKAddress address) |
Modifier and Type | Method and Description |
---|---|
ITKAddress |
ITKInfrastructureAck.getIntendedRecipient() |
All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated