Uses of Class
org.hl7.fhir.dstu3.model.ImagingManifest.StudyComponent
-
Packages that use ImagingManifest.StudyComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ImagingManifest.StudyComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImagingManifest.StudyComponent Modifier and Type Method Description protected ImagingManifest.StudyComponentJsonParser. parseImagingManifestStudyComponent(com.google.gson.JsonObject json, ImagingManifest owner)protected ImagingManifest.StudyComponentXmlParser. parseImagingManifestStudyComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner) -
Uses of ImagingManifest.StudyComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImagingManifest.StudyComponent Modifier and Type Field Description protected List<ImagingManifest.StudyComponent>ImagingManifest. studyStudy identity and locating information of the DICOM SOP instances in the selection.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImagingManifest.StudyComponent Modifier and Type Method Description List<ImagingManifest.StudyComponent>ImagingManifest. getStudy()Methods in org.hl7.fhir.dstu3.model with parameters of type ImagingManifest.StudyComponent Modifier and Type Method Description ImagingManifestImagingManifest. addStudy(ImagingManifest.StudyComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImagingManifest.StudyComponent Modifier and Type Method Description ImagingManifestImagingManifest. setStudy(List<ImagingManifest.StudyComponent> theStudy)
-