
Uses of Class
org.hl7.fhir.r5.model.ImagingStudy.ImagingStudySeriesComponent
Packages that use ImagingStudy.ImagingStudySeriesComponent
-
Uses of ImagingStudy.ImagingStudySeriesComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionprotected ImagingStudy.ImagingStudySeriesComponent
JsonParser.parseImagingStudySeriesComponent
(com.google.gson.JsonObject json) protected ImagingStudy.ImagingStudySeriesComponent
XmlParser.parseImagingStudySeriesComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeImagingStudySeriesComponent
(String name, ImagingStudy.ImagingStudySeriesComponent element) protected void
RdfParser.composeImagingStudySeriesComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingStudy.ImagingStudySeriesComponent element, int index) protected void
XmlParser.composeImagingStudySeriesComponent
(String name, ImagingStudy.ImagingStudySeriesComponent element) protected void
XmlParser.composeImagingStudySeriesComponentElements
(ImagingStudy.ImagingStudySeriesComponent element) protected void
JsonParser.composeImagingStudySeriesComponentProperties
(ImagingStudy.ImagingStudySeriesComponent element) protected boolean
XmlParser.parseImagingStudySeriesComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy.ImagingStudySeriesComponent res) protected void
JsonParser.parseImagingStudySeriesComponentProperties
(com.google.gson.JsonObject json, ImagingStudy.ImagingStudySeriesComponent res) -
Uses of ImagingStudy.ImagingStudySeriesComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeFieldDescriptionprotected List
<ImagingStudy.ImagingStudySeriesComponent> ImagingStudy.series
Each study has one or more series of images or other content.Methods in org.hl7.fhir.r5.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
(CodeableReference 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
(CodeableConcept value) ImagingStudy.ImagingStudySeriesComponent.setModality
(CodeableConcept 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.r5.model that return types with arguments of type ImagingStudy.ImagingStudySeriesComponentMethods in org.hl7.fhir.r5.model with parameters of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.addSeries
(ImagingStudy.ImagingStudySeriesComponent t) void
ImagingStudy.ImagingStudySeriesComponent.copyValues
(ImagingStudy.ImagingStudySeriesComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImagingStudy.ImagingStudySeriesComponentModifier and TypeMethodDescriptionImagingStudy.setSeries
(List<ImagingStudy.ImagingStudySeriesComponent> theSeries)