Uses of Class
com.ibm.fhir.model.type.code.MedicationRequestIntent.ValueSet
-
Packages that use MedicationRequestIntent.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of MedicationRequestIntent.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return MedicationRequestIntent.ValueSet Modifier and Type Method Description static MedicationRequestIntent.ValueSetMedicationRequestIntent.ValueSet. from(String value)Factory method for creating MedicationRequestIntent.ValueSet values from a passed string value.MedicationRequestIntent.ValueSetMedicationRequestIntent. getValueAsEnumConstant()static MedicationRequestIntent.ValueSetMedicationRequestIntent.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicationRequestIntent.ValueSet[]MedicationRequestIntent.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 MedicationRequestIntent.ValueSet Modifier and Type Method Description static MedicationRequestIntentMedicationRequestIntent. of(MedicationRequestIntent.ValueSet value)Factory method for creating MedicationRequestIntent objects from a passed enum value.MedicationRequestIntent.BuilderMedicationRequestIntent.Builder. value(MedicationRequestIntent.ValueSet value)
-