Uses of Class
org.hl7.fhir.dstu3.model.ImagingStudy
Packages that use ImagingStudy
-
Uses of ImagingStudy in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type ImagingStudyModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingStudy(String name, ImagingStudy element)protected voidRdfParser.composeImagingStudy(Turtle.Complex parent, String parentType, String name, ImagingStudy element, int index)protected voidXmlParser.composeImagingStudy(String name, ImagingStudy element)protected voidXmlParser.composeImagingStudyElements(ImagingStudy element)protected voidJsonParser.composeImagingStudyInner(ImagingStudy element)protected booleanXmlParser.parseImagingStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy res)protected ImagingStudy.ImagingStudySeriesComponentJsonParser.parseImagingStudyImagingStudySeriesComponent(com.google.gson.JsonObject json, ImagingStudy owner)protected ImagingStudy.ImagingStudySeriesComponentXmlParser.parseImagingStudyImagingStudySeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner)protected booleanXmlParser.parseImagingStudyImagingStudySeriesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res)protected voidJsonParser.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 booleanXmlParser.parseImagingStudyImagingStudySeriesInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res)protected voidJsonParser.parseImagingStudyImagingStudySeriesInstanceComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res)protected voidJsonParser.parseImagingStudyProperties(com.google.gson.JsonObject json, ImagingStudy res) -
Uses of ImagingStudy in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ImagingStudyModifier and TypeFieldDescriptionprotected ImagingStudyImagingManifest.StudyComponent.imagingStudyTargetThe actual object that is the target of the reference (Reference to the Imaging Study in FHIR form.)Methods in org.hl7.fhir.dstu3.model that return ImagingStudyModifier 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 ImagingStudyImagingStudy.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type ImagingStudyModifier and TypeMethodDescriptionImagingManifest.StudyComponent.setImagingStudyTarget(ImagingStudy value)