Package org.ehrbase.client.openehrclient
Interface OpenEhrClient
-
- All Known Implementing Classes:
DefaultRestClient
public interface OpenEhrClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminEhrEndpointadminEhrEndpoint()Get theAdminEhrEndpointAdminTemplateEndpointadminTemplateEndpoint()AqlEndpointaqlEndpoint()Get theAqlEndpointCompositionEndpointcompositionEndpoint(UUID ehrId)Get theCompositionEndpointfor ehr with IdehrIdContributionEndpointcontributionEndpoint(UUID ehrId)Get theContributionEndpointfor ehr with IdehrIdEhrEndpointehrEndpoint()Get theEhrEndpointFolderDAOfolder(UUID ehrId, String path)TemplateEndpointtemplateEndpoint()Get theTemplateEndpointVersionedCompositionEndpointversionedCompositionEndpoint(UUID ehrId)Get theVersionedCompositionEndpoint.
-
-
-
Method Detail
-
ehrEndpoint
EhrEndpoint ehrEndpoint()
Get theEhrEndpoint- Returns:
-
compositionEndpoint
CompositionEndpoint compositionEndpoint(UUID ehrId)
Get theCompositionEndpointfor ehr with IdehrId- Parameters:
ehrId- ehrId of ehr for which to revive compositions- Returns:
-
contributionEndpoint
ContributionEndpoint contributionEndpoint(UUID ehrId)
Get theContributionEndpointfor ehr with IdehrId- Parameters:
ehrId- ehrId of ehr for which to revive contributions- Returns:
-
templateEndpoint
TemplateEndpoint templateEndpoint()
Get theTemplateEndpoint- Returns:
-
aqlEndpoint
AqlEndpoint aqlEndpoint()
Get theAqlEndpoint- Returns:
-
adminEhrEndpoint
AdminEhrEndpoint adminEhrEndpoint()
Get theAdminEhrEndpoint- Returns:
-
adminTemplateEndpoint
AdminTemplateEndpoint adminTemplateEndpoint()
-
versionedCompositionEndpoint
VersionedCompositionEndpoint versionedCompositionEndpoint(UUID ehrId)
Get theVersionedCompositionEndpoint.- Parameters:
ehrId- the EHR identifier- Returns:
- the endpoint
-
-