Uses of Class
org.hl7.fhir.dstu2.model.ImagingObjectSelection.InstanceComponent
-
Packages that use ImagingObjectSelection.InstanceComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImagingObjectSelection.InstanceComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImagingObjectSelection.InstanceComponent Modifier and Type Method Description protected ImagingObjectSelection.InstanceComponentJsonParser. parseImagingObjectSelectionInstanceComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner)protected ImagingObjectSelection.InstanceComponentXmlParser. parseImagingObjectSelectionInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ImagingObjectSelection.InstanceComponent Modifier and Type Method Description protected voidJsonParser. composeImagingObjectSelectionInstanceComponent(String name, ImagingObjectSelection.InstanceComponent element)protected voidXmlParser. composeImagingObjectSelectionInstanceComponent(String name, ImagingObjectSelection.InstanceComponent element)protected voidJsonParser. composeImagingObjectSelectionInstanceComponentInner(ImagingObjectSelection.InstanceComponent element) -
Uses of ImagingObjectSelection.InstanceComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImagingObjectSelection.InstanceComponent Modifier and Type Field Description protected List<ImagingObjectSelection.InstanceComponent>ImagingObjectSelection.SeriesComponent. instanceIdentity and locating information of the selected DICOM SOP instances.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImagingObjectSelection.InstanceComponent Modifier and Type Method Description List<ImagingObjectSelection.InstanceComponent>ImagingObjectSelection.SeriesComponent. getInstance()Methods in org.hl7.fhir.dstu2.model with parameters of type ImagingObjectSelection.InstanceComponent Modifier and Type Method Description ImagingObjectSelection.SeriesComponentImagingObjectSelection.SeriesComponent. addInstance(ImagingObjectSelection.InstanceComponent t)
-