| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Appointment.ParticipationStatus> |
Appointment.AppointmentParticipantComponent.status
Participation status of the actor.
|
| Modifier and Type | Method and Description |
|---|---|
static Appointment.ParticipationStatus |
Appointment.ParticipationStatus.fromCode(String codeString) |
Appointment.ParticipationStatus |
Appointment.ParticipationStatusEnumFactory.fromCode(String codeString) |
Appointment.ParticipationStatus |
Appointment.AppointmentParticipantComponent.getStatus() |
static Appointment.ParticipationStatus |
Appointment.ParticipationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Appointment.ParticipationStatus[] |
Appointment.ParticipationStatus.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.ParticipationStatus> |
Appointment.ParticipationStatusEnumFactory.fromType(Base code) |
Enumeration<Appointment.ParticipationStatus> |
Appointment.AppointmentParticipantComponent.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Appointment.AppointmentParticipantComponent |
Appointment.AppointmentParticipantComponent.setStatus(Appointment.ParticipationStatus value) |
String |
Appointment.ParticipationStatusEnumFactory.toCode(Appointment.ParticipationStatus code) |
String |
Appointment.ParticipationStatusEnumFactory.toSystem(Appointment.ParticipationStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Appointment.AppointmentParticipantComponent |
Appointment.AppointmentParticipantComponent.setStatusElement(Enumeration<Appointment.ParticipationStatus> value) |
| Constructor and Description |
|---|
AppointmentParticipantComponent(Enumeration<Appointment.ParticipationStatus> status)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.