Uses of Class
org.hl7.fhir.dstu2.model.Attachment
-
Packages that use Attachment Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Attachment in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Attachment Modifier and Type Method Description protected 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 Attachment Modifier and Type Method Description protected 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 Attachment Modifier and Type Field Description protected 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 Attachment Modifier and Type Field Description protected List<Attachment>ImagingStudy.ImagingStudySeriesInstanceComponent. contentContent of the instance or a rendering thereof (e.g.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 Attachment Modifier and Type Method Description AttachmentImagingStudy.ImagingStudySeriesInstanceComponent. addContent()AttachmentBodySite. addImage()AttachmentPatient. addPhoto()AttachmentPractitioner. addPhoto()AttachmentRelatedPerson. addPhoto()AttachmentDiagnosticReport. addPresentedForm()AttachmentBase. castToAttachment(Base b)AttachmentAttachment. copy()AttachmentDocumentReference.DocumentReferenceContentComponent. getAttachment()AttachmentContract. getBindingAttachment()AttachmentMedia. getContent()AttachmentCommunication.CommunicationPayloadComponent. getContentAttachment()AttachmentCommunicationRequest.CommunicationRequestPayloadComponent. getContentAttachment()AttachmentContract.ComputableLanguageComponent. getContentAttachment()AttachmentContract.FriendlyLanguageComponent. getContentAttachment()AttachmentContract.LegalLanguageComponent. getContentAttachment()AttachmentDocumentManifest.DocumentManifestContentComponent. getPAttachment()AttachmentHealthcareService. getPhoto()AttachmentPerson. getPhoto()AttachmentObservation. getValueAttachment()AttachmentObservation.ObservationComponentComponent. getValueAttachment()AttachmentQuestionnaireResponse.QuestionAnswerComponent. getValueAttachment()AttachmentAttachment. setContentType(String value)AttachmentAttachment. setContentTypeElement(CodeType value)AttachmentAttachment. setCreation(Date value)AttachmentAttachment. setCreationElement(DateTimeType value)AttachmentAttachment. setData(byte[] value)AttachmentAttachment. setDataElement(Base64BinaryType value)AttachmentAttachment. setHash(byte[] value)AttachmentAttachment. setHashElement(Base64BinaryType value)AttachmentAttachment. setLanguage(String value)AttachmentAttachment. setLanguageElement(CodeType value)AttachmentAttachment. setSize(int value)AttachmentAttachment. setSizeElement(UnsignedIntType value)AttachmentAttachment. setTitle(String value)AttachmentAttachment. setTitleElement(StringType value)AttachmentAttachment. setUrl(String value)AttachmentAttachment. setUrlElement(UriType value)protected AttachmentAttachment. typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>ImagingStudy.ImagingStudySeriesInstanceComponent. getContent()List<Attachment>BodySite. getImage()List<Attachment>Patient. getPhoto()List<Attachment>Practitioner. getPhoto()List<Attachment>RelatedPerson. getPhoto()List<Attachment>DiagnosticReport. getPresentedForm()Methods in org.hl7.fhir.dstu2.model with parameters of type Attachment Modifier and Type Method Description ImagingStudy.ImagingStudySeriesInstanceComponentImagingStudy.ImagingStudySeriesInstanceComponent. addContent(Attachment t)BodySiteBodySite. addImage(Attachment t)PatientPatient. addPhoto(Attachment t)PractitionerPractitioner. addPhoto(Attachment t)RelatedPersonRelatedPerson. addPhoto(Attachment t)DiagnosticReportDiagnosticReport. addPresentedForm(Attachment t)DocumentReference.DocumentReferenceContentComponentDocumentReference.DocumentReferenceContentComponent. setAttachment(Attachment value)MediaMedia. setContent(Attachment value)HealthcareServiceHealthcareService. setPhoto(Attachment value)PersonPerson. setPhoto(Attachment value)Constructors in org.hl7.fhir.dstu2.model with parameters of type Attachment Constructor Description DocumentReferenceContentComponent(Attachment attachment)Media(Enumeration<Media.DigitalMediaType> type, Attachment content)
-