Uses of Class
org.hl7.fhir.r4.model.DiagnosticReport.DiagnosticReportMediaComponent
-
Packages that use DiagnosticReport.DiagnosticReportMediaComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DiagnosticReport.DiagnosticReportMediaComponent Modifier and Type Method Description protected DiagnosticReport.DiagnosticReportMediaComponentJsonParser. parseDiagnosticReportDiagnosticReportMediaComponent(com.google.gson.JsonObject json, DiagnosticReport owner)protected DiagnosticReport.DiagnosticReportMediaComponentXmlParser. parseDiagnosticReportDiagnosticReportMediaComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) -
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DiagnosticReport.DiagnosticReportMediaComponent Modifier and Type Field Description protected List<DiagnosticReport.DiagnosticReportMediaComponent>DiagnosticReport. mediaA list of key images associated with this report.Methods in org.hl7.fhir.r4.model that return DiagnosticReport.DiagnosticReportMediaComponent Modifier and Type Method Description DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport. addMedia()DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport.DiagnosticReportMediaComponent. copy()DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport. getMediaFirstRep()DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport.DiagnosticReportMediaComponent. setComment(String value)DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport.DiagnosticReportMediaComponent. setCommentElement(StringType value)DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport.DiagnosticReportMediaComponent. setLink(Reference value)DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport.DiagnosticReportMediaComponent. setLinkTarget(Media value)Methods in org.hl7.fhir.r4.model that return types with arguments of type DiagnosticReport.DiagnosticReportMediaComponent Modifier and Type Method Description List<DiagnosticReport.DiagnosticReportMediaComponent>DiagnosticReport. getMedia()Methods in org.hl7.fhir.r4.model with parameters of type DiagnosticReport.DiagnosticReportMediaComponent Modifier and Type Method Description DiagnosticReportDiagnosticReport. addMedia(DiagnosticReport.DiagnosticReportMediaComponent t)voidDiagnosticReport.DiagnosticReportMediaComponent. copyValues(DiagnosticReport.DiagnosticReportMediaComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type DiagnosticReport.DiagnosticReportMediaComponent Modifier and Type Method Description DiagnosticReportDiagnosticReport. setMedia(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)
-