Interface EhrApiSpecification
- All Known Implementing Classes:
OpenehrEhrController
public interface EhrApiSpecification
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EhrDto> createEhr(String openehrVersion, String openehrAuditDetails, String prefer, EhrStatusDto ehrStatusDto) org.springframework.http.ResponseEntity<EhrDto> createEhrWithId(String openehrVersion, String openehrAuditDetails, String prefer, String ehrIdString, EhrStatusDto ehrStatusDto) org.springframework.http.ResponseEntity<EhrDto> getEhrById(String ehrIdString) org.springframework.http.ResponseEntity<EhrDto> getEhrBySubject(String subjectId, String subjectNamespace)
-
Method Details
-
createEhr
org.springframework.http.ResponseEntity<EhrDto> createEhr(String openehrVersion, String openehrAuditDetails, String prefer, EhrStatusDto ehrStatusDto) -
createEhrWithId
-
getEhrById
-
getEhrBySubject
-