Interface EhrStatusApiSpecification

All Known Implementing Classes:
OpenehrEhrStatusController

public interface EhrStatusApiSpecification
OpenAPI specification for openEHR REST API EHR_STATUS resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

      org.springframework.http.ResponseEntity<org.ehrbase.api.dto.EhrStatusDto> getEhrStatusVersionByTime(UUID ehrId, String versionAtTime)
    • getEhrStatusByVersionId

      org.springframework.http.ResponseEntity<org.ehrbase.api.dto.EhrStatusDto> getEhrStatusByVersionId(UUID ehrId, String versionUid)
    • updateEhrStatus

      org.springframework.http.ResponseEntity<org.ehrbase.api.dto.EhrStatusDto> updateEhrStatus(UUID ehrId, String versionUid, String prefer, org.ehrbase.api.dto.EhrStatusDto ehrStatus)