Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.OrderStatus
-
Packages that use OrderStatus Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of OrderStatus in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return OrderStatus Modifier and Type Method Description static OrderStatusOrderStatus. fromCode(String codeString)OrderStatusOrderStatusEnumFactory. fromCode(String codeString)static OrderStatusOrderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderStatus[]OrderStatus. 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 OrderStatus Modifier and Type Method Description StringOrderStatusEnumFactory. toCode(OrderStatus code)StringOrderStatusEnumFactory. toSystem(OrderStatus code)
-