Uses of Class
org.hl7.fhir.dstu2016may.model.ImagingExcerpt.SeriesComponent
-
Packages that use ImagingExcerpt.SeriesComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ImagingExcerpt.SeriesComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ImagingExcerpt.SeriesComponent Modifier and Type Method Description protected ImagingExcerpt.SeriesComponentJsonParser. parseImagingExcerptSeriesComponent(com.google.gson.JsonObject json, ImagingExcerpt owner)protected ImagingExcerpt.SeriesComponentXmlParser. parseImagingExcerptSeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingExcerpt owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ImagingExcerpt.SeriesComponent Modifier and Type Method Description protected voidJsonParser. composeImagingExcerptSeriesComponent(String name, ImagingExcerpt.SeriesComponent element)protected voidRdfParser. composeImagingExcerptSeriesComponent(RdfGenerator.Complex parent, String parentType, String name, ImagingExcerpt.SeriesComponent element, int index)protected voidXmlParser. composeImagingExcerptSeriesComponent(String name, ImagingExcerpt.SeriesComponent element)protected voidJsonParser. composeImagingExcerptSeriesComponentInner(ImagingExcerpt.SeriesComponent element) -
Uses of ImagingExcerpt.SeriesComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ImagingExcerpt.SeriesComponent Modifier and Type Field Description protected List<ImagingExcerpt.SeriesComponent>ImagingExcerpt.StudyComponent. seriesSeries identity and locating information of the DICOM SOP instances in the selection.Methods in org.hl7.fhir.dstu2016may.model that return ImagingExcerpt.SeriesComponent Modifier and Type Method Description ImagingExcerpt.SeriesComponentImagingExcerpt.SeriesComponent. addDicom(ImagingExcerpt.SeriesDicomComponent t)ImagingExcerpt.SeriesComponentImagingExcerpt.SeriesComponent. addInstance(ImagingExcerpt.InstanceComponent t)ImagingExcerpt.SeriesComponentImagingExcerpt.StudyComponent. addSeries()ImagingExcerpt.SeriesComponentImagingExcerpt.SeriesComponent. copy()ImagingExcerpt.SeriesComponentImagingExcerpt.SeriesComponent. setUid(String value)ImagingExcerpt.SeriesComponentImagingExcerpt.SeriesComponent. setUidElement(OidType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ImagingExcerpt.SeriesComponent Modifier and Type Method Description List<ImagingExcerpt.SeriesComponent>ImagingExcerpt.StudyComponent. getSeries()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ImagingExcerpt.SeriesComponent Modifier and Type Method Description ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. addSeries(ImagingExcerpt.SeriesComponent t)
-