Class ChPpqmUtils
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.chppqm.ChPpqmUtils
- Author:
- Dmytro Rud
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Bundle
createPpq4DeleteRequestBundle
(Collection<String> consentIds) static Bundle
createPpq4SubmitRequestBundle
(Collection<Consent> consents, Bundle.HTTPVerb httpMethod) static String
static String
static String
extractConsentId
(Consent consent, String idType) static String
extractConsentIdsFromEntryUrls
(Bundle bundle) Extracts identifiers of consents from URLs in a bundle's entries (primarily for PPQ-4 operation DELETE).static FhirContext
static String
getTemplateProfileUri
(String templateId)
-
Field Details
-
FHIR_CONTEXT
-
TEMPLATE_IDS
-
TEMPLATE_PROFILE_URIS
-
-
Method Details
-
getFhirContext
-
getTemplateProfileUri
-
extractConsentId
-
extractConsentIdFromUrl
-
extractConsentIdsFromEntryUrls
Extracts identifiers of consents from URLs in a bundle's entries (primarily for PPQ-4 operation DELETE). -
createUrl
-
createUrl
-
createPpq4SubmitRequestBundle
public static Bundle createPpq4SubmitRequestBundle(Collection<Consent> consents, Bundle.HTTPVerb httpMethod) -
createPpq4DeleteRequestBundle
-