A B C D E F G H I J M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addCustomSerialization() - Method in class org.ehrbase.api.mapper.JacksonConfiguration
- ApiModuleConfiguration - Class in org.ehrbase.api
- ApiModuleConfiguration() - Constructor for class org.ehrbase.api.ApiModuleConfiguration
- AQL - org.ehrbase.api.definitions.QueryMode
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
- buildExample(String, CompositionFormat) - 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(String, Composition) - Method in interface org.ehrbase.api.service.ValidationService
-
check a composition based on the operation template constraints
- check(UUID, Composition) - Method in interface org.ehrbase.api.service.ValidationService
-
check a composition based on the operation template constraints
- commitContribution(UUID, String, CompositionFormat) - Method in interface org.ehrbase.api.service.ContributionService
-
Commit a CONTRIBUTION containing any number of serialized VERSION
objects. - CompositionDto - Class in org.ehrbase.api.dto
- CompositionDto(Composition, String, UUID, UUID) - Constructor for class org.ehrbase.api.dto.CompositionDto
- CompositionFormat - Enum in org.ehrbase.api.definitions
- CompositionService - Interface in org.ehrbase.api.service
- ContributionDto - Class in org.ehrbase.api.dto
- ContributionDto(UUID, Map<String, String>, AuditDetails) - Constructor for class org.ehrbase.api.dto.ContributionDto
- 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(EhrStatus, UUID) - 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(String) - Method in interface org.ehrbase.api.service.TemplateService
- create(UUID, Composition, UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Creates a composition which will be connected to the given existing contribution.
- create(UUID, Folder) - Method in interface org.ehrbase.api.service.FolderService
-
Creates a new folder entry at the database from content.
- create(UUID, String, CompositionFormat) - Method in interface org.ehrbase.api.service.CompositionService
-
Overloaded wrapper function to create composition with minimal set of input.
- create(UUID, String, CompositionFormat, String, UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Creates a deserialized representation of the composition data from source format and stores these data into the corresponding tables.
- createStoredQuery(String, String, String) - Method in interface org.ehrbase.api.service.QueryService
D
- delete(UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Deletes a composition, i.e.
- delete(UUID) - Method in interface org.ehrbase.api.service.FolderService
-
Marks a given folder as deleted and moves it into the history table.
- delete(UUID, UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Deletes a composition which will be connected to the given existing contribution.
- deleteStoredQuery(String, String) - Method in interface org.ehrbase.api.service.QueryService
- deserialize(JsonParser, DeserializationContext) - Method in class org.ehrbase.api.mapper.RmObjectJsonDeSerializer
- doesEhrExist(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Checks if there is an ehr entry existing for specified ehrId.
- 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
- ECISFLAT - org.ehrbase.api.definitions.CompositionFormat
- EhrService - Interface in org.ehrbase.api.service
- EhrStatusDto - Class in org.ehrbase.api.dto
- EhrStatusDto() - Constructor for class org.ehrbase.api.dto.EhrStatusDto
- exists(UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Checks if given ID is a valid composition ID.
- EXPANDED - org.ehrbase.api.definitions.CompositionFormat
F
- 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
- FLAT - org.ehrbase.api.definitions.CompositionFormat
- FolderDto - Class in org.ehrbase.api.dto
- FolderDto(Folder) - Constructor for class org.ehrbase.api.dto.FolderDto
- FolderService - Interface in org.ehrbase.api.service
- formatMessage(Enum<?>, String) - Static method in exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt die Message der
UnexpectedSwitchCaseExceptionanhand der übergebenen Parameter mit Ausgabe vonenumValue.getClass().getSimpleName().
Ausgegeben in der Exception-Message wirdenumValue.name(), damit z.B. - formatMessage(Object, String) - Static method in exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt die Message der
UnexpectedSwitchCaseExceptionanhand der übergebenen Parameter. - formatMessage(String, Object, String) - Static method in exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt die Message der
UnexpectedSwitchCaseExceptionanhand der übergebenen Parameter. - fromCompositionFormat(CompositionFormat) - Static method in enum org.ehrbase.api.definitions.StructuredStringFormat
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
- getAllTemplates() - Method in interface org.ehrbase.api.service.TemplateService
- getArchetypeId() - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- getAuditDetails() - Method in class org.ehrbase.api.dto.ContributionDto
- getCode() - Method in enum org.ehrbase.api.definitions.QueryMode
- getComposition() - Method in class org.ehrbase.api.dto.CompositionDto
- getConcept() - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- getConcept() - Method in class org.ehrbase.api.dto.WebTemplate
- getContribution(UUID, UUID) - Method in interface org.ehrbase.api.service.ContributionService
-
Return the Contribution with given id in given EHR.
- getCreatedOn() - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- getCreationTime(UUID) - Method in interface org.ehrbase.api.service.EhrService
- getDefaultLanguage() - Method in class org.ehrbase.api.dto.WebTemplate
- getDetails() - Method in class org.ehrbase.api.dto.FolderDto
- getDirectoryId(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Reads the EHR entry from database and returns the ID of the root directory entry.
- getEhrId() - Method in class org.ehrbase.api.dto.CompositionDto
- 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.
- getExecutedAQL() - Method in class org.ehrbase.api.dto.QueryResultDto
- getExplain() - Method in class org.ehrbase.api.dto.QueryResultDto
- getFolders() - Method in class org.ehrbase.api.dto.FolderDto
- getFormat() - Method in class org.ehrbase.api.definitions.StructuredString
- getItems() - Method in class org.ehrbase.api.dto.FolderDto
- getLanguages() - Method in class org.ehrbase.api.dto.WebTemplate
- getLastVersionNumber(UUID) - Method in interface org.ehrbase.api.service.CompositionService
- getLastVersionNumber(UUID) - Method in interface org.ehrbase.api.service.FolderService
-
Searches the last version number of a given folder entry from database.
- getLatestVersionUidOfStatus(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Get latest version UID of an EHR_STATUS by given associated EHR UID.
- getName() - Method in class org.ehrbase.api.dto.FolderDto
- getNodename() - Method in interface org.ehrbase.api.definitions.ServerConfig
- getObjectReferences() - Method in class org.ehrbase.api.dto.ContributionDto
- getOtherDetails() - Method in class org.ehrbase.api.dto.EhrStatusDto
- getOtherDetailsTemplateId() - Method in class org.ehrbase.api.dto.EhrStatusDto
- getPort() - Method in interface org.ehrbase.api.definitions.ServerConfig
- getQualifiedName() - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- getQueryText() - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- getResultSet() - Method in class org.ehrbase.api.dto.QueryResultDto
- getRevisionHistoryOfVersionedEhrStatus(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Gets revision history of EhrStatus associated with given EHR.
- getSaved() - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- getServerConfig() - Method in interface org.ehrbase.api.service.BaseService
- getSubjectId() - Method in class org.ehrbase.api.dto.EhrStatusDto
- getSubjectNamespace() - Method in class org.ehrbase.api.dto.EhrStatusDto
- getSystemUuid() - Method in interface org.ehrbase.api.service.BaseService
- getTemplateId() - Method in class org.ehrbase.api.dto.CompositionDto
- getTemplateId() - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- getTemplateId() - Method in class org.ehrbase.api.dto.WebTemplate
- getTree() - Method in class org.ehrbase.api.dto.WebTemplate
- getType() - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- getType() - Method in exception org.ehrbase.api.exception.DuplicateObjectException
- getType() - Method in exception org.ehrbase.api.exception.ObjectNotFoundException
- getUid() - Method in class org.ehrbase.api.dto.FolderDto
- getUid() - Method in class org.ehrbase.api.dto.WebTemplate
- getUidFromInputComposition(String, CompositionFormat) - Method in interface org.ehrbase.api.service.CompositionService
-
Helper function to read UUID from given composition input in stated format.
- getUuid() - Method in class org.ehrbase.api.dto.CompositionDto
- getUuid() - Method in class org.ehrbase.api.dto.ContributionDto
- getValue() - Method in class org.ehrbase.api.definitions.StructuredString
- getVariables() - Method in class org.ehrbase.api.dto.QueryResultDto
- getVersion() - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- getVersionByTimestamp(UUID, LocalDateTime) - Method in interface org.ehrbase.api.service.CompositionService
-
Gets the version of a composition that is closest in time before timestamp
- getVersionedEhrStatus(UUID) - Method in interface org.ehrbase.api.service.EhrService
-
Gets version container EhrStatus associated with given EHR.
- getVersionNumberForTimestamp(UUID, LocalDateTime) - Method in interface org.ehrbase.api.service.FolderService
-
Searches for the folder version that was the current version at the given timestamp.
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.
I
- InternalServerException - Exception in org.ehrbase.api.exception
-
Project-custom exception that allows outbound APIs to react on backend problems.
- InternalServerException(Exception) - Constructor for exception org.ehrbase.api.exception.InternalServerException
- InternalServerException(String) - Constructor for exception org.ehrbase.api.exception.InternalServerException
- InternalServerException(String, Exception) - 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
- invalidate() - Method in interface org.ehrbase.api.service.ValidationService
-
Remove all mappings in the cache
- isDeleted(UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Checks if given composition ID is ID of a logically deleted composition.
- isModifiable() - Method in class org.ehrbase.api.dto.EhrStatusDto
- isQueryable() - Method in class org.ehrbase.api.dto.EhrStatusDto
J
- JacksonConfiguration - Class in org.ehrbase.api.mapper
- JacksonConfiguration() - Constructor for class org.ehrbase.api.mapper.JacksonConfiguration
- JSON - org.ehrbase.api.definitions.CompositionFormat
- JSON - org.ehrbase.api.definitions.OperationalTemplateFormat
- JSON - org.ehrbase.api.definitions.StructuredStringFormat
M
- mappingJackson2XmlHttpMessageConverter(Jackson2ObjectMapperBuilder) - Method in class org.ehrbase.api.mapper.JacksonConfiguration
N
- NotAcceptableException - Exception in org.ehrbase.api.exception
- NotAcceptableException(String) - Constructor for exception org.ehrbase.api.exception.NotAcceptableException
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
- OperationalTemplateFormat - Enum in org.ehrbase.api.definitions
- org.ehrbase.api - package org.ehrbase.api
- org.ehrbase.api.definitions - package org.ehrbase.api.definitions
- org.ehrbase.api.dto - package org.ehrbase.api.dto
- 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
P
- 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, Throwable) - Constructor for exception org.ehrbase.api.exception.PreconditionFailedException
Q
- query(String, Map<String, Object>, QueryMode, boolean) - Method in interface org.ehrbase.api.service.QueryService
- query(String, QueryMode, boolean) - 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')
- QueryDefinitionResultDto - Class in org.ehrbase.api.dto
- QueryDefinitionResultDto() - Constructor for class org.ehrbase.api.dto.QueryDefinitionResultDto
- QueryMode - Enum in org.ehrbase.api.definitions
- QueryResultDto - Class in org.ehrbase.api.dto
- QueryResultDto() - Constructor for class org.ehrbase.api.dto.QueryResultDto
- QueryService - Interface in org.ehrbase.api.service
R
- RAW - org.ehrbase.api.definitions.CompositionFormat
- retrieve(UUID, Integer) - Method in interface org.ehrbase.api.service.CompositionService
- retrieve(UUID, Integer, String) - Method in interface org.ehrbase.api.service.FolderService
-
Returns a versioned folder object by target version number.
- retrieveByTimestamp(UUID, Timestamp, String) - Method in interface org.ehrbase.api.service.FolderService
-
Returns a versioned folder object which has been or is current at the given timestamp.
- retrieveByTimestamp(UUID, LocalDateTime) - Method in interface org.ehrbase.api.service.CompositionService
-
TODO: untested because not needed, yet Gets the composition that is closest in time before timestamp
- retrieveLatest(UUID, String) - Method in interface org.ehrbase.api.service.FolderService
- retrieveStoredQueries(String) - Method in interface org.ehrbase.api.service.QueryService
- retrieveStoredQuery(String, String) - Method in interface org.ehrbase.api.service.QueryService
- RmObjectJsonDeSerializer - Class in org.ehrbase.api.mapper
- RmObjectJsonDeSerializer() - Constructor for class org.ehrbase.api.mapper.RmObjectJsonDeSerializer
- RmObjectJsonDeSerializer(Class<?>) - Constructor for class org.ehrbase.api.mapper.RmObjectJsonDeSerializer
- RmObjectJsonSerializer - Class in org.ehrbase.api.mapper
- RmObjectJsonSerializer() - Constructor for class org.ehrbase.api.mapper.RmObjectJsonSerializer
S
- serialize(Folder, StructuredStringFormat) - Method in interface org.ehrbase.api.service.FolderService
-
Serializes folder content from request body into a structured string that can be used by database save mechanism to parse in into jsonb format that will be saved at the database.
- serialize(RMObject, JsonGenerator, SerializerProvider) - Method in class org.ehrbase.api.mapper.RmObjectJsonSerializer
- serialize(StructuredString, JsonGenerator, SerializerProvider) - Method in class org.ehrbase.api.mapper.StructuredStringJSonSerializer
- 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.
- ServerConfig - Interface in org.ehrbase.api.definitions
- setArchetypeId(String) - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- setConcept(String) - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- setConcept(String) - Method in class org.ehrbase.api.dto.WebTemplate
- setCreatedOn(OffsetDateTime) - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- setDefaultLanguage(String) - Method in class org.ehrbase.api.dto.WebTemplate
- setExecutedAQL(String) - Method in class org.ehrbase.api.dto.QueryResultDto
- setExplain(List<List<String>>) - Method in class org.ehrbase.api.dto.QueryResultDto
- setFormat(StructuredStringFormat) - Method in class org.ehrbase.api.definitions.StructuredString
- setLanguages(List<String>) - Method in class org.ehrbase.api.dto.WebTemplate
- setModifiable(boolean) - Method in class org.ehrbase.api.dto.EhrStatusDto
- setNodename(String) - Method in interface org.ehrbase.api.definitions.ServerConfig
- setOtherDetails(StructuredString) - Method in class org.ehrbase.api.dto.EhrStatusDto
- setOtherDetailsTemplateId(String) - Method in class org.ehrbase.api.dto.EhrStatusDto
- setPort(int) - Method in interface org.ehrbase.api.definitions.ServerConfig
- setQualifiedName(String) - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- setQueryable(boolean) - Method in class org.ehrbase.api.dto.EhrStatusDto
- setQueryText(String) - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- setResultSet(List<Map<String, Object>>) - Method in class org.ehrbase.api.dto.QueryResultDto
- setSaved(ZonedDateTime) - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- setSubjectId(String) - Method in class org.ehrbase.api.dto.EhrStatusDto
- setSubjectNamespace(String) - Method in class org.ehrbase.api.dto.EhrStatusDto
- setTemplateId(String) - Method in class org.ehrbase.api.dto.TemplateMetaDataDto
- setTemplateId(String) - Method in class org.ehrbase.api.dto.WebTemplate
- setTree(Map<String, Object>) - Method in class org.ehrbase.api.dto.WebTemplate
- setType(String) - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- setUid(String) - Method in class org.ehrbase.api.dto.WebTemplate
- setValue(String) - Method in class org.ehrbase.api.definitions.StructuredString
- setVariables(BiMap<String, String>) - Method in class org.ehrbase.api.dto.QueryResultDto
- setVersion(String) - Method in class org.ehrbase.api.dto.QueryDefinitionResultDto
- SQL - org.ehrbase.api.definitions.QueryMode
- 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
- STRUCTURED - org.ehrbase.api.definitions.CompositionFormat
- StructuredString - Class in org.ehrbase.api.definitions
-
Wrapper class for serializable data types in Ethercis.
- StructuredString(String, StructuredStringFormat) - Constructor for class org.ehrbase.api.definitions.StructuredString
- StructuredStringFormat - Enum in org.ehrbase.api.definitions
-
Enum containing the available serialization formats compatible with
StructuredString - StructuredStringJSonSerializer - Class in org.ehrbase.api.mapper
- StructuredStringJSonSerializer() - Constructor for class org.ehrbase.api.mapper.StructuredStringJSonSerializer
T
- TemplateMetaDataDto - Class in org.ehrbase.api.dto
- TemplateMetaDataDto() - Constructor for class org.ehrbase.api.dto.TemplateMetaDataDto
- TemplateService - Interface in org.ehrbase.api.service
U
- UnexpectedSwitchCaseException - Exception in org.ehrbase.api.exception
-
Diese Exception wird geworfen, wenn in einem Switch-Block ein Case eingetreten ist, der nicht korrekt behandelt werden kann.
- UnexpectedSwitchCaseException(Enum<?>) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt aus dem übergebenen enumValue eine message.
Ausgegeben in der Exception-Message wirdenumValue.name(), damit z.B. - UnexpectedSwitchCaseException(Enum<?>, String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt aus dem übergebenen enumValue eine message.
Ausgegeben in der Exception-Message wirdenumValue.name(), damit z.B. - UnexpectedSwitchCaseException(Integer) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt aus dem übergebenen intValue eine message.
- UnexpectedSwitchCaseException(Integer, String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt aus dem übergebenen intValue eine message.
- UnexpectedSwitchCaseException(String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt aus dem übergebenen stringValue eine message.
- UnexpectedSwitchCaseException(String, String) - Constructor for exception org.ehrbase.api.exception.UnexpectedSwitchCaseException
-
Erzeugt aus dem übergebenen stringValue eine message.
- 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, Composition, UUID) - Method in interface org.ehrbase.api.service.CompositionService
-
Updates a composition which will be connected to the given existing contribution.
- update(UUID, Folder, UUID) - Method in interface org.ehrbase.api.service.FolderService
-
Updates a target folder entry identified by the given folderId with new content.
- update(UUID, CompositionFormat, String) - Method in interface org.ehrbase.api.service.CompositionService
-
Overloaded wrapper function to update composition with minimal set of input.
- update(UUID, CompositionFormat, String, String) - Method in interface org.ehrbase.api.service.CompositionService
-
Updates an existing composition entry with new data.
- updateStatus(UUID, EhrStatus) - Method in interface org.ehrbase.api.service.EhrService
-
Update the EHR_STATUS linked to the given EHR
- updateStoredQuery(String, String, String) - Method in interface org.ehrbase.api.service.QueryService
V
- 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 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.
- valueOf(String) - Static method in enum org.ehrbase.api.definitions.CompositionFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ehrbase.api.definitions.OperationalTemplateFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ehrbase.api.definitions.QueryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ehrbase.api.definitions.StructuredStringFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.ehrbase.api.definitions.CompositionFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ehrbase.api.definitions.OperationalTemplateFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ehrbase.api.definitions.QueryMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ehrbase.api.definitions.StructuredStringFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WebTemplate - Class in org.ehrbase.api.dto
- WebTemplate() - Constructor for class org.ehrbase.api.dto.WebTemplate
X
- XML - org.ehrbase.api.definitions.CompositionFormat
- XML - org.ehrbase.api.definitions.OperationalTemplateFormat
- XML - org.ehrbase.api.definitions.StructuredStringFormat
All Classes All Packages