
Uses of Class
org.hl7.fhir.r4.model.ImagingStudy.ImagingStudySeriesComponent
Packages that use ImagingStudy.ImagingStudySeriesComponent
-
Uses of ImagingStudy.ImagingStudySeriesComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) protected voidRdfParser.composeImagingStudyImagingStudySeriesComponent(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.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesComponent.addEndpoint(Reference t) ImagingStudy.ImagingStudySeriesComponent.addInstance(ImagingStudy.ImagingStudySeriesInstanceComponent t) ImagingStudy.ImagingStudySeriesComponent.addPerformer(ImagingStudy.ImagingStudySeriesPerformerComponent t) ImagingStudy.addSeries()ImagingStudy.ImagingStudySeriesComponent.addSpecimen(Reference t) ImagingStudy.ImagingStudySeriesComponent.copy()ImagingStudy.getSeriesFirstRep()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<ImagingStudy.ImagingStudySeriesPerformerComponent> thePerformer) ImagingStudy.ImagingStudySeriesComponent.setSpecimen(List<Reference> theSpecimen) ImagingStudy.ImagingStudySeriesComponent.setStarted(Date value) ImagingStudy.ImagingStudySeriesComponent.setStartedElement(DateTimeType value) ImagingStudy.ImagingStudySeriesComponent.setUidElement(IdType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ImagingStudy.ImagingStudySeriesComponentMethods in org.hl7.fhir.r4.model with parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.addSeries(ImagingStudy.ImagingStudySeriesComponent t) voidImagingStudy.ImagingStudySeriesComponent.copyValues(ImagingStudy.ImagingStudySeriesComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.setSeries(List<ImagingStudy.ImagingStudySeriesComponent> theSeries)