Uses of Class
org.hl7.fhir.r4.model.Appointment.ParticipationStatus
-
Packages that use Appointment.ParticipationStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Appointment.ParticipationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Appointment.ParticipationStatus Modifier and Type Field Description protected Enumeration<Appointment.ParticipationStatus>Appointment.AppointmentParticipantComponent. statusParticipation status of the actor.Methods in org.hl7.fhir.r4.model that return Appointment.ParticipationStatus Modifier and Type Method Description static Appointment.ParticipationStatusAppointment.ParticipationStatus. fromCode(String codeString)Appointment.ParticipationStatusAppointment.ParticipationStatusEnumFactory. fromCode(String codeString)Appointment.ParticipationStatusAppointment.AppointmentParticipantComponent. getStatus()static Appointment.ParticipationStatusAppointment.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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Appointment.ParticipationStatus Modifier and Type Method Description Enumeration<Appointment.ParticipationStatus>Appointment.ParticipationStatusEnumFactory. fromType(Base code)Enumeration<Appointment.ParticipationStatus>Appointment.AppointmentParticipantComponent. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Appointment.ParticipationStatus Modifier and Type Method Description Appointment.AppointmentParticipantComponentAppointment.AppointmentParticipantComponent. setStatus(Appointment.ParticipationStatus value)StringAppointment.ParticipationStatusEnumFactory. toCode(Appointment.ParticipationStatus code)StringAppointment.ParticipationStatusEnumFactory. toSystem(Appointment.ParticipationStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Appointment.ParticipationStatus Modifier and Type Method Description Appointment.AppointmentParticipantComponentAppointment.AppointmentParticipantComponent. setStatusElement(Enumeration<Appointment.ParticipationStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Appointment.ParticipationStatus Constructor Description AppointmentParticipantComponent(Enumeration<Appointment.ParticipationStatus> status)Constructor
-