Uses of Enum
org.hl7.fhir.r4.model.Appointment.ParticipationStatus
-
Uses of Appointment.ParticipationStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Appointment.ParticipationStatus> Appointment.AppointmentParticipantComponent.status
Participation status of the actor.Modifier and TypeMethodDescriptionAppointment.AppointmentParticipantComponent.getStatus()
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 TypeMethodDescriptionAppointment.ParticipationStatusEnumFactory.fromType
(PrimitiveType<?> code) Appointment.AppointmentParticipantComponent.getStatusElement()
Modifier and TypeMethodDescriptionAppointment.AppointmentParticipantComponent.setStatus
(Appointment.ParticipationStatus value) Appointment.ParticipationStatusEnumFactory.toCode
(Appointment.ParticipationStatus code) Appointment.ParticipationStatusEnumFactory.toSystem
(Appointment.ParticipationStatus code) Modifier and TypeMethodDescriptionAppointment.AppointmentParticipantComponent.setStatusElement
(Enumeration<Appointment.ParticipationStatus> value) ModifierConstructorDescriptionConstructor