Uses of Class
org.hl7.fhir.dstu2.model.Media
Packages that use Media
-
Uses of Media in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MediaModifier and TypeMethodDescriptionprotected 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 MediaModifier and TypeMethodDescriptionprotected 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 MediaModifier and TypeFieldDescriptionprotected MediaDiagnosticReport.DiagnosticReportImageComponent.linkTargetThe actual object that is the target of the reference (Reference to the image source.)Methods in org.hl7.fhir.dstu2.model that return MediaModifier and TypeMethodDescriptionMedia.addIdentifier(Identifier t)Media.copy()DiagnosticReport.DiagnosticReportImageComponent.getLinkTarget()Media.setContent(Attachment value)Media.setDeviceName(String value)Media.setDeviceNameElement(StringType value)Media.setDuration(int value)Media.setDurationElement(UnsignedIntType value)Media.setFrames(int value)Media.setFramesElement(PositiveIntType value)Media.setHeight(int value)Media.setHeightElement(PositiveIntType value)Media.setOperator(Reference value)Media.setOperatorTarget(Practitioner value)Media.setSubject(Reference value)Media.setSubjectTarget(Resource value)Media.setSubtype(CodeableConcept value)Media.setType(Media.DigitalMediaType value)Media.setTypeElement(Enumeration<Media.DigitalMediaType> value)Media.setView(CodeableConcept value)Media.setWidth(int value)Media.setWidthElement(PositiveIntType value)protected MediaMedia.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type MediaModifier and TypeMethodDescriptionDiagnosticReport.DiagnosticReportImageComponent.setLinkTarget(Media value)