Uses of Class
org.hl7.fhir.dstu3.model.ImagingManifest
Packages that use ImagingManifest
-
Uses of ImagingManifest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImagingManifestModifier and TypeMethodDescriptionprotected ImagingManifestJsonParser.parseImagingManifest(com.google.gson.JsonObject json)protected ImagingManifestXmlParser.parseImagingManifest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type ImagingManifestModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingManifest(String name, ImagingManifest element)protected voidRdfParser.composeImagingManifest(Turtle.Complex parent, String parentType, String name, ImagingManifest element, int index)protected voidXmlParser.composeImagingManifest(String name, ImagingManifest element)protected voidXmlParser.composeImagingManifestElements(ImagingManifest element)protected voidJsonParser.composeImagingManifestInner(ImagingManifest element)protected booleanXmlParser.parseImagingManifestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest res)protected ImagingManifest.InstanceComponentJsonParser.parseImagingManifestInstanceComponent(com.google.gson.JsonObject json, ImagingManifest owner)protected ImagingManifest.InstanceComponentXmlParser.parseImagingManifestInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner)protected booleanXmlParser.parseImagingManifestInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.InstanceComponent res)protected voidJsonParser.parseImagingManifestInstanceComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.InstanceComponent res)protected voidJsonParser.parseImagingManifestProperties(com.google.gson.JsonObject json, ImagingManifest res)protected ImagingManifest.SeriesComponentJsonParser.parseImagingManifestSeriesComponent(com.google.gson.JsonObject json, ImagingManifest owner)protected ImagingManifest.SeriesComponentXmlParser.parseImagingManifestSeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner)protected booleanXmlParser.parseImagingManifestSeriesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.SeriesComponent res)protected voidJsonParser.parseImagingManifestSeriesComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.SeriesComponent res)protected ImagingManifest.StudyComponentJsonParser.parseImagingManifestStudyComponent(com.google.gson.JsonObject json, ImagingManifest owner)protected ImagingManifest.StudyComponentXmlParser.parseImagingManifestStudyComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner)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 in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return ImagingManifestModifier and TypeMethodDescriptionImagingManifest.addStudy(ImagingManifest.StudyComponent t)ImagingManifest.copy()ImagingManifest.setAuthoringTime(Date value)ImagingManifest.setAuthoringTimeElement(DateTimeType value)ImagingManifest.setAuthorTarget(Resource value)ImagingManifest.setDescription(String value)ImagingManifest.setDescriptionElement(StringType value)ImagingManifest.setIdentifier(Identifier value)ImagingManifest.setPatient(Reference value)ImagingManifest.setPatientTarget(Patient value)ImagingManifest.setStudy(List<ImagingManifest.StudyComponent> theStudy)protected ImagingManifestImagingManifest.typedCopy()