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