
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 ImagingStudyJsonParser.parseImagingStudy(com.google.gson.JsonObject json) protected ImagingStudyXmlParser.parseImagingStudy(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ImagingStudyModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingStudy(String name, ImagingStudy element) protected voidXmlParser.composeImagingStudy(String name, ImagingStudy element) protected voidJsonParser.composeImagingStudyInner(ImagingStudy element) protected ImagingStudy.ImagingStudySeriesComponentJsonParser.parseImagingStudyImagingStudySeriesComponent(com.google.gson.JsonObject json, ImagingStudy owner) protected ImagingStudy.ImagingStudySeriesComponentXmlParser.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 ImagingStudyImagingObjectSelection.StudyComponent.imagingStudyTargetThe 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 ImagingStudyImagingStudy.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type ImagingStudyModifier and TypeMethodDescriptionImagingObjectSelection.StudyComponent.setImagingStudyTarget(ImagingStudy value)