
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 voidJsonParser.composeDiagnosticReportSupportingInfoComponent(String name, DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected voidRdfParser.composeDiagnosticReportSupportingInfoComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportSupportingInfoComponent element, int index) protected voidXmlParser.composeDiagnosticReportSupportingInfoComponent(String name, DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected voidXmlParser.composeDiagnosticReportSupportingInfoComponentElements(DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected voidJsonParser.composeDiagnosticReportSupportingInfoComponentProperties(DiagnosticReport.DiagnosticReportSupportingInfoComponent element) protected booleanXmlParser.parseDiagnosticReportSupportingInfoComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport.DiagnosticReportSupportingInfoComponent res) protected voidJsonParser.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.supportingInfoThis 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) voidDiagnosticReport.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)