
Uses of Class
org.hl7.fhir.dstu3.model.ImagingManifest.StudyComponent
Packages that use ImagingManifest.StudyComponent
-
Uses of ImagingManifest.StudyComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImagingManifest.StudyComponentModifier and TypeMethodDescriptionprotected ImagingManifest.StudyComponentJsonParser.parseImagingManifestStudyComponent(com.google.gson.JsonObject json, ImagingManifest owner) protected ImagingManifest.StudyComponentXmlParser.parseImagingManifestStudyComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ImagingManifest.StudyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingManifestStudyComponent(String name, ImagingManifest.StudyComponent element) protected voidRdfParser.composeImagingManifestStudyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingManifest.StudyComponent element, int index) protected voidXmlParser.composeImagingManifestStudyComponent(String name, ImagingManifest.StudyComponent element) protected voidXmlParser.composeImagingManifestStudyComponentElements(ImagingManifest.StudyComponent element) protected voidJsonParser.composeImagingManifestStudyComponentInner(ImagingManifest.StudyComponent element) protected booleanXmlParser.parseImagingManifestStudyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.StudyComponent res) protected voidJsonParser.parseImagingManifestStudyComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.StudyComponent res) -
Uses of ImagingManifest.StudyComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImagingManifest.StudyComponentModifier and TypeFieldDescriptionprotected 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 ImagingManifest.StudyComponentModifier and TypeMethodDescriptionImagingManifest.StudyComponent.addEndpoint(Reference t) ImagingManifest.StudyComponent.addSeries(ImagingManifest.SeriesComponent t) ImagingManifest.addStudy()ImagingManifest.StudyComponent.copy()ImagingManifest.getStudyFirstRep()ImagingManifest.StudyComponent.setEndpoint(List<Reference> theEndpoint) ImagingManifest.StudyComponent.setImagingStudy(Reference value) ImagingManifest.StudyComponent.setImagingStudyTarget(ImagingStudy value) ImagingManifest.StudyComponent.setSeries(List<ImagingManifest.SeriesComponent> theSeries) ImagingManifest.StudyComponent.setUidElement(OidType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImagingManifest.StudyComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ImagingManifest.StudyComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type ImagingManifest.StudyComponentModifier and TypeMethodDescriptionImagingManifest.setStudy(List<ImagingManifest.StudyComponent> theStudy)