Uses of Class
com.ibm.fhir.model.type.code.ParticipantRequired
-
Packages that use ParticipantRequired Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ParticipantRequired in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ParticipantRequired Modifier and Type Method Description ParticipantRequiredAppointment.Participant. getRequired()Whether this participant is required to be present at the meeting.Methods in com.ibm.fhir.model.resource with parameters of type ParticipantRequired Modifier and Type Method Description Appointment.Participant.BuilderAppointment.Participant.Builder. required(ParticipantRequired required)Whether this participant is required to be present at the meeting. -
Uses of ParticipantRequired in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ParticipantRequired Modifier and Type Field Description static ParticipantRequiredParticipantRequired. INFORMATION_ONLYInformation Onlystatic ParticipantRequiredParticipantRequired. OPTIONALOptionalstatic ParticipantRequiredParticipantRequired. REQUIREDRequiredMethods in com.ibm.fhir.model.type.code that return ParticipantRequired Modifier and Type Method Description ParticipantRequiredParticipantRequired.Builder. build()static ParticipantRequiredParticipantRequired. of(ParticipantRequired.ValueSet value)Factory method for creating ParticipantRequired objects from a passed enum value.static ParticipantRequiredParticipantRequired. of(String value)Factory method for creating ParticipantRequired objects from a passed string value.
-