public interface ITKProfileManager
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCEPTED
The profileId is recognised and can be
processed by the recipient
|
static int |
DEPRECATED
The profileId is recognised and can be
processed by the recipient - however support
for this profile is deprecated and is likely
to be removed in the future
|
static int |
NOT_SUPPORTED
The profileId is either unknown or is
not accepted by the recipient
|
| Modifier and Type | Method and Description |
|---|---|
int |
getProfileSupportLevel(String profileId)
Determines whether the provided
profileId
is supported. |
static final int ACCEPTED
static final int NOT_SUPPORTED
static final int DEPRECATED
@Requirement(traceTo="COR-DEH-09",
status="abstract")
int getProfileSupportLevel(String profileId)
profileId
is supported.profileId - the profileId e.g.
urn:nhs-en:profile:ambulanceServicePatientReport-v1-0ACCEPTED, NOT_SUPPORTED or DEPRECATEDAll 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