
Uses of Class
org.hl7.fhir.r4.model.DiagnosticReport.DiagnosticReportMediaComponent
Packages that use DiagnosticReport.DiagnosticReportMediaComponent
-
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportDiagnosticReportMediaComponent(com.google.gson.JsonObject json, DiagnosticReport owner) XmlParser.parseDiagnosticReportDiagnosticReportMediaComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) Methods in org.hl7.fhir.r4.formats with parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDiagnosticReportDiagnosticReportMediaComponent(String name, DiagnosticReport.DiagnosticReportMediaComponent element) protected voidRdfParser.composeDiagnosticReportDiagnosticReportMediaComponent(Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportMediaComponent element, int index) protected voidXmlParser.composeDiagnosticReportDiagnosticReportMediaComponent(String name, DiagnosticReport.DiagnosticReportMediaComponent element) protected voidXmlParser.composeDiagnosticReportDiagnosticReportMediaComponentElements(DiagnosticReport.DiagnosticReportMediaComponent element) protected voidJsonParser.composeDiagnosticReportDiagnosticReportMediaComponentInner(DiagnosticReport.DiagnosticReportMediaComponent element) protected booleanXmlParser.parseDiagnosticReportDiagnosticReportMediaComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res) protected voidJsonParser.parseDiagnosticReportDiagnosticReportMediaComponentProperties(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res) -
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeFieldDescriptionDiagnosticReport.mediaA list of key images associated with this report.Methods in org.hl7.fhir.r4.model that return DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.addMedia()DiagnosticReport.DiagnosticReportMediaComponent.copy()DiagnosticReport.getMediaFirstRep()DiagnosticReport.DiagnosticReportMediaComponent.setComment(String value) DiagnosticReport.DiagnosticReportMediaComponent.setCommentElement(StringType value) DiagnosticReport.DiagnosticReportMediaComponent.setLinkTarget(Media value) Methods in org.hl7.fhir.r4.model that return types with arguments of type DiagnosticReport.DiagnosticReportMediaComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.setMedia(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)