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