Uses of Class
org.hl7.fhir.r5.model.DiagnosticReport.DiagnosticReportMediaComponent
Packages that use DiagnosticReport.DiagnosticReportMediaComponent
-
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportMediaComponent(com.google.gson.JsonObject json)XmlParser.parseDiagnosticReportMediaComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDiagnosticReportMediaComponent(String name, DiagnosticReport.DiagnosticReportMediaComponent element)protected voidRdfParser.composeDiagnosticReportMediaComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportMediaComponent element, int index)protected voidXmlParser.composeDiagnosticReportMediaComponent(String name, DiagnosticReport.DiagnosticReportMediaComponent element)protected voidXmlParser.composeDiagnosticReportMediaComponentElements(DiagnosticReport.DiagnosticReportMediaComponent element)protected voidJsonParser.composeDiagnosticReportMediaComponentProperties(DiagnosticReport.DiagnosticReportMediaComponent element)protected booleanXmlParser.parseDiagnosticReportMediaComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport.DiagnosticReportMediaComponent res)protected voidJsonParser.parseDiagnosticReportMediaComponentProperties(com.google.gson.JsonObject json, DiagnosticReport.DiagnosticReportMediaComponent res) -
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeFieldDescriptionDiagnosticReport.mediaA list of key images or data associated with this report.Methods in org.hl7.fhir.r5.model that return DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.addMedia()DiagnosticReport.DiagnosticReportMediaComponent.copy()DiagnosticReport.getMediaFirstRep()DiagnosticReport.DiagnosticReportMediaComponent.setComment(String value)DiagnosticReport.DiagnosticReportMediaComponent.setCommentElement(StringType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type DiagnosticReport.DiagnosticReportMediaComponentMethods in org.hl7.fhir.r5.model with parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.addMedia(DiagnosticReport.DiagnosticReportMediaComponent t)voidDiagnosticReport.DiagnosticReportMediaComponent.copyValues(DiagnosticReport.DiagnosticReportMediaComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.setMedia(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)