Uses of Class
ca.uhn.fhir.model.dstu2.valueset.ReferralMethodEnum
-
Packages that use ReferralMethodEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of ReferralMethodEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ReferralMethodEnum Modifier and Type Method Description BoundCodeableConceptDt<ReferralMethodEnum>HealthcareService. addReferralMethod()Add a value for referralMethod ()BoundCodeableConceptDt<ReferralMethodEnum>HealthcareService. addReferralMethod(ReferralMethodEnum theValue)Add a value for referralMethod () using an enumerated type.List<BoundCodeableConceptDt<ReferralMethodEnum>>HealthcareService. getReferralMethod()Gets the value(s) for referralMethod ().BoundCodeableConceptDt<ReferralMethodEnum>HealthcareService. getReferralMethodFirstRep()Gets the first repetition for referralMethod (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ReferralMethodEnum Modifier and Type Method Description BoundCodeableConceptDt<ReferralMethodEnum>HealthcareService. addReferralMethod(ReferralMethodEnum theValue)Add a value for referralMethod () using an enumerated type.HealthcareServiceHealthcareService. setReferralMethod(ReferralMethodEnum theValue)Sets the value(s), and clears any existing value(s) for referralMethod ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ReferralMethodEnum Modifier and Type Method Description HealthcareServiceHealthcareService. setReferralMethod(List<BoundCodeableConceptDt<ReferralMethodEnum>> theValue)Sets the value(s) for referralMethod () -
Uses of ReferralMethodEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ReferralMethodEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<ReferralMethodEnum>ReferralMethodEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ReferralMethodEnum Modifier and Type Method Description static ReferralMethodEnumReferralMethodEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic ReferralMethodEnumReferralMethodEnum. valueOf(String name)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.
-