Uses of Class
com.ibm.fhir.model.type.code.ServiceRequestIntent.ValueSet
-
Packages that use ServiceRequestIntent.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of ServiceRequestIntent.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return ServiceRequestIntent.ValueSet Modifier and Type Method Description static ServiceRequestIntent.ValueSetServiceRequestIntent.ValueSet. from(String value)Factory method for creating ServiceRequestIntent.ValueSet values from a passed string value.ServiceRequestIntent.ValueSetServiceRequestIntent. getValueAsEnumConstant()static ServiceRequestIntent.ValueSetServiceRequestIntent.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceRequestIntent.ValueSet[]ServiceRequestIntent.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type ServiceRequestIntent.ValueSet Modifier and Type Method Description static ServiceRequestIntentServiceRequestIntent. of(ServiceRequestIntent.ValueSet value)Factory method for creating ServiceRequestIntent objects from a passed enum value.ServiceRequestIntent.BuilderServiceRequestIntent.Builder. value(ServiceRequestIntent.ValueSet value)
-