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