Uses of Class
org.hl7.fhir.r4.model.Attachment
-
Packages that use Attachment Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Attachment in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type Attachment Modifier and Type Method Description protected voidJsonParser. composeAttachment(String name, Attachment element)protected voidRdfParser. composeAttachment(Turtle.Complex parent, String parentType, String name, Attachment element, int index)protected voidXmlParser. composeAttachment(String name, Attachment element)protected voidXmlParser. composeAttachmentElements(Attachment element)protected voidJsonParser. composeAttachmentInner(Attachment element)protected booleanXmlParser. parseAttachmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Attachment res)protected voidJsonParser. parseAttachmentProperties(com.google.gson.JsonObject json, Attachment res) -
Uses of Attachment in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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 AttachmentSubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent. attachmentTodo.protected AttachmentSubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent. attachmentAn attached file with the structural representation.protected AttachmentMedia. contentThe actual content of the media - inline or by direct reference to the media source file.protected AttachmentRelatedArtifact. documentThe document being referenced, represented as an attachment.protected AttachmentClaimResponse. formThe actual form, by reference or inclusion, for printing the content or an EOB.protected AttachmentExplanationOfBenefit. formThe actual form, by reference or inclusion, for printing the content or an EOB.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.protected AttachmentSubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent. sequenceAttachment(TBC).protected AttachmentSubstanceProtein.SubstanceProteinSubunitComponent. sequenceAttachmentThe sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes.Fields in org.hl7.fhir.r4.model with type parameters of type Attachment Modifier and Type Field Description protected List<Attachment>Library. contentThe content of the library as an Attachment.protected List<Attachment>BodyStructure. imageImage or images used to identify a location.protected List<Attachment>ProdCharacteristic. imageWhere applicable, the image can be provided The format of the image attachment shall be specified by regional implementations.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.r4.model that return Attachment Modifier and Type Method Description AttachmentLibrary. addContent()AttachmentBodyStructure. addImage()AttachmentProdCharacteristic. addImage()AttachmentPatient. addPhoto()AttachmentPractitioner. addPhoto()AttachmentRelatedPerson. addPhoto()AttachmentDiagnosticReport. addPresentedForm()AttachmentBase. castToAttachment(Base b)AttachmentAttachment. copy()AttachmentDocumentReference.DocumentReferenceContentComponent. getAttachment()AttachmentSubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent. getAttachment()AttachmentSubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent. getAttachment()AttachmentMedia. getContent()AttachmentCommunication.CommunicationPayloadComponent. getContentAttachment()AttachmentCommunicationRequest.CommunicationRequestPayloadComponent. getContentAttachment()AttachmentContract.ComputableLanguageComponent. getContentAttachment()AttachmentContract.FriendlyLanguageComponent. getContentAttachment()AttachmentContract.LegalLanguageComponent. getContentAttachment()AttachmentLibrary. getContentFirstRep()AttachmentRelatedArtifact. getDocument()AttachmentClaimResponse. getForm()AttachmentExplanationOfBenefit. getForm()AttachmentBodyStructure. getImageFirstRep()AttachmentProdCharacteristic. getImageFirstRep()AttachmentContract. getLegallyBindingAttachment()AttachmentHealthcareService. getPhoto()AttachmentPerson. getPhoto()AttachmentPatient. getPhotoFirstRep()AttachmentPractitioner. getPhotoFirstRep()AttachmentRelatedPerson. getPhotoFirstRep()AttachmentDiagnosticReport. getPresentedFormFirstRep()AttachmentSubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent. getSequenceAttachment()AttachmentSubstanceProtein.SubstanceProteinSubunitComponent. getSequenceAttachment()AttachmentConsent. getSourceAttachment()AttachmentClaim.SupportingInformationComponent. getValueAttachment()AttachmentContract.AnswerComponent. getValueAttachment()AttachmentExplanationOfBenefit.SupportingInformationComponent. getValueAttachment()AttachmentQuestionnaire.QuestionnaireItemInitialComponent. getValueAttachment()AttachmentQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent. 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(UrlType value)protected AttachmentAttachment. typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Library. getContent()List<Attachment>BodyStructure. getImage()List<Attachment>ProdCharacteristic. getImage()List<Attachment>Patient. getPhoto()List<Attachment>Practitioner. getPhoto()List<Attachment>RelatedPerson. getPhoto()List<Attachment>DiagnosticReport. getPresentedForm()Method parameters in org.hl7.fhir.r4.model with type arguments of type Attachment Modifier and Type Method Description LibraryLibrary. setContent(List<Attachment> theContent)BodyStructureBodyStructure. setImage(List<Attachment> theImage)ProdCharacteristicProdCharacteristic. setImage(List<Attachment> theImage)PatientPatient. setPhoto(List<Attachment> thePhoto)PractitionerPractitioner. setPhoto(List<Attachment> thePhoto)RelatedPersonRelatedPerson. setPhoto(List<Attachment> thePhoto)DiagnosticReportDiagnosticReport. setPresentedForm(List<Attachment> thePresentedForm)Constructors in org.hl7.fhir.r4.model with parameters of type Attachment Constructor Description DocumentReferenceContentComponent(Attachment attachment)ConstructorMedia(Enumeration<Media.MediaStatus> status, Attachment content)Constructor
-