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