
Uses of Class
org.hl7.fhir.dstu2.model.Attachment
Packages that use Attachment
-
Uses of Attachment in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return AttachmentModifier and TypeMethodDescriptionprotected AttachmentJsonParser.parseAttachment(com.google.gson.JsonObject json) protected AttachmentXmlParser.parseAttachment(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type AttachmentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAttachment(String name, Attachment element) protected voidXmlParser.composeAttachment(String name, Attachment element) protected voidJsonParser.composeAttachmentInner(Attachment element) -
Uses of Attachment in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as AttachmentModifier and TypeFieldDescriptionprotected AttachmentDocumentReference.DocumentReferenceContentComponent.attachmentThe document or url of the document along with critical metadata to prove content has integrity.protected AttachmentMedia.contentThe actual content of the media - inline or by direct reference to the media source file.protected AttachmentHealthcareService.photoIf there is a photo/symbol associated with this HealthcareService, it may be included here to facilitate quick identification of the service in a list.protected AttachmentPerson.photoAn image that can be displayed as a thumbnail of the person to enhance the identification of the individual.Fields in org.hl7.fhir.dstu2.model with type parameters of type AttachmentModifier and TypeFieldDescriptionprotected List<Attachment> ImagingStudy.ImagingStudySeriesInstanceComponent.contentContent of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report).protected List<Attachment> BodySite.imageImage or images used to identify a location.protected List<Attachment> Patient.photoImage of the patient.protected List<Attachment> Practitioner.photoImage of the person.protected List<Attachment> RelatedPerson.photoImage of the person.protected List<Attachment> DiagnosticReport.presentedFormRich text representation of the entire result as issued by the diagnostic service.Methods in org.hl7.fhir.dstu2.model that return AttachmentModifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesInstanceComponent.addContent()BodySite.addImage()Patient.addPhoto()Practitioner.addPhoto()RelatedPerson.addPhoto()DiagnosticReport.addPresentedForm()Base.castToAttachment(Base b) Attachment.copy()DocumentReference.DocumentReferenceContentComponent.getAttachment()Contract.getBindingAttachment()Media.getContent()Communication.CommunicationPayloadComponent.getContentAttachment()CommunicationRequest.CommunicationRequestPayloadComponent.getContentAttachment()Contract.ComputableLanguageComponent.getContentAttachment()Contract.FriendlyLanguageComponent.getContentAttachment()Contract.LegalLanguageComponent.getContentAttachment()DocumentManifest.DocumentManifestContentComponent.getPAttachment()HealthcareService.getPhoto()Person.getPhoto()Observation.getValueAttachment()Observation.ObservationComponentComponent.getValueAttachment()QuestionnaireResponse.QuestionAnswerComponent.getValueAttachment()Attachment.setContentType(String value) Attachment.setContentTypeElement(CodeType value) Attachment.setCreation(Date value) Attachment.setCreationElement(DateTimeType value) Attachment.setData(byte[] value) Attachment.setDataElement(Base64BinaryType value) Attachment.setHash(byte[] value) Attachment.setHashElement(Base64BinaryType value) Attachment.setLanguage(String value) Attachment.setLanguageElement(CodeType value) Attachment.setSize(int value) Attachment.setSizeElement(UnsignedIntType value) Attachment.setTitleElement(StringType value) Attachment.setUrlElement(UriType value) protected AttachmentAttachment.typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesInstanceComponent.getContent()BodySite.getImage()Patient.getPhoto()Practitioner.getPhoto()RelatedPerson.getPhoto()DiagnosticReport.getPresentedForm()Methods in org.hl7.fhir.dstu2.model with parameters of type AttachmentModifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesInstanceComponent.addContent(Attachment t) BodySite.addImage(Attachment t) Patient.addPhoto(Attachment t) Practitioner.addPhoto(Attachment t) RelatedPerson.addPhoto(Attachment t) DiagnosticReport.addPresentedForm(Attachment t) DocumentReference.DocumentReferenceContentComponent.setAttachment(Attachment value) Media.setContent(Attachment value) HealthcareService.setPhoto(Attachment value) Person.setPhoto(Attachment value) Constructors in org.hl7.fhir.dstu2.model with parameters of type AttachmentModifierConstructorDescriptionDocumentReferenceContentComponent(Attachment attachment) Media(Enumeration<Media.DigitalMediaType> type, Attachment content)