Uses of Class
org.hl7.fhir.r5.model.Enumerations.ParticipationStatus
-
Packages that use Enumerations.ParticipationStatus Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.ParticipationStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ParticipationStatus Modifier and Type Field Description protected Enumeration<Enumerations.ParticipationStatus>AppointmentResponse. participantStatusParticipation status of the participant.protected Enumeration<Enumerations.ParticipationStatus>Appointment.AppointmentParticipantComponent. statusParticipation status of the actor.Methods in org.hl7.fhir.r5.model that return Enumerations.ParticipationStatus Modifier and Type Method Description static Enumerations.ParticipationStatusEnumerations.ParticipationStatus. fromCode(String codeString)Enumerations.ParticipationStatusEnumerations.ParticipationStatusEnumFactory. fromCode(String codeString)Enumerations.ParticipationStatusAppointmentResponse. getParticipantStatus()Enumerations.ParticipationStatusAppointment.AppointmentParticipantComponent. getStatus()static Enumerations.ParticipationStatusEnumerations.ParticipationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.ParticipationStatus[]Enumerations.ParticipationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ParticipationStatus Modifier and Type Method Description Enumeration<Enumerations.ParticipationStatus>Enumerations.ParticipationStatusEnumFactory. fromType(Base code)Enumeration<Enumerations.ParticipationStatus>AppointmentResponse. getParticipantStatusElement()Enumeration<Enumerations.ParticipationStatus>Appointment.AppointmentParticipantComponent. getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ParticipationStatus Modifier and Type Method Description AppointmentResponseAppointmentResponse. setParticipantStatus(Enumerations.ParticipationStatus value)Appointment.AppointmentParticipantComponentAppointment.AppointmentParticipantComponent. setStatus(Enumerations.ParticipationStatus value)StringEnumerations.ParticipationStatusEnumFactory. toCode(Enumerations.ParticipationStatus code)StringEnumerations.ParticipationStatusEnumFactory. toSystem(Enumerations.ParticipationStatus code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ParticipationStatus Modifier and Type Method Description AppointmentResponseAppointmentResponse. setParticipantStatusElement(Enumeration<Enumerations.ParticipationStatus> value)Appointment.AppointmentParticipantComponentAppointment.AppointmentParticipantComponent. setStatusElement(Enumeration<Enumerations.ParticipationStatus> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ParticipationStatus Constructor Description AppointmentParticipantComponent(Enumerations.ParticipationStatus status)ConstructorAppointmentResponse(Reference appointment, Enumerations.ParticipationStatus participantStatus)Constructor
-