Package org.ehrbase.service.maping
Class EhrStatusMapper
java.lang.Object
org.ehrbase.service.maping.EhrStatusMapper
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.nedap.archie.rm.ehr.EhrStatusfromDto(org.ehrbase.api.dto.EhrStatusDto dto) Mapping ofEhrStatusDtoto archiEhrStatus.static org.ehrbase.api.dto.EhrStatusDtotoDto(com.nedap.archie.rm.ehr.EhrStatus ehrStatus) Mapping of archiEhrStatustoEhrStatusDto.
-
Method Details
-
toDto
public static org.ehrbase.api.dto.EhrStatusDto toDto(com.nedap.archie.rm.ehr.EhrStatus ehrStatus) Mapping of archiEhrStatustoEhrStatusDto.- Parameters:
ehrStatus- archiEhrStatusto map- Returns:
EhrStatusDto
-
fromDto
public static com.nedap.archie.rm.ehr.EhrStatus fromDto(org.ehrbase.api.dto.EhrStatusDto dto) Mapping ofEhrStatusDtoto archiEhrStatus.- Parameters:
dto-EhrStatusDtoto map- Returns:
EhrStatus
-