| BaseService |
Basic service interface, foundation of all service interfaces
|
| CompositionService |
|
| ContributionService |
Interface for contribution service roughly based on openEHR SM "I_EHR_CONTRIBUTION Interface",
see: https://specifications.openehr.org/releases/SM/latest/openehr_platform.html#_i_ehr_contribution_interface
|
| EhrService |
|
| FolderService |
|
| QueryService |
|
| StatusService |
Status service to get information about the running EHRbase instance
|
| TemplateService |
|
| TerminologyServer<T,ID,U> |
|
| ValidationService |
ValidationService
performs a composition validation based on the constraints defined in a 1.4 operational template
The service is a wrapper of Validator and use a cache to optimize validation since the construction
of the constraints is somewhat resource intensive.
|
| VersionedObjectService<T extends com.nedap.archie.rm.archetyped.Locatable,U> |
Service layer interface for versioned openEHR objects.
Helps to always handle the necessary metadata and streamlines C(R)UD operations.
Retrieval is
|