Uses of Class
org.hl7.fhir.r4.model.ImagingStudy
-
Packages that use ImagingStudy Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ImagingStudy in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImagingStudy Modifier and Type Field Description protected List<ImagingStudy>DiagnosticReport. imagingStudyTargetThe actual objects that are the target of the reference (One or more links to full details of any imaging performed during the diagnostic investigation.Methods in org.hl7.fhir.r4.model that return types with arguments of type ImagingStudy Modifier and Type Method Description List<ImagingStudy>DiagnosticReport. getImagingStudyTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type ImagingStudy Modifier and Type Method Description voidImagingStudy. copyValues(ImagingStudy dst)
-