| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<DiagnosticReport.DiagnosticReportStatus> |
DiagnosticReport.status
The status of the diagnostic report.
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticReport.DiagnosticReportStatus |
DiagnosticReport.DiagnosticReportStatus.fromCode(String codeString) |
DiagnosticReport.DiagnosticReportStatus |
DiagnosticReport.DiagnosticReportStatusEnumFactory.fromCode(String codeString) |
DiagnosticReport.DiagnosticReportStatus |
DiagnosticReport.getStatus() |
static DiagnosticReport.DiagnosticReportStatus |
DiagnosticReport.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<DiagnosticReport.DiagnosticReportStatus> |
DiagnosticReport.DiagnosticReportStatusEnumFactory.fromType(Base code) |
Enumeration<DiagnosticReport.DiagnosticReportStatus> |
DiagnosticReport.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticReport |
DiagnosticReport.setStatus(DiagnosticReport.DiagnosticReportStatus value) |
String |
DiagnosticReport.DiagnosticReportStatusEnumFactory.toCode(DiagnosticReport.DiagnosticReportStatus code) |
String |
DiagnosticReport.DiagnosticReportStatusEnumFactory.toSystem(DiagnosticReport.DiagnosticReportStatus code) |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticReport |
DiagnosticReport.setStatusElement(Enumeration<DiagnosticReport.DiagnosticReportStatus> value) |
| Constructor and Description |
|---|
DiagnosticReport(Enumeration<DiagnosticReport.DiagnosticReportStatus> status,
CodeableConcept code)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.