Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ReferralMethodEnum
-
Uses of ReferralMethodEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionHealthcareService.addReferralMethod()
Add a value for referralMethod ()HealthcareService.addReferralMethod
(ReferralMethodEnum theValue) Add a value for referralMethod () using an enumerated type.HealthcareService.getReferralMethod()
Gets the value(s) for referralMethod ().HealthcareService.getReferralMethodFirstRep()
Gets the first repetition for referralMethod (), creating it if it does not already exist.Modifier and TypeMethodDescriptionHealthcareService.addReferralMethod
(ReferralMethodEnum theValue) Add a value for referralMethod () using an enumerated type.HealthcareService.setReferralMethod
(ReferralMethodEnum theValue) Sets the value(s), and clears any existing value(s) for referralMethod ()Modifier and TypeMethodDescriptionHealthcareService.setReferralMethod
(List<BoundCodeableConceptDt<ReferralMethodEnum>> theValue) Sets the value(s) for referralMethod () -
Uses of ReferralMethodEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ReferralMethodEnum> ReferralMethodEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic ReferralMethodEnum
Returns the enumerated value associated with this codestatic ReferralMethodEnum
Returns the enum constant of this type with the specified name.static ReferralMethodEnum[]
ReferralMethodEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.