Interface OpenEhrClient
- All Known Implementing Classes:
DefaultRestClient
public interface OpenEhrClient
-
Method Summary
Modifier and TypeMethodDescriptionGet theAdminEhrEndpointGet theAqlEndpointcompositionEndpoint(UUID ehrId) Get theCompositionEndpointfor ehr with IdehrIdcontributionEndpoint(UUID ehrId) Get theContributionEndpointfor ehr with IdehrIddirectoryCrudEndpoint(UUID ehrId) Get theEhrEndpointGet theTemplateEndpointversionedCompositionEndpoint(UUID ehrId) Get theVersionedCompositionEndpoint.
-
Method Details
-
ehrEndpoint
EhrEndpoint ehrEndpoint()Get theEhrEndpoint- Returns:
-
compositionEndpoint
Get theCompositionEndpointfor ehr with IdehrId- Parameters:
ehrId- ehrId of ehr for which to revive compositions- Returns:
-
contributionEndpoint
Get theContributionEndpointfor ehr with IdehrId- Parameters:
ehrId- ehrId of ehr for which to revive contributions- Returns:
-
directoryCrudEndpoint
-
templateEndpoint
TemplateEndpoint templateEndpoint()Get theTemplateEndpoint- Returns:
-
aqlEndpoint
AqlEndpoint aqlEndpoint()Get theAqlEndpoint- Returns:
-
adminEhrEndpoint
AdminEhrEndpoint adminEhrEndpoint()Get theAdminEhrEndpoint- Returns:
-
adminTemplateEndpoint
AdminTemplateEndpoint adminTemplateEndpoint() -
versionedCompositionEndpoint
Get theVersionedCompositionEndpoint.- Parameters:
ehrId- the EHR identifier- Returns:
- the endpoint
-