| Package | Description |
|---|---|
| de.customed.diag.shared.dto | |
| de.customed.diag.shared.enums |
| Modifier and Type | Method and Description |
|---|---|
Sex |
PatientVisitDTO.getSex() |
Sex |
PatientVisitSearchDTO.getSex() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatientVisitDTO.setSex(Sex sex) |
void |
PatientVisitSearchDTO.setSex(Sex sex) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Sex |
Sex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sex[] |
Sex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.