Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.OrderSetItemType
-
Packages that use OrderSetItemType Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of OrderSetItemType in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return OrderSetItemType Modifier and Type Method Description static OrderSetItemTypeOrderSetItemType. fromCode(String codeString)OrderSetItemTypeOrderSetItemTypeEnumFactory. fromCode(String codeString)static OrderSetItemTypeOrderSetItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderSetItemType[]OrderSetItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model.codesystems with parameters of type OrderSetItemType Modifier and Type Method Description StringOrderSetItemTypeEnumFactory. toCode(OrderSetItemType code)StringOrderSetItemTypeEnumFactory. toSystem(OrderSetItemType code)
-