Uses of Class
org.hl7.fhir.r5.model.DiagnosticReport.DiagnosticReportSupportingInfoComponent
-
Uses of DiagnosticReport.DiagnosticReportSupportingInfoComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportSupportingInfoComponent
(com.google.gson.JsonObject json) XmlParser.parseDiagnosticReportSupportingInfoComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDiagnosticReportSupportingInfoComponent
(String name, DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected void
RdfParser.composeDiagnosticReportSupportingInfoComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportSupportingInfoComponent element, int index) protected void
XmlParser.composeDiagnosticReportSupportingInfoComponent
(String name, DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected void
XmlParser.composeDiagnosticReportSupportingInfoComponentElements
(DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected void
JsonParser.composeDiagnosticReportSupportingInfoComponentProperties
(DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected boolean
XmlParser.parseDiagnosticReportSupportingInfoComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport.DiagnosticReportSupportingInfoComponent res) protected void
JsonParser.parseDiagnosticReportSupportingInfoComponentProperties
(com.google.gson.JsonObject json, DiagnosticReport.DiagnosticReportSupportingInfoComponent res) -
Uses of DiagnosticReport.DiagnosticReportSupportingInfoComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionDiagnosticReport.supportingInfo
This backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report.Modifier and TypeMethodDescriptionDiagnosticReport.addSupportingInfo()
DiagnosticReport.DiagnosticReportSupportingInfoComponent.copy()
DiagnosticReport.getSupportingInfoFirstRep()
DiagnosticReport.DiagnosticReportSupportingInfoComponent.setReference
(Reference value) DiagnosticReport.DiagnosticReportSupportingInfoComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionDiagnosticReport.addSupportingInfo
(DiagnosticReport.DiagnosticReportSupportingInfoComponent t) void
DiagnosticReport.DiagnosticReportSupportingInfoComponent.copyValues
(DiagnosticReport.DiagnosticReportSupportingInfoComponent dst) Modifier and TypeMethodDescriptionDiagnosticReport.setSupportingInfo
(List<DiagnosticReport.DiagnosticReportSupportingInfoComponent> theSupportingInfo)