Uses of Class
org.hl7.fhir.dstu2016may.model.ImagingExcerpt.InstanceDicomComponent
-
Packages that use ImagingExcerpt.InstanceDicomComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ImagingExcerpt.InstanceDicomComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ImagingExcerpt.InstanceDicomComponent Modifier and Type Method Description protected ImagingExcerpt.InstanceDicomComponentJsonParser. parseImagingExcerptInstanceDicomComponent(com.google.gson.JsonObject json, ImagingExcerpt owner)protected ImagingExcerpt.InstanceDicomComponentXmlParser. parseImagingExcerptInstanceDicomComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingExcerpt owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ImagingExcerpt.InstanceDicomComponent Modifier and Type Method Description protected voidJsonParser. composeImagingExcerptInstanceDicomComponent(String name, ImagingExcerpt.InstanceDicomComponent element)protected voidRdfParser. composeImagingExcerptInstanceDicomComponent(RdfGenerator.Complex parent, String parentType, String name, ImagingExcerpt.InstanceDicomComponent element, int index)protected voidXmlParser. composeImagingExcerptInstanceDicomComponent(String name, ImagingExcerpt.InstanceDicomComponent element)protected voidJsonParser. composeImagingExcerptInstanceDicomComponentInner(ImagingExcerpt.InstanceDicomComponent element) -
Uses of ImagingExcerpt.InstanceDicomComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ImagingExcerpt.InstanceDicomComponent Modifier and Type Field Description protected List<ImagingExcerpt.InstanceDicomComponent>ImagingExcerpt.InstanceComponent. dicomMethods of accessing using DICOM web technologies.Methods in org.hl7.fhir.dstu2016may.model that return ImagingExcerpt.InstanceDicomComponent Modifier and Type Method Description ImagingExcerpt.InstanceDicomComponentImagingExcerpt.InstanceComponent. addDicom()ImagingExcerpt.InstanceDicomComponentImagingExcerpt.InstanceDicomComponent. copy()ImagingExcerpt.InstanceDicomComponentImagingExcerpt.InstanceDicomComponent. setType(ImagingExcerpt.DWebType value)ImagingExcerpt.InstanceDicomComponentImagingExcerpt.InstanceDicomComponent. setTypeElement(Enumeration<ImagingExcerpt.DWebType> value)ImagingExcerpt.InstanceDicomComponentImagingExcerpt.InstanceDicomComponent. setUrl(String value)ImagingExcerpt.InstanceDicomComponentImagingExcerpt.InstanceDicomComponent. setUrlElement(UriType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ImagingExcerpt.InstanceDicomComponent Modifier and Type Method Description List<ImagingExcerpt.InstanceDicomComponent>ImagingExcerpt.InstanceComponent. getDicom()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ImagingExcerpt.InstanceDicomComponent Modifier and Type Method Description ImagingExcerpt.InstanceComponentImagingExcerpt.InstanceComponent. addDicom(ImagingExcerpt.InstanceDicomComponent t)
-