
Uses of Class
org.hl7.fhir.dstu3.model.ImagingManifest.SeriesComponent
Packages that use ImagingManifest.SeriesComponent
-
Uses of ImagingManifest.SeriesComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImagingManifest.SeriesComponentModifier and TypeMethodDescriptionprotected ImagingManifest.SeriesComponentJsonParser.parseImagingManifestSeriesComponent(com.google.gson.JsonObject json, ImagingManifest owner) protected ImagingManifest.SeriesComponentXmlParser.parseImagingManifestSeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ImagingManifest.SeriesComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingManifestSeriesComponent(String name, ImagingManifest.SeriesComponent element) protected voidRdfParser.composeImagingManifestSeriesComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingManifest.SeriesComponent element, int index) protected voidXmlParser.composeImagingManifestSeriesComponent(String name, ImagingManifest.SeriesComponent element) protected voidXmlParser.composeImagingManifestSeriesComponentElements(ImagingManifest.SeriesComponent element) protected voidJsonParser.composeImagingManifestSeriesComponentInner(ImagingManifest.SeriesComponent element) protected booleanXmlParser.parseImagingManifestSeriesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.SeriesComponent res) protected voidJsonParser.parseImagingManifestSeriesComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.SeriesComponent res) -
Uses of ImagingManifest.SeriesComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImagingManifest.SeriesComponentModifier and TypeFieldDescriptionprotected List<ImagingManifest.SeriesComponent> ImagingManifest.StudyComponent.seriesSeries identity and locating information of the DICOM SOP instances in the selection.Methods in org.hl7.fhir.dstu3.model that return ImagingManifest.SeriesComponentModifier and TypeMethodDescriptionImagingManifest.SeriesComponent.addEndpoint(Reference t) ImagingManifest.SeriesComponent.addInstance(ImagingManifest.InstanceComponent t) ImagingManifest.StudyComponent.addSeries()ImagingManifest.SeriesComponent.copy()ImagingManifest.StudyComponent.getSeriesFirstRep()ImagingManifest.SeriesComponent.setEndpoint(List<Reference> theEndpoint) ImagingManifest.SeriesComponent.setInstance(List<ImagingManifest.InstanceComponent> theInstance) ImagingManifest.SeriesComponent.setUidElement(OidType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImagingManifest.SeriesComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ImagingManifest.SeriesComponentModifier and TypeMethodDescriptionImagingManifest.StudyComponent.addSeries(ImagingManifest.SeriesComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImagingManifest.SeriesComponentModifier and TypeMethodDescriptionImagingManifest.StudyComponent.setSeries(List<ImagingManifest.SeriesComponent> theSeries)