
Uses of Class
org.hl7.fhir.dstu3.model.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.StudyComponent
JsonParser. parseImagingManifestStudyComponent(com.google.gson.JsonObject json, ImagingManifest owner)
protected ImagingManifest.StudyComponent
XmlParser. 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. study
Study 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 ImagingManifest
ImagingManifest. addStudy(ImagingManifest.StudyComponent t)
Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImagingManifest.StudyComponent Modifier and Type Method Description ImagingManifest
ImagingManifest. setStudy(List<ImagingManifest.StudyComponent> theStudy)