| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Appointment.ParticipantRequired> |
Appointment.AppointmentParticipantComponent.required
Whether this participant is required to be present at the meeting.
|
| Modifier and Type | Method and Description |
|---|---|
static Appointment.ParticipantRequired |
Appointment.ParticipantRequired.fromCode(String codeString) |
Appointment.ParticipantRequired |
Appointment.ParticipantRequiredEnumFactory.fromCode(String codeString) |
Appointment.ParticipantRequired |
Appointment.AppointmentParticipantComponent.getRequired() |
static Appointment.ParticipantRequired |
Appointment.ParticipantRequired.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Appointment.ParticipantRequired[] |
Appointment.ParticipantRequired.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.ParticipantRequired> |
Appointment.ParticipantRequiredEnumFactory.fromType(Base code) |
Enumeration<Appointment.ParticipantRequired> |
Appointment.AppointmentParticipantComponent.getRequiredElement() |
| Modifier and Type | Method and Description |
|---|---|
Appointment.AppointmentParticipantComponent |
Appointment.AppointmentParticipantComponent.setRequired(Appointment.ParticipantRequired value) |
String |
Appointment.ParticipantRequiredEnumFactory.toCode(Appointment.ParticipantRequired code) |
String |
Appointment.ParticipantRequiredEnumFactory.toSystem(Appointment.ParticipantRequired code) |
| Modifier and Type | Method and Description |
|---|---|
Appointment.AppointmentParticipantComponent |
Appointment.AppointmentParticipantComponent.setRequiredElement(Enumeration<Appointment.ParticipantRequired> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.