Uses of Class
org.ehrbase.rest.ehrscape.responsedata.EhrResponseData
-
Packages that use EhrResponseData Package Description org.ehrbase.rest.ehrscape.controller -
-
Uses of EhrResponseData in org.ehrbase.rest.ehrscape.controller
Methods in org.ehrbase.rest.ehrscape.controller that return types with arguments of type EhrResponseData Modifier and Type Method Description org.springframework.http.ResponseEntity<EhrResponseData>EhrController. createEhr(String subjectId, String subjectNamespace, String committerId, String committerName, String contentType, String content)org.springframework.http.ResponseEntity<EhrResponseData>EhrController. getEhr(String subjectId, String subjectNamespace, String contentType)org.springframework.http.ResponseEntity<EhrResponseData>EhrController. getEhr(UUID ehrId, String contentType)org.springframework.http.ResponseEntity<EhrResponseData>EhrController. updateStatus(UUID ehrId, String ehrStatus, String contentType)
-