Uses of Class
org.hl7.fhir.dstu2.model.ImagingObjectSelection.StudyComponent
-
Packages that use ImagingObjectSelection.StudyComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImagingObjectSelection.StudyComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImagingObjectSelection.StudyComponent Modifier and Type Method Description protected ImagingObjectSelection.StudyComponentJsonParser. parseImagingObjectSelectionStudyComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner)protected ImagingObjectSelection.StudyComponentXmlParser. parseImagingObjectSelectionStudyComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ImagingObjectSelection.StudyComponent Modifier and Type Method Description protected voidJsonParser. composeImagingObjectSelectionStudyComponent(String name, ImagingObjectSelection.StudyComponent element)protected voidXmlParser. composeImagingObjectSelectionStudyComponent(String name, ImagingObjectSelection.StudyComponent element)protected voidJsonParser. composeImagingObjectSelectionStudyComponentInner(ImagingObjectSelection.StudyComponent element) -
Uses of ImagingObjectSelection.StudyComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImagingObjectSelection.StudyComponent Modifier and Type Field Description protected List<ImagingObjectSelection.StudyComponent>ImagingObjectSelection. studyStudy identity and locating information of the DICOM SOP instances in the selection.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImagingObjectSelection.StudyComponent Modifier and Type Method Description List<ImagingObjectSelection.StudyComponent>ImagingObjectSelection. getStudy()Methods in org.hl7.fhir.dstu2.model with parameters of type ImagingObjectSelection.StudyComponent Modifier and Type Method Description ImagingObjectSelectionImagingObjectSelection. addStudy(ImagingObjectSelection.StudyComponent t)
-