
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.StudySeries
Packages that use ImagingObjectSelection.StudySeries
-
Uses of ImagingObjectSelection.StudySeries in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImagingObjectSelection.StudySeriesModifier and TypeMethodDescriptionImagingObjectSelection.StudySeries.addInstance
(ImagingObjectSelection.StudySeriesInstance theValue) Adds a given new value for instance ()ImagingObjectSelection.Study.addSeries()
Adds and returns a new value for series ()ImagingObjectSelection.Study.getSeriesFirstRep()
Gets the first repetition for series (), creating it if it does not already exist.ImagingObjectSelection.StudySeries.setInstance
(List<ImagingObjectSelection.StudySeriesInstance> theValue) Sets the value(s) for instance ()ImagingObjectSelection.StudySeries.setUid
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()ImagingObjectSelection.StudySeries.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImagingObjectSelection.StudySeriesModifier and TypeMethodDescriptionImagingObjectSelection.Study.getSeries()
Gets the value(s) for series ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImagingObjectSelection.StudySeriesModifier and TypeMethodDescriptionImagingObjectSelection.Study.addSeries
(ImagingObjectSelection.StudySeries theValue) Adds a given new value for series ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImagingObjectSelection.StudySeriesModifier and TypeMethodDescriptionImagingObjectSelection.Study.setSeries
(List<ImagingObjectSelection.StudySeries> theValue) Sets the value(s) for series ()