Uses of Class
org.hl7.fhir.dstu2.model.ImagingStudy
-
Packages that use ImagingStudy Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImagingStudy in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImagingStudy Modifier and Type Method Description protected ImagingStudyJsonParser. parseImagingStudy(com.google.gson.JsonObject json)protected ImagingStudyXmlParser. parseImagingStudy(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ImagingStudy in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ImagingStudy Modifier and Type Field Description protected 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 with parameters of type ImagingStudy Modifier and Type Method Description ImagingObjectSelection.StudyComponentImagingObjectSelection.StudyComponent. setImagingStudyTarget(ImagingStudy value)
-