Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ParticipationStatus
Packages that use Enumerations.ParticipationStatus
-
Uses of Enumerations.ParticipationStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ParticipationStatusModifier and TypeFieldDescriptionprotected 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.ParticipationStatusModifier and TypeMethodDescriptionAppointmentResponse.getParticipantStatus()Appointment.AppointmentParticipantComponent.getStatus()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.ParticipationStatusModifier and TypeMethodDescriptionAppointmentResponse.getParticipantStatusElement()Appointment.AppointmentParticipantComponent.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ParticipationStatusModifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatus(Enumerations.ParticipationStatus value) Appointment.AppointmentParticipantComponent.setStatus(Enumerations.ParticipationStatus value) Enumerations.ParticipationStatusEnumFactory.toCode(Enumerations.ParticipationStatus code) Enumerations.ParticipationStatusEnumFactory.toSystem(Enumerations.ParticipationStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ParticipationStatusModifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatusElement(Enumeration<Enumerations.ParticipationStatus> value) Appointment.AppointmentParticipantComponent.setStatusElement(Enumeration<Enumerations.ParticipationStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ParticipationStatusModifierConstructorDescriptionConstructorAppointmentResponse(Reference appointment, Enumerations.ParticipationStatus participantStatus) Constructor