Uses of Class
org.ehrbase.rest.openehr.response.EhrStatusResponseData
-
Packages that use EhrStatusResponseData Package Description org.ehrbase.rest.openehr.controller -
-
Uses of EhrStatusResponseData in org.ehrbase.rest.openehr.controller
Methods in org.ehrbase.rest.openehr.controller that return types with arguments of type EhrStatusResponseData Modifier and Type Method Description org.springframework.http.ResponseEntity<EhrStatusResponseData>OpenehrEhrStatusController. retrieveEhrStatusById(String accept, String ehrIdString, String versionUid)org.springframework.http.ResponseEntity<EhrStatusResponseData>OpenehrEhrStatusController. retrieveEhrStatusByTime(String accept, String ehrIdString, String versionAtTime)org.springframework.http.ResponseEntity<EhrStatusResponseData>OpenehrEhrStatusController. updateEhrStatus(String accept, String contentType, String prefer, String ifMatch, String ehrIdString, com.nedap.archie.rm.ehr.EhrStatus ehrStatus)
-