| Package | Description |
|---|---|
| de.customed.diag.shared.dto |
| Modifier and Type | Method and Description |
|---|---|
BirthDate |
PatientVisitDTO.getBirthDate() |
BirthDate |
PatientQueryRequestDTO.getBirthDate() |
BirthDate |
PatientVisitSearchDTO.getBirthDate() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatientVisitDTO.setBirthDate(BirthDate birthDate) |
void |
PatientQueryRequestDTO.setBirthDate(BirthDate birthDate) |
void |
PatientVisitSearchDTO.setBirthDate(BirthDate birthDate) |
| Constructor and Description |
|---|
PatientVisitDTO(long id,
UUID guid,
String externalID,
String socialSecurityNumber,
String visitNumber,
String lastName,
String secondName,
String firstName,
String title,
String suffix,
BirthDate birthDate,
String mobilePhoneNumber,
String address,
String zip,
String town,
String region,
String country,
Double weight,
Double height,
Sex sex,
Ethnos ethnos,
String information,
PatientVisitCreationType creationType,
PatientVisitInsuranceType insuranceType,
String stationPointOfCare,
String stationRoom,
String stationBed,
String stationFacilityNamespaceID,
String stationFacilityUniversalID,
String stationFacilityUniversalIDType,
String stationLocationStatus,
String stationBuilding,
String stationFloor,
String stationLocationDescription,
boolean deleted,
Date modifiedDate,
Date dischargeDate) |
PatientVisitSearchDTO(long id,
UUID guid,
String lastName,
String firstName,
String externalID,
String visitNumber,
BirthDate birthDate,
String mobilePhoneNumber,
Sex sex) |
Copyright © 2021. All rights reserved.