
Uses of Class
org.hl7.fhir.dstu3.model.ImagingManifest.InstanceComponent
Packages that use ImagingManifest.InstanceComponent
-
Uses of ImagingManifest.InstanceComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImagingManifest.InstanceComponentModifier and TypeMethodDescriptionprotected ImagingManifest.InstanceComponentJsonParser.parseImagingManifestInstanceComponent(com.google.gson.JsonObject json, ImagingManifest owner) protected ImagingManifest.InstanceComponentXmlParser.parseImagingManifestInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ImagingManifest.InstanceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingManifestInstanceComponent(String name, ImagingManifest.InstanceComponent element) protected voidRdfParser.composeImagingManifestInstanceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingManifest.InstanceComponent element, int index) protected voidXmlParser.composeImagingManifestInstanceComponent(String name, ImagingManifest.InstanceComponent element) protected voidXmlParser.composeImagingManifestInstanceComponentElements(ImagingManifest.InstanceComponent element) protected voidJsonParser.composeImagingManifestInstanceComponentInner(ImagingManifest.InstanceComponent element) protected booleanXmlParser.parseImagingManifestInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.InstanceComponent res) protected voidJsonParser.parseImagingManifestInstanceComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.InstanceComponent res) -
Uses of ImagingManifest.InstanceComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImagingManifest.InstanceComponentModifier and TypeFieldDescriptionprotected List<ImagingManifest.InstanceComponent> ImagingManifest.SeriesComponent.instanceIdentity and locating information of the selected DICOM SOP instances.Methods in org.hl7.fhir.dstu3.model that return ImagingManifest.InstanceComponentModifier and TypeMethodDescriptionImagingManifest.SeriesComponent.addInstance()ImagingManifest.InstanceComponent.copy()ImagingManifest.SeriesComponent.getInstanceFirstRep()ImagingManifest.InstanceComponent.setSopClass(String value) ImagingManifest.InstanceComponent.setSopClassElement(OidType value) ImagingManifest.InstanceComponent.setUidElement(OidType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImagingManifest.InstanceComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ImagingManifest.InstanceComponentModifier and TypeMethodDescriptionImagingManifest.SeriesComponent.addInstance(ImagingManifest.InstanceComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImagingManifest.InstanceComponentModifier and TypeMethodDescriptionImagingManifest.SeriesComponent.setInstance(List<ImagingManifest.InstanceComponent> theInstance)