public interface ITKService
DirectoryOfServices.getService(String)
Modifier and Type | Method and Description |
---|---|
String |
getMimeType()
Specifies the appropriate mime type
for this service
|
String |
getServiceId()
Obtains the service identifier
associated with this ITKService
object
|
boolean |
isBase64()
Determines whether this service
expects the business payload data
to be base64 encoded.
Note: In ITK all ADT v2 pipe and hat messages are required to base64 encoded during transmission |
boolean |
supportsAsync()
Determines whether or not this service
supports an asynchronous invocation.
|
boolean |
supportsSync()
Determines whether or not this service
supports synchronous invocation.
|
String getServiceId()
urn:nhs-itk:services:201005:transferPatient-v1-0
boolean supportsSync()
true
if the service
supports synchronous invocationboolean supportsAsync()
true
if the service
supports asynchronous invocationboolean isBase64()
true
if the
service defines that the payload data
should be base64 encoding during transmission;
false
otherwiseString getMimeType()
text/xml
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