Uses of Enum
org.hl7.fhir.dstu2.model.DiagnosticOrder.DiagnosticOrderStatus
Packages that use DiagnosticOrder.DiagnosticOrderStatus
-
Uses of DiagnosticOrder.DiagnosticOrderStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DiagnosticOrder.DiagnosticOrderStatusModifier and TypeFieldDescriptionprotected Enumeration<DiagnosticOrder.DiagnosticOrderStatus>DiagnosticOrder.DiagnosticOrderEventComponent.statusThe status for the event.protected Enumeration<DiagnosticOrder.DiagnosticOrderStatus>DiagnosticOrder.DiagnosticOrderItemComponent.statusThe status of this individual item within the order.protected Enumeration<DiagnosticOrder.DiagnosticOrderStatus>DiagnosticOrder.statusThe status of the order.Methods in org.hl7.fhir.dstu2.model that return DiagnosticOrder.DiagnosticOrderStatusModifier and TypeMethodDescriptionDiagnosticOrder.DiagnosticOrderEventComponent.getStatus()DiagnosticOrder.DiagnosticOrderItemComponent.getStatus()DiagnosticOrder.getStatus()Returns the enum constant of this type with the specified name.DiagnosticOrder.DiagnosticOrderStatus.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.DiagnosticOrderStatusModifier and TypeMethodDescriptionDiagnosticOrder.DiagnosticOrderEventComponent.getStatusElement()DiagnosticOrder.DiagnosticOrderItemComponent.getStatusElement()DiagnosticOrder.getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type DiagnosticOrder.DiagnosticOrderStatusModifier and TypeMethodDescriptionDiagnosticOrder.DiagnosticOrderEventComponent.setStatus(DiagnosticOrder.DiagnosticOrderStatus value)DiagnosticOrder.DiagnosticOrderItemComponent.setStatus(DiagnosticOrder.DiagnosticOrderStatus value)DiagnosticOrder.setStatus(DiagnosticOrder.DiagnosticOrderStatus value)DiagnosticOrder.DiagnosticOrderStatusEnumFactory.toCode(DiagnosticOrder.DiagnosticOrderStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type DiagnosticOrder.DiagnosticOrderStatusModifier and TypeMethodDescriptionDiagnosticOrder.DiagnosticOrderEventComponent.setStatusElement(Enumeration<DiagnosticOrder.DiagnosticOrderStatus> value)DiagnosticOrder.DiagnosticOrderItemComponent.setStatusElement(Enumeration<DiagnosticOrder.DiagnosticOrderStatus> value)DiagnosticOrder.setStatusElement(Enumeration<DiagnosticOrder.DiagnosticOrderStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type DiagnosticOrder.DiagnosticOrderStatusModifierConstructorDescriptionDiagnosticOrderEventComponent(Enumeration<DiagnosticOrder.DiagnosticOrderStatus> status, DateTimeType dateTime)