Uses of Class
org.hl7.fhir.dstu2016may.model.ImagingExcerpt.InstanceComponent
-
Packages that use ImagingExcerpt.InstanceComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ImagingExcerpt.InstanceComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ImagingExcerpt.InstanceComponent Modifier and Type Method Description protected ImagingExcerpt.InstanceComponentJsonParser. parseImagingExcerptInstanceComponent(com.google.gson.JsonObject json, ImagingExcerpt owner)protected ImagingExcerpt.InstanceComponentXmlParser. parseImagingExcerptInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingExcerpt owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ImagingExcerpt.InstanceComponent Modifier and Type Method Description protected voidJsonParser. composeImagingExcerptInstanceComponent(String name, ImagingExcerpt.InstanceComponent element)protected voidRdfParser. composeImagingExcerptInstanceComponent(RdfGenerator.Complex parent, String parentType, String name, ImagingExcerpt.InstanceComponent element, int index)protected voidXmlParser. composeImagingExcerptInstanceComponent(String name, ImagingExcerpt.InstanceComponent element)protected voidJsonParser. composeImagingExcerptInstanceComponentInner(ImagingExcerpt.InstanceComponent element) -
Uses of ImagingExcerpt.InstanceComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ImagingExcerpt.InstanceComponent Modifier and Type Field Description protected List<ImagingExcerpt.InstanceComponent>ImagingExcerpt.SeriesComponent. instanceIdentity and locating information of the selected DICOM SOP instances.Methods in org.hl7.fhir.dstu2016may.model that return ImagingExcerpt.InstanceComponent Modifier and Type Method Description ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. addDicom(ImagingExcerpt.InstanceDicomComponent t)ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. addFrameNumbers(int value)ImagingExcerpt.InstanceComponentImagingExcerpt.SeriesComponent. addInstance()ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. copy()ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. setSopClass(String value)ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. setSopClassElement(OidType value)ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. setUid(String value)ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. setUidElement(OidType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ImagingExcerpt.InstanceComponent Modifier and Type Method Description List<ImagingExcerpt.InstanceComponent>ImagingExcerpt.SeriesComponent. getInstance()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ImagingExcerpt.InstanceComponent Modifier and Type Method Description ImagingExcerpt.SeriesComponentImagingExcerpt.SeriesComponent. addInstance(ImagingExcerpt.InstanceComponent t)
-