Uses of Class
com.ibm.fhir.model.type.Attachment
-
Packages that use Attachment Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Attachment in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Attachment Modifier and Type Method Description AttachmentDocumentReference.Content. getAttachment()The document or URL of the document along with critical metadata to prove content has integrity.AttachmentSubstancePolymer.Repeat.RepeatUnit.StructuralRepresentation. getAttachment()Todo.AttachmentSubstanceSpecification.Structure.Representation. getAttachment()An attached file with the structural representation.AttachmentMedia. getContent()The actual content of the media - inline or by direct reference to the media source file.AttachmentClaimResponse. getForm()The actual form, by reference or inclusion, for printing the content or an EOB.AttachmentExplanationOfBenefit. getForm()The actual form, by reference or inclusion, for printing the content or an EOB.AttachmentHealthcareService. getPhoto()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.AttachmentPerson. getPhoto()An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.AttachmentSubstanceNucleicAcid.Subunit. getSequenceAttachment()(TBC).AttachmentSubstanceProtein.Subunit. getSequenceAttachment()The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single- letter amino acid codes.Methods in com.ibm.fhir.model.resource that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Library. getContent()The content of the library as an Attachment.List<Attachment>BodyStructure. getImage()Image or images used to identify a location.List<Attachment>Patient. getPhoto()Image of the patient.List<Attachment>Practitioner. getPhoto()Image of the person.List<Attachment>RelatedPerson. getPhoto()Image of the person.List<Attachment>DiagnosticReport. getPresentedForm()Rich text representation of the entire result as issued by the diagnostic service.Methods in com.ibm.fhir.model.resource with parameters of type Attachment Modifier and Type Method Description DocumentReference.Content.BuilderDocumentReference.Content.Builder. attachment(Attachment attachment)The document or URL of the document along with critical metadata to prove content has integrity.SubstancePolymer.Repeat.RepeatUnit.StructuralRepresentation.BuilderSubstancePolymer.Repeat.RepeatUnit.StructuralRepresentation.Builder. attachment(Attachment attachment)Todo.SubstanceSpecification.Structure.Representation.BuilderSubstanceSpecification.Structure.Representation.Builder. attachment(Attachment attachment)An attached file with the structural representation.Library.BuilderLibrary.Builder. content(Attachment... content)The content of the library as an Attachment.Media.BuilderMedia.Builder. content(Attachment content)The actual content of the media - inline or by direct reference to the media source file.ClaimResponse.BuilderClaimResponse.Builder. form(Attachment form)The actual form, by reference or inclusion, for printing the content or an EOB.ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. form(Attachment form)The actual form, by reference or inclusion, for printing the content or an EOB.BodyStructure.BuilderBodyStructure.Builder. image(Attachment... image)Image or images used to identify a location.HealthcareService.BuilderHealthcareService.Builder. photo(Attachment 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.Patient.BuilderPatient.Builder. photo(Attachment... photo)Image of the patient.Person.BuilderPerson.Builder. photo(Attachment photo)An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.Practitioner.BuilderPractitioner.Builder. photo(Attachment... photo)Image of the person.RelatedPerson.BuilderRelatedPerson.Builder. photo(Attachment... photo)Image of the person.DiagnosticReport.BuilderDiagnosticReport.Builder. presentedForm(Attachment... presentedForm)Rich text representation of the entire result as issued by the diagnostic service.SubstanceNucleicAcid.Subunit.BuilderSubstanceNucleicAcid.Subunit.Builder. sequenceAttachment(Attachment sequenceAttachment)(TBC).SubstanceProtein.Subunit.BuilderSubstanceProtein.Subunit.Builder. sequenceAttachment(Attachment sequenceAttachment)The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single- letter amino acid codes.Method parameters in com.ibm.fhir.model.resource with type arguments of type Attachment Modifier and Type Method Description Library.BuilderLibrary.Builder. content(Collection<Attachment> content)The content of the library as an Attachment.BodyStructure.BuilderBodyStructure.Builder. image(Collection<Attachment> image)Image or images used to identify a location.Patient.BuilderPatient.Builder. photo(Collection<Attachment> photo)Image of the patient.Practitioner.BuilderPractitioner.Builder. photo(Collection<Attachment> photo)Image of the person.RelatedPerson.BuilderRelatedPerson.Builder. photo(Collection<Attachment> photo)Image of the person.DiagnosticReport.BuilderDiagnosticReport.Builder. presentedForm(Collection<Attachment> presentedForm)Rich text representation of the entire result as issued by the diagnostic service. -
Uses of Attachment in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Attachment Modifier and Type Method Description AttachmentAttachment.Builder. build()Build theAttachmentAttachmentRelatedArtifact. getDocument()The document being referenced, represented as an attachment.Methods in com.ibm.fhir.model.type that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>ProdCharacteristic. getImage()Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations.Methods in com.ibm.fhir.model.type with parameters of type Attachment Modifier and Type Method Description RelatedArtifact.BuilderRelatedArtifact.Builder. document(Attachment document)The document being referenced, represented as an attachment.protected Attachment.BuilderAttachment.Builder. from(Attachment attachment)ProdCharacteristic.BuilderProdCharacteristic.Builder. image(Attachment... image)Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations.Method parameters in com.ibm.fhir.model.type with type arguments of type Attachment Modifier and Type Method Description ProdCharacteristic.BuilderProdCharacteristic.Builder. image(Collection<Attachment> image)Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations. -
Uses of Attachment in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Attachment Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Attachment attachment)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Attachment attachment)
-