
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ReferralMethodEnum
Packages that use ReferralMethodEnum
-
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 ReferralMethodEnumModifier 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.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ReferralMethodEnumModifier 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 ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ReferralMethodEnumModifier and TypeMethodDescriptionHealthcareService.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 ReferralMethodEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ReferralMethodEnum> ReferralMethodEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ReferralMethodEnumModifier 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.