Uses of Class
org.hl7.fhir.dstu2.model.ImagingObjectSelection.SeriesComponent
-
Packages that use ImagingObjectSelection.SeriesComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImagingObjectSelection.SeriesComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImagingObjectSelection.SeriesComponent Modifier and Type Method Description protected ImagingObjectSelection.SeriesComponentJsonParser. parseImagingObjectSelectionSeriesComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner)protected ImagingObjectSelection.SeriesComponentXmlParser. parseImagingObjectSelectionSeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ImagingObjectSelection.SeriesComponent Modifier and Type Method Description protected voidJsonParser. composeImagingObjectSelectionSeriesComponent(String name, ImagingObjectSelection.SeriesComponent element)protected voidXmlParser. composeImagingObjectSelectionSeriesComponent(String name, ImagingObjectSelection.SeriesComponent element)protected voidJsonParser. composeImagingObjectSelectionSeriesComponentInner(ImagingObjectSelection.SeriesComponent element) -
Uses of ImagingObjectSelection.SeriesComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImagingObjectSelection.SeriesComponent Modifier and Type Field Description protected List<ImagingObjectSelection.SeriesComponent>ImagingObjectSelection.StudyComponent. seriesSeries identity and locating information of the DICOM SOP instances in the selection.Methods in org.hl7.fhir.dstu2.model that return ImagingObjectSelection.SeriesComponent Modifier and Type Method Description ImagingObjectSelection.SeriesComponentImagingObjectSelection.SeriesComponent. addInstance(ImagingObjectSelection.InstanceComponent t)ImagingObjectSelection.SeriesComponentImagingObjectSelection.StudyComponent. addSeries()ImagingObjectSelection.SeriesComponentImagingObjectSelection.SeriesComponent. copy()ImagingObjectSelection.SeriesComponentImagingObjectSelection.SeriesComponent. setUid(String value)ImagingObjectSelection.SeriesComponentImagingObjectSelection.SeriesComponent. setUidElement(OidType value)ImagingObjectSelection.SeriesComponentImagingObjectSelection.SeriesComponent. setUrl(String value)ImagingObjectSelection.SeriesComponentImagingObjectSelection.SeriesComponent. setUrlElement(UriType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImagingObjectSelection.SeriesComponent Modifier and Type Method Description List<ImagingObjectSelection.SeriesComponent>ImagingObjectSelection.StudyComponent. getSeries()Methods in org.hl7.fhir.dstu2.model with parameters of type ImagingObjectSelection.SeriesComponent Modifier and Type Method Description ImagingObjectSelection.StudyComponentImagingObjectSelection.StudyComponent. addSeries(ImagingObjectSelection.SeriesComponent t)
-