Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ServiceProvisionConditionsEnum
-
Uses of ServiceProvisionConditionsEnum in ca.uhn.fhir.model.dstu2.resource
Modifier 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.Modifier 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 ()Modifier and TypeMethodDescriptionHealthcareService.setServiceProvisionCode
(List<BoundCodeableConceptDt<ServiceProvisionConditionsEnum>> theValue) Sets the value(s) for serviceProvisionCode () -
Uses of ServiceProvisionConditionsEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ServiceProvisionConditionsEnum> ServiceProvisionConditionsEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.