Uses of Class
ca.uhn.fhir.model.dstu2.valueset.ParticipantTypeEnum
-
Packages that use ParticipantTypeEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of ParticipantTypeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ParticipantTypeEnum Modifier and Type Method Description BoundCodeableConceptDt<ParticipantTypeEnum>AppointmentResponse. addParticipantType()Add a value for participantType ()BoundCodeableConceptDt<ParticipantTypeEnum>AppointmentResponse. addParticipantType(ParticipantTypeEnum theValue)Add a value for participantType () using an enumerated type.BoundCodeableConceptDt<ParticipantTypeEnum>Appointment.Participant. addType()Add a value for type ()BoundCodeableConceptDt<ParticipantTypeEnum>Appointment.Participant. addType(ParticipantTypeEnum theValue)Add a value for type () using an enumerated type.BoundCodeableConceptDt<ParticipantTypeEnum>Encounter.Participant. addType()Add a value for type ()BoundCodeableConceptDt<ParticipantTypeEnum>Encounter.Participant. addType(ParticipantTypeEnum theValue)Add a value for type () using an enumerated type.List<BoundCodeableConceptDt<ParticipantTypeEnum>>AppointmentResponse. getParticipantType()Gets the value(s) for participantType ().BoundCodeableConceptDt<ParticipantTypeEnum>AppointmentResponse. getParticipantTypeFirstRep()Gets the first repetition for participantType (), creating it if it does not already exist.List<BoundCodeableConceptDt<ParticipantTypeEnum>>Appointment.Participant. getType()Gets the value(s) for type ().List<BoundCodeableConceptDt<ParticipantTypeEnum>>Encounter.Participant. getType()Gets the value(s) for type ().BoundCodeableConceptDt<ParticipantTypeEnum>Appointment.Participant. getTypeFirstRep()Gets the first repetition for type (), creating it if it does not already exist.BoundCodeableConceptDt<ParticipantTypeEnum>Encounter.Participant. getTypeFirstRep()Gets the first repetition for type (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ParticipantTypeEnum Modifier and Type Method Description BoundCodeableConceptDt<ParticipantTypeEnum>AppointmentResponse. addParticipantType(ParticipantTypeEnum theValue)Add a value for participantType () using an enumerated type.BoundCodeableConceptDt<ParticipantTypeEnum>Appointment.Participant. addType(ParticipantTypeEnum theValue)Add a value for type () using an enumerated type.BoundCodeableConceptDt<ParticipantTypeEnum>Encounter.Participant. addType(ParticipantTypeEnum theValue)Add a value for type () using an enumerated type.AppointmentResponseAppointmentResponse. setParticipantType(ParticipantTypeEnum theValue)Sets the value(s), and clears any existing value(s) for participantType ()Appointment.ParticipantAppointment.Participant. setType(ParticipantTypeEnum theValue)Sets the value(s), and clears any existing value(s) for type ()Encounter.ParticipantEncounter.Participant. setType(ParticipantTypeEnum theValue)Sets the value(s), and clears any existing value(s) for type ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ParticipantTypeEnum Modifier and Type Method Description AppointmentResponseAppointmentResponse. setParticipantType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)Sets the value(s) for participantType ()Appointment.ParticipantAppointment.Participant. setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)Sets the value(s) for type ()Encounter.ParticipantEncounter.Participant. setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)Sets the value(s) for type () -
Uses of ParticipantTypeEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ParticipantTypeEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<ParticipantTypeEnum>ParticipantTypeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ParticipantTypeEnum Modifier and Type Method Description static ParticipantTypeEnumParticipantTypeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic ParticipantTypeEnumParticipantTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantTypeEnum[]ParticipantTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-