Class EhrStatusMapper

java.lang.Object
org.ehrbase.service.maping.EhrStatusMapper

public class EhrStatusMapper extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.nedap.archie.rm.ehr.EhrStatus
    fromDto(org.ehrbase.api.dto.EhrStatusDto dto)
    Mapping of EhrStatusDto to archi EhrStatus.
    static org.ehrbase.api.dto.EhrStatusDto
    toDto(com.nedap.archie.rm.ehr.EhrStatus ehrStatus)
    Mapping of archi EhrStatus to EhrStatusDto.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • toDto

      public static org.ehrbase.api.dto.EhrStatusDto toDto(com.nedap.archie.rm.ehr.EhrStatus ehrStatus)
      Mapping of archi EhrStatus to EhrStatusDto.
      Parameters:
      ehrStatus - archi EhrStatus to map
      Returns:
      EhrStatusDto
    • fromDto

      public static com.nedap.archie.rm.ehr.EhrStatus fromDto(org.ehrbase.api.dto.EhrStatusDto dto)
      Mapping of EhrStatusDto to archi EhrStatus.
      Parameters:
      dto - EhrStatusDto to map
      Returns:
      EhrStatus