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