Uses of Class
org.hl7.fhir.dstu2.model.DiagnosticReport.DiagnosticReportStatus
-
Packages that use DiagnosticReport.DiagnosticReportStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of DiagnosticReport.DiagnosticReportStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DiagnosticReport.DiagnosticReportStatus Modifier and Type Field Description protected Enumeration<DiagnosticReport.DiagnosticReportStatus>DiagnosticReport. statusThe status of the diagnostic report as a whole.Methods in org.hl7.fhir.dstu2.model that return DiagnosticReport.DiagnosticReportStatus Modifier and Type Method Description static DiagnosticReport.DiagnosticReportStatusDiagnosticReport.DiagnosticReportStatus. fromCode(String codeString)DiagnosticReport.DiagnosticReportStatusDiagnosticReport.DiagnosticReportStatusEnumFactory. fromCode(String codeString)DiagnosticReport.DiagnosticReportStatusDiagnosticReport. getStatus()static DiagnosticReport.DiagnosticReportStatusDiagnosticReport.DiagnosticReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagnosticReport.DiagnosticReportStatus[]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.DiagnosticReportStatus Modifier and Type Method Description Enumeration<DiagnosticReport.DiagnosticReportStatus>DiagnosticReport.DiagnosticReportStatusEnumFactory. fromType(Base code)Enumeration<DiagnosticReport.DiagnosticReportStatus>DiagnosticReport. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type DiagnosticReport.DiagnosticReportStatus Modifier and Type Method Description DiagnosticReportDiagnosticReport. setStatus(DiagnosticReport.DiagnosticReportStatus value)StringDiagnosticReport.DiagnosticReportStatusEnumFactory. toCode(DiagnosticReport.DiagnosticReportStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type DiagnosticReport.DiagnosticReportStatus Modifier and Type Method Description DiagnosticReportDiagnosticReport. setStatusElement(Enumeration<DiagnosticReport.DiagnosticReportStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type DiagnosticReport.DiagnosticReportStatus Constructor Description DiagnosticReport(Enumeration<DiagnosticReport.DiagnosticReportStatus> status, CodeableConcept code, Reference subject, Type effective, InstantType issued, Reference performer)
-