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