
Uses of Class
org.hl7.fhir.r4.model.Media
Packages that use Media
-
Uses of Media in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type MediaModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedia(String name, Media element) protected voidRdfParser.composeMedia(Turtle.Complex parent, String parentType, String name, Media element, int index) protected voidXmlParser.composeMedia(String name, Media element) protected voidXmlParser.composeMediaElements(Media element) protected voidJsonParser.composeMediaInner(Media element) protected booleanXmlParser.parseMediaContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Media res) protected voidJsonParser.parseMediaProperties(com.google.gson.JsonObject json, Media res) -
Uses of Media in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as MediaModifier and TypeFieldDescriptionprotected MediaDiagnosticReport.DiagnosticReportMediaComponent.linkTargetThe actual object that is the target of the reference (Reference to the image source.)Methods in org.hl7.fhir.r4.model that return MediaModifier and TypeMethodDescriptionMedia.addBasedOn(Reference t) Media.addIdentifier(Identifier t) Media.addNote(Annotation t) Media.addReasonCode(CodeableConcept t) Media.copy()DiagnosticReport.DiagnosticReportMediaComponent.getLinkTarget()Media.setBasedOn(List<Reference> theBasedOn) Media.setBodySite(CodeableConcept value) Media.setContent(Attachment value) Media.setCreated(Type value) Media.setDeviceName(String value) Media.setDeviceNameElement(StringType value) Media.setDeviceTarget(Resource value) Media.setDuration(double value) Media.setDuration(long value) Media.setDuration(BigDecimal value) Media.setDurationElement(DecimalType value) Media.setEncounter(Reference value) Media.setEncounterTarget(Encounter value) Media.setFrames(int value) Media.setFramesElement(PositiveIntType value) Media.setHeight(int value) Media.setHeightElement(PositiveIntType value) Media.setIdentifier(List<Identifier> theIdentifier) Media.setIssuedElement(InstantType value) Media.setModality(CodeableConcept value) Media.setNote(List<Annotation> theNote) Media.setOperator(Reference value) Media.setOperatorTarget(Resource value) Media.setReasonCode(List<CodeableConcept> theReasonCode) Media.setStatus(Media.MediaStatus value) Media.setStatusElement(Enumeration<Media.MediaStatus> value) Media.setSubject(Reference value) Media.setSubjectTarget(Resource value) Media.setType(CodeableConcept value) Media.setView(CodeableConcept value) Media.setWidth(int value) Media.setWidthElement(PositiveIntType value) protected MediaMedia.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type MediaModifier and TypeMethodDescriptionvoidMedia.copyValues(Media dst) DiagnosticReport.DiagnosticReportMediaComponent.setLinkTarget(Media value)