Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ParticipantRequiredEnum
-
Uses of ParticipantRequiredEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<ParticipantRequiredEnum> Appointment.Participant.getRequiredElement()
Gets the value(s) for required ().Modifier and TypeMethodDescriptionAppointment.Participant.setRequired
(ParticipantRequiredEnum theValue) Sets the value(s) for required ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ParticipantRequiredEnum> ParticipantRequiredEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.