Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.StudySeries
-
Uses of ImagingObjectSelection.StudySeries in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionImagingObjectSelection.Study.getSeries()
Gets the value(s) for series ().Modifier and TypeMethodDescriptionImagingObjectSelection.Study.addSeries
(ImagingObjectSelection.StudySeries theValue) Adds a given new value for series ()Modifier and TypeMethodDescriptionImagingObjectSelection.Study.setSeries
(List<ImagingObjectSelection.StudySeries> theValue) Sets the value(s) for series ()