Uses of Class
org.hl7.fhir.dstu3.model.ImagingStudy
-
Uses of ImagingStudy in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected ImagingStudy
JsonParser.parseImagingStudy
(com.google.gson.JsonObject json) protected ImagingStudy
XmlParser.parseImagingStudy
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeImagingStudy
(String name, ImagingStudy element) protected void
RdfParser.composeImagingStudy
(Turtle.Complex parent, String parentType, String name, ImagingStudy element, int index) protected void
XmlParser.composeImagingStudy
(String name, ImagingStudy element) protected void
XmlParser.composeImagingStudyElements
(ImagingStudy element) protected void
JsonParser.composeImagingStudyInner
(ImagingStudy element) protected boolean
XmlParser.parseImagingStudyContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy res) protected ImagingStudy.ImagingStudySeriesComponent
JsonParser.parseImagingStudyImagingStudySeriesComponent
(com.google.gson.JsonObject json, ImagingStudy owner) protected ImagingStudy.ImagingStudySeriesComponent
XmlParser.parseImagingStudyImagingStudySeriesComponent
(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) protected boolean
XmlParser.parseImagingStudyImagingStudySeriesComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) protected void
JsonParser.parseImagingStudyImagingStudySeriesComponentProperties
(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) JsonParser.parseImagingStudyImagingStudySeriesInstanceComponent
(com.google.gson.JsonObject json, ImagingStudy owner) XmlParser.parseImagingStudyImagingStudySeriesInstanceComponent
(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) protected boolean
XmlParser.parseImagingStudyImagingStudySeriesInstanceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res) protected void
JsonParser.parseImagingStudyImagingStudySeriesInstanceComponentProperties
(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res) protected void
JsonParser.parseImagingStudyProperties
(com.google.gson.JsonObject json, ImagingStudy res) -
Uses of ImagingStudy in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected ImagingStudy
ImagingManifest.StudyComponent.imagingStudyTarget
The actual object that is the target of the reference (Reference to the Imaging Study in FHIR form.)Modifier and TypeMethodDescriptionImagingStudy.addBasedOn
(Reference t) ImagingStudy.addEndpoint
(Reference t) ImagingStudy.addIdentifier
(Identifier t) ImagingStudy.addInterpreter
(Reference t) ImagingStudy.addModalityList
(Coding t) ImagingStudy.addProcedureCode
(CodeableConcept t) ImagingStudy.addProcedureReference
(Reference t) ImagingStudy.addSeries
(ImagingStudy.ImagingStudySeriesComponent t) ImagingStudy.copy()
ImagingManifest.StudyComponent.getImagingStudyTarget()
ImagingStudy.setAccession
(Identifier value) ImagingStudy.setAvailability
(ImagingStudy.InstanceAvailability value) ImagingStudy.setAvailabilityElement
(Enumeration<ImagingStudy.InstanceAvailability> value) ImagingStudy.setBasedOn
(List<Reference> theBasedOn) ImagingStudy.setContext
(Reference value) ImagingStudy.setContextTarget
(Resource value) ImagingStudy.setDescription
(String value) ImagingStudy.setDescriptionElement
(StringType value) ImagingStudy.setEndpoint
(List<Reference> theEndpoint) ImagingStudy.setIdentifier
(List<Identifier> theIdentifier) ImagingStudy.setInterpreter
(List<Reference> theInterpreter) ImagingStudy.setModalityList
(List<Coding> theModalityList) 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.setProcedureCode
(List<CodeableConcept> theProcedureCode) ImagingStudy.setProcedureReference
(List<Reference> theProcedureReference) ImagingStudy.setReason
(CodeableConcept value) ImagingStudy.setReferrer
(Reference value) ImagingStudy.setReferrerTarget
(Practitioner value) ImagingStudy.setSeries
(List<ImagingStudy.ImagingStudySeriesComponent> theSeries) ImagingStudy.setStarted
(Date value) ImagingStudy.setStartedElement
(DateTimeType value) ImagingStudy.setUidElement
(OidType value) protected ImagingStudy
ImagingStudy.typedCopy()
Modifier and TypeMethodDescriptionImagingManifest.StudyComponent.setImagingStudyTarget
(ImagingStudy value)