
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ServiceProvisionConditionsEnum
Packages that use ServiceProvisionConditionsEnum
-
Uses of ServiceProvisionConditionsEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ServiceProvisionConditionsEnumModifier and TypeMethodDescriptionHealthcareService.addServiceProvisionCode()
Add a value for serviceProvisionCode ()HealthcareService.addServiceProvisionCode
(ServiceProvisionConditionsEnum theValue) Add a value for serviceProvisionCode () using an enumerated type.HealthcareService.getServiceProvisionCode()
Gets the value(s) for serviceProvisionCode ().HealthcareService.getServiceProvisionCodeFirstRep()
Gets the first repetition for serviceProvisionCode (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ServiceProvisionConditionsEnumModifier and TypeMethodDescriptionHealthcareService.addServiceProvisionCode
(ServiceProvisionConditionsEnum theValue) Add a value for serviceProvisionCode () using an enumerated type.HealthcareService.setServiceProvisionCode
(ServiceProvisionConditionsEnum theValue) Sets the value(s), and clears any existing value(s) for serviceProvisionCode ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ServiceProvisionConditionsEnumModifier and TypeMethodDescriptionHealthcareService.setServiceProvisionCode
(List<BoundCodeableConceptDt<ServiceProvisionConditionsEnum>> theValue) Sets the value(s) for serviceProvisionCode () -
Uses of ServiceProvisionConditionsEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ServiceProvisionConditionsEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ServiceProvisionConditionsEnum> ServiceProvisionConditionsEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ServiceProvisionConditionsEnumModifier and TypeMethodDescriptionReturns the enumerated value associated with this codeReturns the enum constant of this type with the specified name.static ServiceProvisionConditionsEnum[]
ServiceProvisionConditionsEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.