
Uses of Class
org.hl7.fhir.dstu2.model.ImagingStudy
Packages that use ImagingStudy
-
Uses of ImagingStudy in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImagingStudyModifier and TypeMethodDescriptionprotected ImagingStudy
JsonParser.parseImagingStudy
(com.google.gson.JsonObject json) protected ImagingStudy
XmlParser.parseImagingStudy
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ImagingStudyModifier and TypeMethodDescriptionprotected void
JsonParser.composeImagingStudy
(String name, ImagingStudy element) protected void
XmlParser.composeImagingStudy
(String name, ImagingStudy element) protected void
JsonParser.composeImagingStudyInner
(ImagingStudy element) protected ImagingStudy.ImagingStudySeriesComponent
JsonParser.parseImagingStudyImagingStudySeriesComponent
(com.google.gson.JsonObject json, ImagingStudy owner) protected ImagingStudy.ImagingStudySeriesComponent
XmlParser.parseImagingStudyImagingStudySeriesComponent
(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) JsonParser.parseImagingStudyImagingStudySeriesInstanceComponent
(com.google.gson.JsonObject json, ImagingStudy owner) XmlParser.parseImagingStudyImagingStudySeriesInstanceComponent
(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) -
Uses of ImagingStudy in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ImagingStudyModifier and TypeFieldDescriptionprotected ImagingStudy
ImagingObjectSelection.StudyComponent.imagingStudyTarget
The actual object that is the target of the reference (Reference to the Imaging Study in FHIR form.)Methods in org.hl7.fhir.dstu2.model that return ImagingStudyModifier and TypeMethodDescriptionImagingStudy.addIdentifier
(Identifier t) ImagingStudy.addModalityList
(Coding t) ImagingStudy.addProcedure
(Reference t) ImagingStudy.addSeries
(ImagingStudy.ImagingStudySeriesComponent t) ImagingStudy.copy()
ImagingObjectSelection.StudyComponent.getImagingStudyTarget()
ImagingStudy.setAccession
(Identifier value) ImagingStudy.setAvailability
(ImagingStudy.InstanceAvailability value) ImagingStudy.setAvailabilityElement
(Enumeration<ImagingStudy.InstanceAvailability> value) ImagingStudy.setDescription
(String value) ImagingStudy.setDescriptionElement
(StringType value) ImagingStudy.setInterpreter
(Reference value) ImagingStudy.setInterpreterTarget
(Practitioner value) ImagingStudy.setNumberOfInstances
(int value) ImagingStudy.setNumberOfInstancesElement
(UnsignedIntType value) ImagingStudy.setNumberOfSeries
(int value) ImagingStudy.setNumberOfSeriesElement
(UnsignedIntType value) ImagingStudy.setPatient
(Reference value) ImagingStudy.setPatientTarget
(Patient value) ImagingStudy.setReferrer
(Reference value) ImagingStudy.setReferrerTarget
(Practitioner value) ImagingStudy.setStarted
(Date value) ImagingStudy.setStartedElement
(DateTimeType value) ImagingStudy.setUidElement
(OidType value) ImagingStudy.setUrlElement
(UriType value) protected ImagingStudy
ImagingStudy.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type ImagingStudyModifier and TypeMethodDescriptionImagingObjectSelection.StudyComponent.setImagingStudyTarget
(ImagingStudy value)