Uses of Class
ca.uhn.fhir.model.dstu2.composite.AttachmentDt
-
Packages that use 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 AttachmentDtAttachmentDt. setContentType(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for contentType ()AttachmentDtAttachmentDt. setContentType(String theCode)Sets the value for contentType ()AttachmentDtAttachmentDt. setCreation(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for creation ()AttachmentDtAttachmentDt. setCreation(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for creation ()AttachmentDtAttachmentDt. setCreationWithSecondsPrecision(Date theDate)Sets the value for creation ()AttachmentDtAttachmentDt. setData(byte[] theBytes)Sets the value for data ()AttachmentDtAttachmentDt. setData(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)Sets the value(s) for data ()AttachmentDtAttachmentDt. setHash(byte[] theBytes)Sets the value for hash ()AttachmentDtAttachmentDt. setHash(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)Sets the value(s) for hash ()AttachmentDtAttachmentDt. setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for language ()AttachmentDtAttachmentDt. setLanguage(String theCode)Sets the value for language ()AttachmentDtAttachmentDt. setSize(int theInteger)Sets the value for size ()AttachmentDtAttachmentDt. setSize(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)Sets the value(s) for size ()AttachmentDtAttachmentDt. setTitle(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for title ()AttachmentDtAttachmentDt. setTitle(String theString)Sets the value for title ()AttachmentDtAttachmentDt. setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url ()AttachmentDtAttachmentDt. 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 AttachmentDtImagingStudy.SeriesInstance. addContent()Adds and returns a new value for content ()AttachmentDtBodySite. addImage()Adds and returns a new value for image ()AttachmentDtPatient. addPhoto()Adds and returns a new value for photo ()AttachmentDtPractitioner. addPhoto()Adds and returns a new value for photo ()AttachmentDtRelatedPerson. addPhoto()Adds and returns a new value for photo ()AttachmentDtDiagnosticReport. addPresentedForm()Adds and returns a new value for presentedForm ()AttachmentDtDocumentReference.Content. getAttachment()Gets the value(s) for attachment ().AttachmentDtMedia. getContent()Gets the value(s) for content ().AttachmentDtImagingStudy.SeriesInstance. getContentFirstRep()Gets the first repetition for content (), creating it if it does not already exist.AttachmentDtBodySite. getImageFirstRep()Gets the first repetition for image (), creating it if it does not already exist.AttachmentDtHealthcareService. getPhoto()Gets the value(s) for photo ().AttachmentDtPerson. getPhoto()Gets the value(s) for photo ().AttachmentDtPatient. getPhotoFirstRep()Gets the first repetition for photo (), creating it if it does not already exist.AttachmentDtPractitioner. getPhotoFirstRep()Gets the first repetition for photo (), creating it if it does not already exist.AttachmentDtRelatedPerson. getPhotoFirstRep()Gets the first repetition for photo (), creating it if it does not already exist.AttachmentDtDiagnosticReport. 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.SeriesInstanceImagingStudy.SeriesInstance. addContent(AttachmentDt theValue)Adds a given new value for content ()BodySiteBodySite. addImage(AttachmentDt theValue)Adds a given new value for image ()PatientPatient. addPhoto(AttachmentDt theValue)Adds a given new value for photo ()PractitionerPractitioner. addPhoto(AttachmentDt theValue)Adds a given new value for photo ()RelatedPersonRelatedPerson. addPhoto(AttachmentDt theValue)Adds a given new value for photo ()DiagnosticReportDiagnosticReport. addPresentedForm(AttachmentDt theValue)Adds a given new value for presentedForm ()DocumentReference.ContentDocumentReference.Content. setAttachment(AttachmentDt theValue)Sets the value(s) for attachment ()MediaMedia. setContent(AttachmentDt theValue)Sets the value(s) for content ()HealthcareServiceHealthcareService. setPhoto(AttachmentDt theValue)Sets the value(s) for photo ()PersonPerson. 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.SeriesInstanceImagingStudy.SeriesInstance. setContent(List<AttachmentDt> theValue)Sets the value(s) for content ()BodySiteBodySite. setImage(List<AttachmentDt> theValue)Sets the value(s) for image ()PatientPatient. setPhoto(List<AttachmentDt> theValue)Sets the value(s) for photo ()PractitionerPractitioner. setPhoto(List<AttachmentDt> theValue)Sets the value(s) for photo ()RelatedPersonRelatedPerson. setPhoto(List<AttachmentDt> theValue)Sets the value(s) for photo ()DiagnosticReportDiagnosticReport. setPresentedForm(List<AttachmentDt> theValue)Sets the value(s) for presentedForm ()
-