Uses of Class
org.hl7.fhir.dstu2.model.Media
-
Packages that use Media Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Media in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Media Modifier and Type Method Description protected MediaJsonParser. parseMedia(com.google.gson.JsonObject json)protected MediaXmlParser. parseMedia(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Media Modifier and Type Method Description protected voidJsonParser. composeMedia(String name, Media element)protected voidXmlParser. composeMedia(String name, Media element)protected voidJsonParser. composeMediaInner(Media element) -
Uses of Media in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Media Modifier and Type Field Description protected MediaDiagnosticReport.DiagnosticReportImageComponent. linkTargetThe actual object that is the target of the reference (Reference to the image source.)Methods in org.hl7.fhir.dstu2.model with parameters of type Media Modifier and Type Method Description DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport.DiagnosticReportImageComponent. setLinkTarget(Media value)
-