
Uses of Enum
org.hl7.fhir.dstu2.model.DiagnosticReport.DiagnosticReportStatus
Packages that use DiagnosticReport.DiagnosticReportStatus
-
Uses of DiagnosticReport.DiagnosticReportStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DiagnosticReport.DiagnosticReportStatusModifier and TypeFieldDescriptionDiagnosticReport.status
The status of the diagnostic report as a whole.Methods in org.hl7.fhir.dstu2.model that return DiagnosticReport.DiagnosticReportStatusModifier and TypeMethodDescriptionDiagnosticReport.getStatus()
Returns the enum constant of this type with the specified name.DiagnosticReport.DiagnosticReportStatus.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 DiagnosticReport.DiagnosticReportStatusMethods in org.hl7.fhir.dstu2.model with parameters of type DiagnosticReport.DiagnosticReportStatusModifier and TypeMethodDescriptionDiagnosticReport.setStatus
(DiagnosticReport.DiagnosticReportStatus value) DiagnosticReport.DiagnosticReportStatusEnumFactory.toCode
(DiagnosticReport.DiagnosticReportStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type DiagnosticReport.DiagnosticReportStatusModifier and TypeMethodDescriptionDiagnosticReport.setStatusElement
(Enumeration<DiagnosticReport.DiagnosticReportStatus> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type DiagnosticReport.DiagnosticReportStatusModifierConstructorDescriptionDiagnosticReport
(Enumeration<DiagnosticReport.DiagnosticReportStatus> status, CodeableConcept code, Reference subject, Type effective, InstantType issued, Reference performer)