
Uses of Class
org.hl7.fhir.dstu3.model.ImagingStudy.ImagingStudySeriesComponent
Packages that use ImagingStudy.ImagingStudySeriesComponent
-
Uses of ImagingStudy.ImagingStudySeriesComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionprotected ImagingStudy.ImagingStudySeriesComponentJsonParser.parseImagingStudyImagingStudySeriesComponent(com.google.gson.JsonObject json, ImagingStudy owner) protected ImagingStudy.ImagingStudySeriesComponentXmlParser.parseImagingStudyImagingStudySeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) protected voidRdfParser.composeImagingStudyImagingStudySeriesComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingStudy.ImagingStudySeriesComponent element, int index) protected voidXmlParser.composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) protected voidXmlParser.composeImagingStudyImagingStudySeriesComponentElements(ImagingStudy.ImagingStudySeriesComponent element) protected voidJsonParser.composeImagingStudyImagingStudySeriesComponentInner(ImagingStudy.ImagingStudySeriesComponent element) protected booleanXmlParser.parseImagingStudyImagingStudySeriesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) protected voidJsonParser.parseImagingStudyImagingStudySeriesComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) -
Uses of ImagingStudy.ImagingStudySeriesComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeFieldDescriptionprotected List<ImagingStudy.ImagingStudySeriesComponent> ImagingStudy.seriesEach study has one or more series of images or other content.Methods in org.hl7.fhir.dstu3.model that return ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesComponent.addEndpoint(Reference t) ImagingStudy.ImagingStudySeriesComponent.addInstance(ImagingStudy.ImagingStudySeriesInstanceComponent t) ImagingStudy.ImagingStudySeriesComponent.addPerformer(Reference t) ImagingStudy.addSeries()ImagingStudy.ImagingStudySeriesComponent.copy()ImagingStudy.getSeriesFirstRep()ImagingStudy.ImagingStudySeriesComponent.setAvailability(ImagingStudy.InstanceAvailability value) ImagingStudy.ImagingStudySeriesComponent.setAvailabilityElement(Enumeration<ImagingStudy.InstanceAvailability> value) ImagingStudy.ImagingStudySeriesComponent.setBodySite(Coding value) ImagingStudy.ImagingStudySeriesComponent.setDescription(String value) ImagingStudy.ImagingStudySeriesComponent.setDescriptionElement(StringType value) ImagingStudy.ImagingStudySeriesComponent.setEndpoint(List<Reference> theEndpoint) ImagingStudy.ImagingStudySeriesComponent.setInstance(List<ImagingStudy.ImagingStudySeriesInstanceComponent> theInstance) ImagingStudy.ImagingStudySeriesComponent.setLaterality(Coding value) ImagingStudy.ImagingStudySeriesComponent.setModality(Coding value) ImagingStudy.ImagingStudySeriesComponent.setNumber(int value) ImagingStudy.ImagingStudySeriesComponent.setNumberElement(UnsignedIntType value) ImagingStudy.ImagingStudySeriesComponent.setNumberOfInstances(int value) ImagingStudy.ImagingStudySeriesComponent.setNumberOfInstancesElement(UnsignedIntType value) ImagingStudy.ImagingStudySeriesComponent.setPerformer(List<Reference> thePerformer) ImagingStudy.ImagingStudySeriesComponent.setStarted(Date value) ImagingStudy.ImagingStudySeriesComponent.setStartedElement(DateTimeType value) ImagingStudy.ImagingStudySeriesComponent.setUidElement(OidType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImagingStudy.ImagingStudySeriesComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.addSeries(ImagingStudy.ImagingStudySeriesComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.setSeries(List<ImagingStudy.ImagingStudySeriesComponent> theSeries)