Interface EhrApiSpecification

All Known Implementing Classes:
OpenehrEhrController

public interface EhrApiSpecification
  • Method Details

    • createEhr

      org.springframework.http.ResponseEntity<EhrDto> createEhr(String openehrVersion, String openehrAuditDetails, String prefer, EhrStatusDto ehrStatusDto)
    • createEhrWithId

      org.springframework.http.ResponseEntity<EhrDto> createEhrWithId(String openehrVersion, String openehrAuditDetails, String prefer, String ehrIdString, EhrStatusDto ehrStatusDto)
    • getEhrById

      org.springframework.http.ResponseEntity<EhrDto> getEhrById(String ehrIdString)
    • getEhrBySubject

      org.springframework.http.ResponseEntity<EhrDto> getEhrBySubject(String subjectId, String subjectNamespace)