Interface EhrEndpoint

All Known Implementing Classes:
DefaultRestEhrEndpoint

public interface EhrEndpoint
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new EHR.
    createEhr(com.nedap.archie.rm.ehr.EhrStatus ehrStatus)
    Create a new EHR with the given EHR_STATUS.
    Optional<com.nedap.archie.rm.ehr.EhrStatus>
    Get the EhrStatus for ehrId.
    void
    updateEhrStatus(UUID ehrId, com.nedap.archie.rm.ehr.EhrStatus ehrStatus)
    Updates the status of the ehr with ehrId to ehrStatus
  • Method Details