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