
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ParticipantRequiredEnum
Packages that use ParticipantRequiredEnum
-
Uses of ParticipantRequiredEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ParticipantRequiredEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<ParticipantRequiredEnum> Appointment.Participant.getRequiredElement()
Gets the value(s) for required ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ParticipantRequiredEnumModifier and TypeMethodDescriptionAppointment.Participant.setRequired
(ParticipantRequiredEnum theValue) Sets the value(s) for required ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ParticipantRequiredEnumModifier and TypeMethodDescriptionAppointment.Participant.setRequired
(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> theValue) Sets the value(s) for required () -
Uses of ParticipantRequiredEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ParticipantRequiredEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ParticipantRequiredEnum> ParticipantRequiredEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ParticipantRequiredEnumModifier and TypeMethodDescriptionstatic ParticipantRequiredEnum
Returns the enumerated value associated with this codestatic ParticipantRequiredEnum
Returns the enum constant of this type with the specified name.static ParticipantRequiredEnum[]
ParticipantRequiredEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.