| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Appointment.AppointmentStatus> |
Appointment.status
The overall status of the Appointment.
|
| Modifier and Type | Method and Description |
|---|---|
static Appointment.AppointmentStatus |
Appointment.AppointmentStatus.fromCode(String codeString) |
Appointment.AppointmentStatus |
Appointment.AppointmentStatusEnumFactory.fromCode(String codeString) |
Appointment.AppointmentStatus |
Appointment.getStatus() |
static Appointment.AppointmentStatus |
Appointment.AppointmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Appointment.AppointmentStatus[] |
Appointment.AppointmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Appointment.AppointmentStatus> |
Appointment.AppointmentStatusEnumFactory.fromType(Base code) |
Enumeration<Appointment.AppointmentStatus> |
Appointment.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Appointment |
Appointment.setStatus(Appointment.AppointmentStatus value) |
String |
Appointment.AppointmentStatusEnumFactory.toCode(Appointment.AppointmentStatus code) |
String |
Appointment.AppointmentStatusEnumFactory.toSystem(Appointment.AppointmentStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Appointment |
Appointment.setStatusElement(Enumeration<Appointment.AppointmentStatus> value) |
| Constructor and Description |
|---|
Appointment(Enumeration<Appointment.AppointmentStatus> status)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.