
Uses of Class
org.hl7.fhir.r5.model.DiagnosticReport.DiagnosticReportSupportingInfoComponent
Packages that use DiagnosticReport.DiagnosticReportSupportingInfoComponent
-
Uses of DiagnosticReport.DiagnosticReportSupportingInfoComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DiagnosticReport.DiagnosticReportSupportingInfoComponentModifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportSupportingInfoComponent
(com.google.gson.JsonObject json) XmlParser.parseDiagnosticReportSupportingInfoComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DiagnosticReport.DiagnosticReportSupportingInfoComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type DiagnosticReport.DiagnosticReportSupportingInfoComponentModifier 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.Methods in org.hl7.fhir.r5.model that return DiagnosticReport.DiagnosticReportSupportingInfoComponentModifier and TypeMethodDescriptionDiagnosticReport.addSupportingInfo()
DiagnosticReport.DiagnosticReportSupportingInfoComponent.copy()
DiagnosticReport.getSupportingInfoFirstRep()
DiagnosticReport.DiagnosticReportSupportingInfoComponent.setReference
(Reference value) DiagnosticReport.DiagnosticReportSupportingInfoComponent.setType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type DiagnosticReport.DiagnosticReportSupportingInfoComponentMethods in org.hl7.fhir.r5.model with parameters of type DiagnosticReport.DiagnosticReportSupportingInfoComponentModifier and TypeMethodDescriptionDiagnosticReport.addSupportingInfo
(DiagnosticReport.DiagnosticReportSupportingInfoComponent t) void
DiagnosticReport.DiagnosticReportSupportingInfoComponent.copyValues
(DiagnosticReport.DiagnosticReportSupportingInfoComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DiagnosticReport.DiagnosticReportSupportingInfoComponentModifier and TypeMethodDescriptionDiagnosticReport.setSupportingInfo
(List<DiagnosticReport.DiagnosticReportSupportingInfoComponent> theSupportingInfo)