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