Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImagingStudy.Series
-
Uses of ImagingStudy.Series in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionImagingStudy.Series.addInstance
(ImagingStudy.SeriesInstance theValue) Adds a given new value for instance ()ImagingStudy.addSeries()
Adds and returns a new value for series ()ImagingStudy.getSeriesFirstRep()
Gets the first repetition for series (), creating it if it does not already exist.ImagingStudy.Series.setAvailability
(InstanceAvailabilityEnum theValue) Sets the value(s) for availability ()ImagingStudy.Series.setAvailability
(ca.uhn.fhir.model.primitive.BoundCodeDt<InstanceAvailabilityEnum> theValue) Sets the value(s) for availability ()ImagingStudy.Series.setBodySite
(CodingDt theValue) Sets the value(s) for bodySite ()ImagingStudy.Series.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()ImagingStudy.Series.setDescription
(String theString) Sets the value for description ()ImagingStudy.Series.setInstance
(List<ImagingStudy.SeriesInstance> theValue) Sets the value(s) for instance ()ImagingStudy.Series.setLaterality
(CodingDt theValue) Sets the value(s) for laterality ()ImagingStudy.Series.setModality
(CodingDt theValue) Sets the value(s) for modality ()ImagingStudy.Series.setNumber
(int theInteger) Sets the value for number ()ImagingStudy.Series.setNumber
(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for number ()ImagingStudy.Series.setNumberOfInstances
(int theInteger) Sets the value for numberOfInstances ()ImagingStudy.Series.setNumberOfInstances
(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for numberOfInstances ()ImagingStudy.Series.setStarted
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for started ()ImagingStudy.Series.setStarted
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for started ()ImagingStudy.Series.setStartedWithSecondsPrecision
(Date theDate) Sets the value for started ()ImagingStudy.Series.setUid
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()ImagingStudy.Series.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Modifier and TypeMethodDescriptionImagingStudy.addSeries
(ImagingStudy.Series theValue) Adds a given new value for series ()Modifier and TypeMethodDescriptionImagingStudy.setSeries
(List<ImagingStudy.Series> theValue) Sets the value(s) for series ()