Interface EhrApiSpecification
- All Known Implementing Classes:
OpenehrEhrController
public interface EhrApiSpecification
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntitycreateEhr(String openehrVersion, String openehrAuditDetails, String contentType, String accept, String prefer, com.nedap.archie.rm.ehr.EhrStatus ehrStatus) org.springframework.http.ResponseEntity<org.ehrbase.openehr.sdk.response.dto.EhrResponseData> createEhrWithId(String openehrVersion, String openehrAuditDetails, String accept, String prefer, String ehrIdString, com.nedap.archie.rm.ehr.EhrStatus ehrStatus) org.springframework.http.ResponseEntity<org.ehrbase.openehr.sdk.response.dto.EhrResponseData> retrieveEhrById(String accept, String ehrIdString) org.springframework.http.ResponseEntity<org.ehrbase.openehr.sdk.response.dto.EhrResponseData> retrieveEhrBySubject(String accept, String subjectId, String subjectNamespace)
-
Method Details
-
createEhr
-
createEhrWithId
-
retrieveEhrById
-
retrieveEhrBySubject
-