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 theAdminEhrEndpointAqlEndpointaqlEndpoint()Get theAqlEndpointCompositionEndpointcompositionEndpoint(UUID ehrId)Get theCompositionEndpointfor ehr with IdehrIdEhrEndpointehrEndpoint()Get theEhrEndpointFolderDAOfolder(UUID ehrId, String path)TemplateEndpointtemplateEndpoint()Get theTemplateEndpoint
-
-
-
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:
-
templateEndpoint
TemplateEndpoint templateEndpoint()
Get theTemplateEndpoint- Returns:
-
aqlEndpoint
AqlEndpoint aqlEndpoint()
Get theAqlEndpoint- Returns:
-
adminEhrEndpoint
AdminEhrEndpoint adminEhrEndpoint()
Get theAdminEhrEndpoint- Returns:
-
-