Uses of Class
org.hl7.fhir.r4.model.AppointmentResponse.ParticipantStatus
-
Packages that use AppointmentResponse.ParticipantStatus Package Description org.hl7.fhir.r4.model -
-
Uses of AppointmentResponse.ParticipantStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AppointmentResponse.ParticipantStatus Modifier and Type Field Description protected Enumeration<AppointmentResponse.ParticipantStatus>AppointmentResponse. participantStatusParticipation status of the participant.Methods in org.hl7.fhir.r4.model that return AppointmentResponse.ParticipantStatus Modifier and Type Method Description static AppointmentResponse.ParticipantStatusAppointmentResponse.ParticipantStatus. fromCode(String codeString)AppointmentResponse.ParticipantStatusAppointmentResponse.ParticipantStatusEnumFactory. fromCode(String codeString)AppointmentResponse.ParticipantStatusAppointmentResponse. getParticipantStatus()static AppointmentResponse.ParticipantStatusAppointmentResponse.ParticipantStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AppointmentResponse.ParticipantStatus[]AppointmentResponse.ParticipantStatus. 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 AppointmentResponse.ParticipantStatus Modifier and Type Method Description Enumeration<AppointmentResponse.ParticipantStatus>AppointmentResponse.ParticipantStatusEnumFactory. fromType(Base code)Enumeration<AppointmentResponse.ParticipantStatus>AppointmentResponse. getParticipantStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type AppointmentResponse.ParticipantStatus Modifier and Type Method Description AppointmentResponseAppointmentResponse. setParticipantStatus(AppointmentResponse.ParticipantStatus value)StringAppointmentResponse.ParticipantStatusEnumFactory. toCode(AppointmentResponse.ParticipantStatus code)StringAppointmentResponse.ParticipantStatusEnumFactory. toSystem(AppointmentResponse.ParticipantStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type AppointmentResponse.ParticipantStatus Modifier and Type Method Description AppointmentResponseAppointmentResponse. setParticipantStatusElement(Enumeration<AppointmentResponse.ParticipantStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type AppointmentResponse.ParticipantStatus Constructor Description AppointmentResponse(Reference appointment, Enumeration<AppointmentResponse.ParticipantStatus> participantStatus)Constructor
-