Uses of Class
org.ehrbase.rest.openehr.response.EhrResponseData
-
Packages that use EhrResponseData Package Description org.ehrbase.rest.openehr.controller -
-
Uses of EhrResponseData in org.ehrbase.rest.openehr.controller
Methods in org.ehrbase.rest.openehr.controller that return types with arguments of type EhrResponseData Modifier and Type Method Description org.springframework.http.ResponseEntity<EhrResponseData>OpenehrEhrController. createEhrWithId(String openehrVersion, String openehrAuditDetails, String accept, String prefer, String ehrIdString, com.nedap.archie.rm.ehr.EhrStatus ehrStatus)org.springframework.http.ResponseEntity<EhrResponseData>OpenehrEhrController. retrieveEhrById(String accept, String ehrIdString)Returns EHR by IDorg.springframework.http.ResponseEntity<EhrResponseData>OpenehrEhrController. retrieveEhrBySubject(String accept, String subjectId, String subjectNamespace)Returns EHR by subject (id and namespace)
-