Interface EhrStatusApiSpecification
- All Known Implementing Classes:
OpenehrEhrStatusController
public interface EhrStatusApiSpecification
OpenAPI specification for openEHR REST API EHR_STATUS resource.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.ehrbase.api.dto.EhrStatusDto> getEhrStatusByVersionId(UUID ehrId, String versionUid) org.springframework.http.ResponseEntity<org.ehrbase.api.dto.EhrStatusDto> getEhrStatusVersionByTime(UUID ehrId, String versionAtTime) org.springframework.http.ResponseEntity<org.ehrbase.api.dto.EhrStatusDto> updateEhrStatus(UUID ehrId, String versionUid, String prefer, org.ehrbase.api.dto.EhrStatusDto ehrStatus)
-
Method Details
-
getEhrStatusVersionByTime
-
getEhrStatusByVersionId
-
updateEhrStatus
-