
Uses of Class
ca.uhn.fhir.model.dstu2.composite.AttachmentDt
Packages that use AttachmentDt
-
Uses of AttachmentDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return AttachmentDtModifier and TypeMethodDescriptionAttachmentDt.setContentType
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for contentType ()AttachmentDt.setContentType
(String theCode) Sets the value for contentType ()AttachmentDt.setCreation
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for creation ()AttachmentDt.setCreation
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for creation ()AttachmentDt.setCreationWithSecondsPrecision
(Date theDate) Sets the value for creation ()AttachmentDt.setData
(byte[] theBytes) Sets the value for data ()AttachmentDt.setData
(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue) Sets the value(s) for data ()AttachmentDt.setHash
(byte[] theBytes) Sets the value for hash ()AttachmentDt.setHash
(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue) Sets the value(s) for hash ()AttachmentDt.setLanguage
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for language ()AttachmentDt.setLanguage
(String theCode) Sets the value for language ()AttachmentDt.setSize
(int theInteger) Sets the value for size ()AttachmentDt.setSize
(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for size ()AttachmentDt.setTitle
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for title ()Sets the value for title ()AttachmentDt.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url () -
Uses of AttachmentDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AttachmentDtModifier and TypeMethodDescriptionImagingStudy.SeriesInstance.addContent()
Adds and returns a new value for content ()BodySite.addImage()
Adds and returns a new value for image ()Patient.addPhoto()
Adds and returns a new value for photo ()Practitioner.addPhoto()
Adds and returns a new value for photo ()RelatedPerson.addPhoto()
Adds and returns a new value for photo ()DiagnosticReport.addPresentedForm()
Adds and returns a new value for presentedForm ()DocumentReference.Content.getAttachment()
Gets the value(s) for attachment ().Media.getContent()
Gets the value(s) for content ().ImagingStudy.SeriesInstance.getContentFirstRep()
Gets the first repetition for content (), creating it if it does not already exist.BodySite.getImageFirstRep()
Gets the first repetition for image (), creating it if it does not already exist.HealthcareService.getPhoto()
Gets the value(s) for photo ().Person.getPhoto()
Gets the value(s) for photo ().Patient.getPhotoFirstRep()
Gets the first repetition for photo (), creating it if it does not already exist.Practitioner.getPhotoFirstRep()
Gets the first repetition for photo (), creating it if it does not already exist.RelatedPerson.getPhotoFirstRep()
Gets the first repetition for photo (), creating it if it does not already exist.DiagnosticReport.getPresentedFormFirstRep()
Gets the first repetition for presentedForm (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type AttachmentDtModifier and TypeMethodDescriptionImagingStudy.SeriesInstance.getContent()
Gets the value(s) for content ().BodySite.getImage()
Gets the value(s) for image ().Patient.getPhoto()
Gets the value(s) for photo ().Practitioner.getPhoto()
Gets the value(s) for photo ().RelatedPerson.getPhoto()
Gets the value(s) for photo ().DiagnosticReport.getPresentedForm()
Gets the value(s) for presentedForm ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AttachmentDtModifier and TypeMethodDescriptionImagingStudy.SeriesInstance.addContent
(AttachmentDt theValue) Adds a given new value for content ()BodySite.addImage
(AttachmentDt theValue) Adds a given new value for image ()Patient.addPhoto
(AttachmentDt theValue) Adds a given new value for photo ()Practitioner.addPhoto
(AttachmentDt theValue) Adds a given new value for photo ()RelatedPerson.addPhoto
(AttachmentDt theValue) Adds a given new value for photo ()DiagnosticReport.addPresentedForm
(AttachmentDt theValue) Adds a given new value for presentedForm ()DocumentReference.Content.setAttachment
(AttachmentDt theValue) Sets the value(s) for attachment ()Media.setContent
(AttachmentDt theValue) Sets the value(s) for content ()HealthcareService.setPhoto
(AttachmentDt theValue) Sets the value(s) for photo ()Person.setPhoto
(AttachmentDt theValue) Sets the value(s) for photo ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AttachmentDtModifier and TypeMethodDescriptionImagingStudy.SeriesInstance.setContent
(List<AttachmentDt> theValue) Sets the value(s) for content ()BodySite.setImage
(List<AttachmentDt> theValue) Sets the value(s) for image ()Patient.setPhoto
(List<AttachmentDt> theValue) Sets the value(s) for photo ()Practitioner.setPhoto
(List<AttachmentDt> theValue) Sets the value(s) for photo ()RelatedPerson.setPhoto
(List<AttachmentDt> theValue) Sets the value(s) for photo ()DiagnosticReport.setPresentedForm
(List<AttachmentDt> theValue) Sets the value(s) for presentedForm ()