Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(Object...) - Method in interface org.ehrbase.api.tenant.TenantIdExtractionStrategy
- accept(V) - Method in class org.ehrbase.api.tenant.ThreadLocalSupplier
- action(ProceedingJoinPoint, List<Annotation>) - Method in interface org.ehrbase.api.aspect.AnnotationAspect
- addExtractionStrategy(TenantIdExtractionStrategy<T>) - Method in interface org.ehrbase.api.aspect.TenantAspect
- addExtractionStrategy(TenantIdExtractionStrategy<T>) - Method in interface org.ehrbase.api.tenant.ExtractionStrategyAware
- adminDelete(UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Admin method to delete a Composition from the DB.
- adminDelete(UUID) - Method in interface org.ehrbase.api.service.ContributionService
-
Admin method to delete a Contribution from the DB.
- adminDeleteAllTemplates() - Method in interface org.ehrbase.api.service.TemplateService
-
Deletes all templates from target template storage and returns the number of deleted templates.
- adminDeleteEhr(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Admin method to delete an EHR from the DB.
- adminDeleteFolder(UUID, UUID) - Method in interface org.ehrbase.api.service.DirectoryService
-
Physical delete a folder with all History
- adminDeleteOrphanHistory() - Method in interface org.ehrbase.api.service.EhrService
- adminDeleteTemplate(String) - Method in interface org.ehrbase.api.service.TemplateService
-
Deletes a given template from storage physically.
- adminPurgePartyIdentified() - Method in interface org.ehrbase.api.service.EhrService
- adminUpdateTemplate(String, String) - Method in interface org.ehrbase.api.service.TemplateService
-
Replaces a given template in the storage and updates the cache with the new template content.
- AnnotationAspect - Interface in org.ehrbase.api.aspect
- AuthorizationAspect - Interface in org.ehrbase.api.aspect
B
- BadGatewayException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- BadGatewayException(String) - Constructor for exception org.ehrbase.api.exception.BadGatewayException
- BadGatewayException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.BadGatewayException
- BaseService - Interface in org.ehrbase.api.service
-
Basic service interface, foundation of all service interfaces
- BETTER - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
- buildComposition(String, CompositionFormat, String) - Method in interface org.ehrbase.api.service.CompositionService
- buildExample(String) - Method in interface org.ehrbase.api.service.TemplateService
C
- check(Composition) - Method in interface org.ehrbase.api.service.ValidationService
-
initially check if the composition is valid for further processing
- check(EhrStatus) - Method in interface org.ehrbase.api.service.ValidationService
-
initially check if ehrstatus is valid for further processing
- check(String, Composition) - Method in interface org.ehrbase.api.service.ValidationService
-
check a composition based on the operation template constraints
- checkEhrExists(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Checks if an EHR with the given UUID exists.
- checkEhrExistsAndIsModifiable(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Checks if the EHR with the given UUID is modifiable.
- CLIENT_ID - Enum constant in enum class org.ehrbase.api.tenant.Tenant.StdProperties
- commitContribution(UUID, String, CompositionFormat) - Method in interface org.ehrbase.api.service.ContributionService
-
Commit a CONTRIBUTION containing any number of serialized VERSION
objects. - CompositionService - Interface in org.ehrbase.api.service
- ContributionService - Interface in org.ehrbase.api.service
-
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
- create(UUID, Folder) - Method in interface org.ehrbase.api.service.DirectoryService
-
Create a new folder for Ehr with id equal
ehrId - create(UUID, EhrStatus) - Method in interface org.ehrbase.api.service.EhrService
-
Creates new EHR instance, with default settings and values when no status or ID is supplied.
- create(UUID, T) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Creation with default audit meta-data.
- create(UUID, T, UUID, UUID) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Creation with a given contribution, and its audit meta-data.
- create(UUID, T, UUID, UUID, String) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Creation with given audit meta-data.
- create(Tenant) - Method in interface org.ehrbase.api.service.TenantService
- create(OPERATIONALTEMPLATE) - Method in interface org.ehrbase.api.service.TemplateService
- createStoredQuery(String, String, String) - Method in interface org.ehrbase.api.service.QueryService
D
- DEFAULT_SYS_TENANT - Static variable in interface org.ehrbase.api.tenant.TenantAuthentication
- DEFAULT_TENANT_ID - Static variable in interface org.ehrbase.api.tenant.TenantAuthentication
- delete(UUID, ObjectVersionId) - Method in interface org.ehrbase.api.service.DirectoryService
-
delete the folder for Ehr with id equal
ehrId - delete(UUID, ObjectVersionId) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Deletion with default audit meta-data.
- delete(UUID, ObjectVersionId, UUID, UUID) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Deletion with a given contribution, and its audit meta-data.
- delete(UUID, ObjectVersionId, UUID, UUID, String) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Deletion with given audit meta-data.
- deleteStoredQuery(String, String) - Method in interface org.ehrbase.api.service.QueryService
- DEMOGRAPHIC_METADATA_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- DEMOGRAPHIC_PARAMETERS_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- DEMOGRAPHIC_RESOURCE_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- DEMOGRAPHIC_RESOURCE_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- DEMOGRAPHIC_RESOURCE_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- DEMOGRAPHIC_RESOURCE_SEARCH - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- DEMOGRAPHIC_RESOURCE_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- DirectoryService - Interface in org.ehrbase.api.service
- DTS4 - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
- DuplicateObjectException - Exception in org.ehrbase.api.exception
- DuplicateObjectException(String, String) - Constructor for exception org.ehrbase.api.exception.DuplicateObjectException
- DuplicateObjectException(String, String, Throwable) - Constructor for exception org.ehrbase.api.exception.DuplicateObjectException
E
- EHRBASE_ADMIN_ACCESS - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_COMPOSITION_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_COMPOSITION_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_COMPOSITION_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_COMPOSITION_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_CONTRIBUTION_COMPENSATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_CONTRIBUTION_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_CONTRIBUTION_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_CONTRIBUTION_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_CONTRIBUTION_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_DENY_ALL - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_DIRECTORY_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_DIRECTORY_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_DIRECTORY_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_DIRECTORY_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_EHR_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_EHR_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_EHR_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_EHR_READ_STATUS - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_EHR_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_EHR_UPDATE_STATUS - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_QUERY_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_QUERY_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_QUERY_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_QUERY_SEARCH - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_QUERY_SEARCH_AD_HOC - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_SYSTEM_MONITORING - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_SYSTEM_STATUS - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TEMPLATE_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TEMPLATE_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TEMPLATE_EXAMPLE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TEMPLATE_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TEMPLATE_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TENANT_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TENANT_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TENANT_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TRIGGER_CREATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TRIGGER_DELETE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TRIGGER_READ - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EHRBASE_TRIGGER_UPDATE - Enum constant in enum class org.ehrbase.api.authorization.EhrbasePermission
- EhrbaseAuthorization - Annotation Interface in org.ehrbase.api.authorization
- EhrbaseAuthorizations - Annotation Interface in org.ehrbase.api.authorization
- EhrbasePermission - Enum Class in org.ehrbase.api.authorization
- EhrService - Interface in org.ehrbase.api.service
- EQUIVALENT - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.SubsumptionResult
- exclude() - Element in annotation interface org.ehrbase.api.annotations.TenantAware
- exists(UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Checks if given ID is a valid composition ID.
- expand(ID) - Method in interface org.ehrbase.api.service.TerminologyServer
-
Expands the value set identified by the provided ID.
- expandWithParameters(ID, U...) - Method in interface org.ehrbase.api.service.TerminologyServer
-
Expands the value set identified by the provided ID.
- extract(Object...) - Method in interface org.ehrbase.api.tenant.TenantIdExtractionStrategy
- ExtractionStrategyAware - Interface in org.ehrbase.api.tenant
- extractWithPrior(Optional<TenantAuthentication<?>>, Object...) - Method in interface org.ehrbase.api.tenant.TenantIdExtractionStrategy
F
- FHIR - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
- findBy(String) - Method in interface org.ehrbase.api.service.TenantService
- findBySubject(String, String) - Method in interface org.ehrbase.api.service.EhrService
- findOperationalTemplate(String, OperationalTemplateFormat) - Method in interface org.ehrbase.api.service.TemplateService
-
Finds and returns the given operational template as string represented in requested format.
- findTemplate(String) - Method in interface org.ehrbase.api.service.TemplateService
- formatMessage(Enum<?>, String) - Static method in exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates the message of a
UnexpectedSwitchCaseExceptioncontaining the simple class name of theenumValueparameter. - formatMessage(Object, String) - Static method in exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates the message of a
UnexpectedSwitchCaseExceptionbased on the given parameters. - formatMessage(String, Object, String) - Static method in exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates the message of a
UnexpectedSwitchCaseExceptionbased on the given parameters. - from(UUID, Composition) - Static method in interface org.ehrbase.api.service.CompositionService
G
- GeneralRequestProcessingException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- GeneralRequestProcessingException(String) - Constructor for exception org.ehrbase.api.exception.GeneralRequestProcessingException
- GeneralRequestProcessingException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.GeneralRequestProcessingException
- get() - Method in class org.ehrbase.api.tenant.ThreadLocalSupplier
- get(UUID, ObjectVersionId, String) - Method in interface org.ehrbase.api.service.DirectoryService
-
Get the Folder for Ehr with id equal
ehrId - getAdapterId() - Method in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
- getAll() - Method in interface org.ehrbase.api.service.TenantService
- getAllTemplates() - Method in interface org.ehrbase.api.service.TemplateService
- getAqlDepth() - Method in interface org.ehrbase.api.definitions.ServerConfig
- getAqlIterationSkipList() - Method in interface org.ehrbase.api.definitions.ServerConfig
- getArchieVersion() - Method in interface org.ehrbase.api.service.StatusService
-
Returns current version of archie which has been used to build the running EHRbase instance.
- getAuthentication() - Method in interface org.ehrbase.api.tenant.TenantAuthentication
-
Returns the authentication object.
- getByTime(UUID, OffsetDateTime, String) - Method in interface org.ehrbase.api.service.DirectoryService
-
Get the Folder for Ehr with id equal
ehrIdfor a specific point in time; - getContribution(UUID, UUID) - Method in interface org.ehrbase.api.service.ContributionService
-
Return the Contribution with given id in given EHR.
- getCreationTime(UUID) - Method in interface org.ehrbase.api.service.EhrService
- getCurrentSysTenant() - Method in interface org.ehrbase.api.service.TenantService
- getCurrentTenantIdentifier() - Method in interface org.ehrbase.api.service.TenantService
- getCurrentVersionUid() - Method in exception org.ehrbase.api.exception.PreconditionFailedException
- getDatabaseInformation() - Method in interface org.ehrbase.api.service.StatusService
-
Returns information on the current connected Database instance version.
- getDefaultSysTenant() - Static method in interface org.ehrbase.api.tenant.TenantAuthentication
-
Returns the default sys tenant.
- getDefaultTenantId() - Static method in interface org.ehrbase.api.tenant.TenantAuthentication
-
Returns the default tenant ID.
- getEhrbaseVersion() - Method in interface org.ehrbase.api.service.StatusService
-
Returns current version of EHRbase build that is running.
- getEhrId(UUID) - Method in interface org.ehrbase.api.service.CompositionService
- getEhrStatus(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Gets latest EHR_STATUS of the given EHR.
- getEhrStatusAtVersion(UUID, UUID, int) - Method in interface org.ehrbase.api.service.EhrService
-
Gets particular EHR_STATUS matching the given version Uid.
- getEhrStatusEhrScape(UUID, CompositionFormat) - Method in interface org.ehrbase.api.service.EhrService
-
Deprecated.
- getEhrStatusVersionByTimestamp(UUID, Timestamp) - Method in interface org.ehrbase.api.service.EhrService
-
Get version number of EHR_STATUS associated with given EHR UID at given timestamp.
- getEhrStatusVersionedObjectUidByEhr(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Helper to get (Versioned Object) Uid of EHR_STATUS of given EHR.
- getJavaVMInformation() - Method in interface org.ehrbase.api.service.StatusService
-
Returns information on the current Java Virtual Machine that is running this EHRbase instance.
- getLastVersionNumber(UUID) - Method in interface org.ehrbase.api.service.CompositionService
- getLatestVersionUidOfStatus(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Get latest version UID of an EHR_STATUS by given associated EHR UID.
- getListOfTemplates(String, CompositionFormat) - Method in interface org.ehrbase.api.service.ContributionService
-
Extracts set of used templates in payload's compositions.
- getName() - Method in interface org.ehrbase.api.tenant.TenantAuthentication
-
Returns the name associated with this authentication object.
- getNodename() - Method in interface org.ehrbase.api.definitions.ServerConfig
- getOpenEHR_SDK_Version() - Method in interface org.ehrbase.api.service.StatusService
-
Returns the current version of openEHR_SDK which has been used to build the running EHRbase instance.
- getOperatingSystemInformation() - Method in interface org.ehrbase.api.service.StatusService
-
Returns information on the current operating system this EHRbase instance is running on.
- getOriginalVersionComposition(UUID, UUID, int) - Method in interface org.ehrbase.api.service.CompositionService
-
Gets Original Version container class representation of the given composition at given version.
- getPort() - Method in interface org.ehrbase.api.definitions.ServerConfig
- getRevisionHistoryOfVersionedComposition(UUID, UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Gets revision history of given composition.
- getRevisionHistoryOfVersionedEhrStatus(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Gets revision history of EhrStatus associated with given EHR.
- getServerConfig() - Method in interface org.ehrbase.api.service.BaseService
- getSubjectExtRef(String) - Method in interface org.ehrbase.api.service.EhrService
-
Helper to directly get the external subject reference form the linked subject to given EHR.
- getSubjectExtRefs(Collection<String>) - Method in interface org.ehrbase.api.service.EhrService
- getSubjectUuid(String) - Method in interface org.ehrbase.api.service.EhrService
-
Helper to directly get the linked subject ID to given EHR.
- getSystemUuid() - Method in interface org.ehrbase.api.service.BaseService
- getSysTenantByTenantId(String) - Method in interface org.ehrbase.api.service.TenantService
- getTemplateIdFromInputComposition(String, CompositionFormat) - Method in interface org.ehrbase.api.service.CompositionService
-
Helper function to read the template ID from given composition input in stated format.
- getTenantId() - Method in interface org.ehrbase.api.tenant.Tenant
- getTenantId() - Method in interface org.ehrbase.api.tenant.TenantAuthentication
-
Returns the tenant ID associated with this authentication object.
- getTenantName() - Method in interface org.ehrbase.api.tenant.Tenant
- getTenantProperties() - Method in interface org.ehrbase.api.tenant.Tenant
- getType() - Method in exception org.ehrbase.api.exception.DuplicateObjectException
- getType() - Method in exception org.ehrbase.api.exception.ObjectNotFoundException
- getUrl() - Method in exception org.ehrbase.api.exception.PreconditionFailedException
- getVersionByTimestamp(UUID, LocalDateTime) - Method in interface org.ehrbase.api.service.CompositionService
-
Gets the version of a composition that is closest in time before timestamp
- getVersionedComposition(UUID, UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Gets version container Composition associated with given EHR and Composition ID.
- getVersionedEhrStatus(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Gets version container EhrStatus associated with given EHR.
H
- hasContribution(UUID, UUID) - Method in interface org.ehrbase.api.service.ContributionService
-
Check if given contribution exists and is part of given EHR.
- hasEhr(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Return True if a EHR with identifier ehrId exists.
- HOST - Enum constant in enum class org.ehrbase.api.tenant.Tenant.StdProperties
I
- INDIZEN - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
- InternalServerException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- InternalServerException(String) - Constructor for exception org.ehrbase.api.exception.InternalServerException
- InternalServerException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.InternalServerException
- InternalServerException(Throwable) - Constructor for exception org.ehrbase.api.exception.InternalServerException
- InvalidApiParameterException - Exception in org.ehrbase.api.exception
- InvalidApiParameterException(String) - Constructor for exception org.ehrbase.api.exception.InvalidApiParameterException
- InvalidApiParameterException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.InvalidApiParameterException
- isAdapterSupported(String) - Static method in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
- isDeleted(UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Checks if given composition ID is ID of a logically deleted composition.
- isDisableStrictValidation() - Method in interface org.ehrbase.api.definitions.ServerConfig
- isModifiable(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Returns true if an EHR_STATUS for the given EHR ID exists and has the is_modifiable flag set to true.
J
- JSON - Enum constant in enum class org.ehrbase.api.definitions.OperationalTemplateFormat
L
- lookUp(ID) - Method in interface org.ehrbase.api.service.TerminologyServer
-
Searches all the attributes associated with the concept that corresponds to the provided ID.
M
- matchAnnotations() - Method in interface org.ehrbase.api.aspect.AnnotationAspect
N
- NotAcceptableException - Exception in org.ehrbase.api.exception
- NotAcceptableException(String) - Constructor for exception org.ehrbase.api.exception.NotAcceptableException
- NOTSUBSUMED - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.SubsumptionResult
O
- ObjectNotFoundException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- ObjectNotFoundException(String, String) - Constructor for exception org.ehrbase.api.exception.ObjectNotFoundException
- ObjectNotFoundException(String, String, Throwable) - Constructor for exception org.ehrbase.api.exception.ObjectNotFoundException
- OCEAN - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
- OperationalTemplateFormat - Enum Class in org.ehrbase.api.definitions
- org.ehrbase.api.annotations - package org.ehrbase.api.annotations
- org.ehrbase.api.aspect - package org.ehrbase.api.aspect
- org.ehrbase.api.authorization - package org.ehrbase.api.authorization
- org.ehrbase.api.definitions - package org.ehrbase.api.definitions
- org.ehrbase.api.exception - package org.ehrbase.api.exception
- org.ehrbase.api.mapper - package org.ehrbase.api.mapper
- org.ehrbase.api.service - package org.ehrbase.api.service
- org.ehrbase.api.tenant - package org.ehrbase.api.tenant
P
- permission() - Element in annotation interface org.ehrbase.api.authorization.EhrbaseAuthorization
- permission() - Method in enum class org.ehrbase.api.authorization.EhrbasePermission
- PreconditionFailedException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- PreconditionFailedException(String) - Constructor for exception org.ehrbase.api.exception.PreconditionFailedException
- PreconditionFailedException(String, String, String) - Constructor for exception org.ehrbase.api.exception.PreconditionFailedException
- PreconditionFailedException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.PreconditionFailedException
- priority() - Method in interface org.ehrbase.api.tenant.TenantIdExtractionStrategy
Q
- query(String, Map<String, Object>, boolean, Map<String, Set<Object>>) - Method in interface org.ehrbase.api.service.QueryService
-
simple query where the full json expression contains both query (key = 'q') and optional parameters (key = 'query-parameters')
- QueryService - Interface in org.ehrbase.api.service
R
- REALM - Enum constant in enum class org.ehrbase.api.tenant.Tenant.StdProperties
- reset() - Method in class org.ehrbase.api.tenant.ThreadLocalSupplier
- retrieve(UUID, UUID, Integer) - Method in interface org.ehrbase.api.service.CompositionService
- retrieveStoredQueries(String) - Method in interface org.ehrbase.api.service.QueryService
- retrieveStoredQuery(String, String) - Method in interface org.ehrbase.api.service.QueryService
- retrieveTemplateId(UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Retrieves the template ID associated with a given composition ID.
S
- serialize(CompositionDto, CompositionFormat) - Method in interface org.ehrbase.api.service.CompositionService
-
Public serializer entry point which will be called with composition dto fetched from database and the desired target serialized string format.
- serialize(StructuredString, JsonGenerator, SerializerProvider) - Method in class org.ehrbase.api.mapper.StructuredStringJSonSerializer
- ServerConfig - Interface in org.ehrbase.api.definitions
- setNodename(String) - Method in interface org.ehrbase.api.definitions.ServerConfig
- setPort(int) - Method in interface org.ehrbase.api.definitions.ServerConfig
- StateConflictException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- StateConflictException(String) - Constructor for exception org.ehrbase.api.exception.StateConflictException
- StateConflictException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.StateConflictException
- StatusService - Interface in org.ehrbase.api.service
-
Status service to get information about the running EHRbase instance
- StructuredStringJSonSerializer - Class in org.ehrbase.api.mapper
- StructuredStringJSonSerializer() - Constructor for class org.ehrbase.api.mapper.StructuredStringJSonSerializer
- SUBSUMEDBY - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.SubsumptionResult
- subsumes(T, T) - Method in interface org.ehrbase.api.service.TerminologyServer
-
Evaluates if the concept B subsumes concept A.
- SUBSUMES - Enum constant in enum class org.ehrbase.api.service.TerminologyServer.SubsumptionResult
- supplyFor(Class<V0>) - Static method in class org.ehrbase.api.tenant.ThreadLocalSupplier
T
- TemplateService - Interface in org.ehrbase.api.service
- Tenant - Interface in org.ehrbase.api.tenant
- Tenant.StdProperties - Enum Class in org.ehrbase.api.tenant
- TenantAspect - Interface in org.ehrbase.api.aspect
- TenantAuthentication<T> - Interface in org.ehrbase.api.tenant
- TenantAware - Annotation Interface in org.ehrbase.api.annotations
- TenantIdExtractionStrategy<T> - Interface in org.ehrbase.api.tenant
- TenantService - Interface in org.ehrbase.api.service
- TerminologyServer<T,
ID, U> - Interface in org.ehrbase.api.service - TerminologyServer.SubsumptionResult - Enum Class in org.ehrbase.api.service
-
Possible subsumption evaluation results.
- TerminologyServer.TerminologyAdapter - Enum Class in org.ehrbase.api.service
- ThreadLocalSupplier<V> - Class in org.ehrbase.api.tenant
- toString() - Method in enum class org.ehrbase.api.tenant.Tenant.StdProperties
U
- UnexpectedSwitchCaseException - Exception in org.ehrbase.api.exception
-
This exception is thrown when a case has occurred in a switch block that cannot be handled correctly.
- UnexpectedSwitchCaseException(Enum<?>) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates a message from the
enumValueparameter.
The message is based onenumValue.name(), so that the format is stable, e.g. - UnexpectedSwitchCaseException(Enum<?>, String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates a message from the
enumValueparameter.
The message is based onenumValue.name(), so that the format is stable, e.g. - UnexpectedSwitchCaseException(Integer) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates a message from the
intValueparameter - UnexpectedSwitchCaseException(Integer, String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates a message from the
intValueparameter - UnexpectedSwitchCaseException(String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates a message from the
stringValueparameter - UnexpectedSwitchCaseException(String, String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Creates a message from the
stringValueparameter - UnprocessableEntityException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- UnprocessableEntityException(String) - Constructor for exception org.ehrbase.api.exception.UnprocessableEntityException
- UnsupportedMediaTypeException - Exception in org.ehrbase.api.exception
-
Runtime Exception to handle a not supported media type which a client has specified as the response type.
- UnsupportedMediaTypeException(String) - Constructor for exception org.ehrbase.api.exception.UnsupportedMediaTypeException
- UnsupportedMediaTypeException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.UnsupportedMediaTypeException
- update(UUID, Folder, ObjectVersionId) - Method in interface org.ehrbase.api.service.DirectoryService
-
Update the folder for Ehr with id equal
ehrId - update(UUID, ObjectVersionId, T) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Update with default audit meta-data.
- update(UUID, ObjectVersionId, T, UUID, UUID) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Update with a given contribution, and its audit meta-data.
- update(UUID, ObjectVersionId, T, UUID, UUID, String) - Method in interface org.ehrbase.api.service.VersionedObjectService
-
Update with given audit meta-data.
- update(Tenant) - Method in interface org.ehrbase.api.service.TenantService
- updateStatus(UUID, EhrStatus, UUID, UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Update the EHR_STATUS linked to the given EHR
V
- validate(T, ID) - Method in interface org.ehrbase.api.service.TerminologyServer
-
Evaluates if the concept provided T belongs to the value set identified by the provided ID.
- validate(U...) - Method in interface org.ehrbase.api.service.TerminologyServer
-
Evaluates if the concept provided as one operationParams belongs to the value set provided as another operationParam.
- ValidationException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- ValidationException(Exception) - Constructor for exception org.ehrbase.api.exception.ValidationException
- ValidationException(String) - Constructor for exception org.ehrbase.api.exception.ValidationException
- ValidationException(String, Throwable) - Constructor for exception org.ehrbase.api.exception.ValidationException
- ValidationService - Interface in org.ehrbase.api.service
-
ValidationService
- value() - Element in annotation interface org.ehrbase.api.authorization.EhrbaseAuthorizations
- valueOf(String) - Static method in enum class org.ehrbase.api.authorization.EhrbasePermission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ehrbase.api.definitions.OperationalTemplateFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ehrbase.api.service.TerminologyServer.SubsumptionResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ehrbase.api.tenant.Tenant.StdProperties
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.ehrbase.api.authorization.EhrbasePermission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ehrbase.api.definitions.OperationalTemplateFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ehrbase.api.service.TerminologyServer.SubsumptionResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ehrbase.api.service.TerminologyServer.TerminologyAdapter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ehrbase.api.tenant.Tenant.StdProperties
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VersionedObjectService<T extends com.nedap.archie.rm.archetyped.Locatable,
U> - Interface in org.ehrbase.api.service -
Service layer interface for versioned openEHR objects.
Helps to always handle the necessary metadata and streamlines C(R)UD operations.
Retrieval is
X
- XML - Enum constant in enum class org.ehrbase.api.definitions.OperationalTemplateFormat
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form