
Uses of Class
org.hl7.fhir.dstu3.model.DiagnosticReport.DiagnosticReportImageComponent
Packages that use DiagnosticReport.DiagnosticReportImageComponent
-
Uses of DiagnosticReport.DiagnosticReportImageComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DiagnosticReport.DiagnosticReportImageComponentModifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportDiagnosticReportImageComponent(com.google.gson.JsonObject json, DiagnosticReport owner) XmlParser.parseDiagnosticReportDiagnosticReportImageComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type DiagnosticReport.DiagnosticReportImageComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDiagnosticReportDiagnosticReportImageComponent(String name, DiagnosticReport.DiagnosticReportImageComponent element) protected voidRdfParser.composeDiagnosticReportDiagnosticReportImageComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportImageComponent element, int index) protected voidXmlParser.composeDiagnosticReportDiagnosticReportImageComponent(String name, DiagnosticReport.DiagnosticReportImageComponent element) protected voidXmlParser.composeDiagnosticReportDiagnosticReportImageComponentElements(DiagnosticReport.DiagnosticReportImageComponent element) protected voidJsonParser.composeDiagnosticReportDiagnosticReportImageComponentInner(DiagnosticReport.DiagnosticReportImageComponent element) protected booleanXmlParser.parseDiagnosticReportDiagnosticReportImageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportImageComponent res) protected voidJsonParser.parseDiagnosticReportDiagnosticReportImageComponentProperties(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportImageComponent res) -
Uses of DiagnosticReport.DiagnosticReportImageComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DiagnosticReport.DiagnosticReportImageComponentModifier and TypeFieldDescriptionDiagnosticReport.imageA list of key images associated with this report.Methods in org.hl7.fhir.dstu3.model that return DiagnosticReport.DiagnosticReportImageComponentModifier and TypeMethodDescriptionDiagnosticReport.addImage()DiagnosticReport.DiagnosticReportImageComponent.copy()DiagnosticReport.getImageFirstRep()DiagnosticReport.DiagnosticReportImageComponent.setComment(String value) DiagnosticReport.DiagnosticReportImageComponent.setCommentElement(StringType value) DiagnosticReport.DiagnosticReportImageComponent.setLinkTarget(Media value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DiagnosticReport.DiagnosticReportImageComponentMethods in org.hl7.fhir.dstu3.model with parameters of type DiagnosticReport.DiagnosticReportImageComponentModifier and TypeMethodDescriptionDiagnosticReport.addImage(DiagnosticReport.DiagnosticReportImageComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DiagnosticReport.DiagnosticReportImageComponentModifier and TypeMethodDescriptionDiagnosticReport.setImage(List<DiagnosticReport.DiagnosticReportImageComponent> theImage)