Uses of Enum
org.hl7.fhir.dstu2.model.DiagnosticOrder.DiagnosticOrderPriority
Packages that use DiagnosticOrder.DiagnosticOrderPriority
-
Uses of DiagnosticOrder.DiagnosticOrderPriority in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DiagnosticOrder.DiagnosticOrderPriorityModifier and TypeFieldDescriptionDiagnosticOrder.priorityThe clinical priority associated with this order.Methods in org.hl7.fhir.dstu2.model that return DiagnosticOrder.DiagnosticOrderPriorityModifier and TypeMethodDescriptionDiagnosticOrder.getPriority()Returns the enum constant of this type with the specified name.DiagnosticOrder.DiagnosticOrderPriority.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DiagnosticOrder.DiagnosticOrderPriorityMethods in org.hl7.fhir.dstu2.model with parameters of type DiagnosticOrder.DiagnosticOrderPriorityModifier and TypeMethodDescriptionDiagnosticOrder.setPriority(DiagnosticOrder.DiagnosticOrderPriority value)DiagnosticOrder.DiagnosticOrderPriorityEnumFactory.toCode(DiagnosticOrder.DiagnosticOrderPriority code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type DiagnosticOrder.DiagnosticOrderPriorityModifier and TypeMethodDescriptionDiagnosticOrder.setPriorityElement(Enumeration<DiagnosticOrder.DiagnosticOrderPriority> value)