Interface EhrApiSpecification

All Known Implementing Classes:
OpenehrEhrController

public interface EhrApiSpecification
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

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

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

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

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