Uses of Record Class
org.ehrbase.api.dto.EhrStatusDto
Packages that use EhrStatusDto
-
Uses of EhrStatusDto in org.ehrbase.api.dto
Methods in org.ehrbase.api.dto that return EhrStatusDtoModifier and TypeMethodDescriptionEhrDto.ehrStatus()Returns the value of theehrStatusrecord component.Constructors in org.ehrbase.api.dto with parameters of type EhrStatusDtoModifierConstructorDescriptionEhrDto(com.nedap.archie.rm.support.identification.HierObjectId systemId, com.nedap.archie.rm.support.identification.HierObjectId ehrId, EhrStatusDto ehrStatus, com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime timeCreated, List<org.ehrbase.openehr.sdk.response.dto.ehrscape.CompositionDto> compositions, List<org.ehrbase.openehr.sdk.response.dto.ehrscape.ContributionDto> contributions) Creates an instance of aEhrDtorecord class. -
Uses of EhrStatusDto in org.ehrbase.api.service
Methods in org.ehrbase.api.service that return EhrStatusDtoModifier and TypeMethodDescriptionEhrService.EhrResult.status()Returns the value of thestatusrecord component.Methods in org.ehrbase.api.service that return types with arguments of type EhrStatusDtoModifier and TypeMethodDescriptionOptional<com.nedap.archie.rm.changecontrol.OriginalVersion<EhrStatusDto>> EhrService.getEhrStatusAtVersion(UUID ehrUuid, UUID versionedObjectUid, int version) Gets particular EHR_STATUS matching the given version Uid.com.nedap.archie.rm.changecontrol.VersionedObject<EhrStatusDto> EhrService.getVersionedEhrStatus(UUID ehrId) Gets version container EhrStatus associated with given EHR.Methods in org.ehrbase.api.service with parameters of type EhrStatusDtoModifier and TypeMethodDescriptionvoidValidationService.check(EhrStatusDto ehrStatus) Initially check ifehrStatusis valid for further processing.EhrService.create(UUID ehrId, EhrStatusDto status) Creates new EHR instance, with default settings and values when no status or ID is supplied.EhrService.updateStatus(UUID ehrId, EhrStatusDto status, com.nedap.archie.rm.support.identification.ObjectVersionId targetObjId, UUID contribution, UUID audit) Update the EHR_STATUS linked to the given EHRConstructors in org.ehrbase.api.service with parameters of type EhrStatusDtoModifierConstructorDescriptionEhrResult(UUID ehrId, com.nedap.archie.rm.support.identification.ObjectVersionId statusVersionId, EhrStatusDto status) Creates an instance of aEhrResultrecord class.