Uses of Class
org.hl7.fhir.dstu2016may.model.ImagingExcerpt.StudyComponent
-
Packages that use ImagingExcerpt.StudyComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ImagingExcerpt.StudyComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ImagingExcerpt.StudyComponent Modifier and Type Method Description protected ImagingExcerpt.StudyComponentJsonParser. parseImagingExcerptStudyComponent(com.google.gson.JsonObject json, ImagingExcerpt owner)protected ImagingExcerpt.StudyComponentXmlParser. parseImagingExcerptStudyComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingExcerpt owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ImagingExcerpt.StudyComponent Modifier and Type Method Description protected voidJsonParser. composeImagingExcerptStudyComponent(String name, ImagingExcerpt.StudyComponent element)protected voidRdfParser. composeImagingExcerptStudyComponent(RdfGenerator.Complex parent, String parentType, String name, ImagingExcerpt.StudyComponent element, int index)protected voidXmlParser. composeImagingExcerptStudyComponent(String name, ImagingExcerpt.StudyComponent element)protected voidJsonParser. composeImagingExcerptStudyComponentInner(ImagingExcerpt.StudyComponent element) -
Uses of ImagingExcerpt.StudyComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ImagingExcerpt.StudyComponent Modifier and Type Field Description protected List<ImagingExcerpt.StudyComponent>ImagingExcerpt. studyStudy identity and locating information of the DICOM SOP instances in the selection.Methods in org.hl7.fhir.dstu2016may.model that return ImagingExcerpt.StudyComponent Modifier and Type Method Description ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. addDicom(ImagingExcerpt.StudyDicomComponent t)ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. addSeries(ImagingExcerpt.SeriesComponent t)ImagingExcerpt.StudyComponentImagingExcerpt. addStudy()ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. addViewable(ImagingExcerpt.StudyViewableComponent t)ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. copy()ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. setImagingStudy(Reference value)ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. setImagingStudyTarget(ImagingStudy value)ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. setUid(String value)ImagingExcerpt.StudyComponentImagingExcerpt.StudyComponent. setUidElement(OidType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ImagingExcerpt.StudyComponent Modifier and Type Method Description List<ImagingExcerpt.StudyComponent>ImagingExcerpt. getStudy()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ImagingExcerpt.StudyComponent Modifier and Type Method Description ImagingExcerptImagingExcerpt. addStudy(ImagingExcerpt.StudyComponent t)
-