Uses of Class
org.hl7.fhir.r4.model.Attachment
-
Uses of Attachment in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Attachment
JsonParser.parseAttachment
(com.google.gson.JsonObject json) protected Attachment
XmlParser.parseAttachment
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAttachment
(String name, Attachment element) protected void
RdfParser.composeAttachment
(Turtle.Complex parent, String parentType, String name, Attachment element, int index) protected void
XmlParser.composeAttachment
(String name, Attachment element) protected void
XmlParser.composeAttachmentElements
(Attachment element) protected void
JsonParser.composeAttachmentInner
(Attachment element) protected boolean
XmlParser.parseAttachmentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Attachment res) protected void
JsonParser.parseAttachmentProperties
(com.google.gson.JsonObject json, Attachment res) -
Uses of Attachment in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Attachment
DocumentReference.DocumentReferenceContentComponent.attachment
The document or URL of the document along with critical metadata to prove content has integrity.protected Attachment
SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.attachment
Todo.protected Attachment
SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.attachment
An attached file with the structural representation.protected Attachment
Media.content
The actual content of the media - inline or by direct reference to the media source file.protected Attachment
RelatedArtifact.document
The document being referenced, represented as an attachment.protected Attachment
ClaimResponse.form
The actual form, by reference or inclusion, for printing the content or an EOB.protected Attachment
ExplanationOfBenefit.form
The actual form, by reference or inclusion, for printing the content or an EOB.protected Attachment
HealthcareService.photo
If 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 Attachment
Person.photo
An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.protected Attachment
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.sequenceAttachment
(TBC).protected Attachment
SubstanceProtein.SubstanceProteinSubunitComponent.sequenceAttachment
The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes.Modifier and TypeFieldDescriptionprotected List
<Attachment> Library.content
The content of the library as an Attachment.protected List
<Attachment> BodyStructure.image
Image or images used to identify a location.protected List
<Attachment> ProdCharacteristic.image
Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations.protected List
<Attachment> Patient.photo
Image of the patient.protected List
<Attachment> Practitioner.photo
Image of the person.protected List
<Attachment> RelatedPerson.photo
Image of the person.protected List
<Attachment> DiagnosticReport.presentedForm
Rich text representation of the entire result as issued by the diagnostic service.Modifier and TypeMethodDescriptionLibrary.addContent()
BodyStructure.addImage()
ProdCharacteristic.addImage()
Patient.addPhoto()
Practitioner.addPhoto()
RelatedPerson.addPhoto()
DiagnosticReport.addPresentedForm()
Base.castToAttachment
(Base b) Attachment.copy()
DocumentReference.DocumentReferenceContentComponent.getAttachment()
SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.getAttachment()
SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.getAttachment()
Media.getContent()
Communication.CommunicationPayloadComponent.getContentAttachment()
CommunicationRequest.CommunicationRequestPayloadComponent.getContentAttachment()
Contract.ComputableLanguageComponent.getContentAttachment()
Contract.FriendlyLanguageComponent.getContentAttachment()
Contract.LegalLanguageComponent.getContentAttachment()
Library.getContentFirstRep()
RelatedArtifact.getDocument()
ClaimResponse.getForm()
ExplanationOfBenefit.getForm()
BodyStructure.getImageFirstRep()
ProdCharacteristic.getImageFirstRep()
Contract.getLegallyBindingAttachment()
HealthcareService.getPhoto()
Person.getPhoto()
Patient.getPhotoFirstRep()
Practitioner.getPhotoFirstRep()
RelatedPerson.getPhotoFirstRep()
DiagnosticReport.getPresentedFormFirstRep()
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.getSequenceAttachment()
SubstanceProtein.SubstanceProteinSubunitComponent.getSequenceAttachment()
Consent.getSourceAttachment()
Claim.SupportingInformationComponent.getValueAttachment()
Contract.AnswerComponent.getValueAttachment()
ExplanationOfBenefit.SupportingInformationComponent.getValueAttachment()
Questionnaire.QuestionnaireItemInitialComponent.getValueAttachment()
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.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
(UrlType value) protected Attachment
Attachment.typedCopy()
Modifier and TypeMethodDescriptionLibrary.getContent()
BodyStructure.getImage()
ProdCharacteristic.getImage()
Patient.getPhoto()
Practitioner.getPhoto()
RelatedPerson.getPhoto()
DiagnosticReport.getPresentedForm()
Modifier and TypeMethodDescriptionLibrary.addContent
(Attachment t) BodyStructure.addImage
(Attachment t) ProdCharacteristic.addImage
(Attachment t) Patient.addPhoto
(Attachment t) Practitioner.addPhoto
(Attachment t) RelatedPerson.addPhoto
(Attachment t) DiagnosticReport.addPresentedForm
(Attachment t) void
Attachment.copyValues
(Attachment dst) DocumentReference.DocumentReferenceContentComponent.setAttachment
(Attachment value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.setAttachment
(Attachment value) SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.setAttachment
(Attachment value) Media.setContent
(Attachment value) RelatedArtifact.setDocument
(Attachment value) ClaimResponse.setForm
(Attachment value) ExplanationOfBenefit.setForm
(Attachment value) HealthcareService.setPhoto
(Attachment value) Person.setPhoto
(Attachment value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.setSequenceAttachment
(Attachment value) SubstanceProtein.SubstanceProteinSubunitComponent.setSequenceAttachment
(Attachment value) Modifier and TypeMethodDescriptionLibrary.setContent
(List<Attachment> theContent) BodyStructure.setImage
(List<Attachment> theImage) ProdCharacteristic.setImage
(List<Attachment> theImage) Patient.setPhoto
(List<Attachment> thePhoto) Practitioner.setPhoto
(List<Attachment> thePhoto) RelatedPerson.setPhoto
(List<Attachment> thePhoto) DiagnosticReport.setPresentedForm
(List<Attachment> thePresentedForm) ModifierConstructorDescriptionDocumentReferenceContentComponent
(Attachment attachment) ConstructorMedia
(Enumeration<Media.MediaStatus> status, Attachment content) Constructor