Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.Study
-
Uses of ImagingObjectSelection.Study in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionImagingObjectSelection.Study.addSeries
(ImagingObjectSelection.StudySeries theValue) Adds a given new value for series ()ImagingObjectSelection.addStudy()
Adds and returns a new value for study ()ImagingObjectSelection.getStudyFirstRep()
Gets the first repetition for study (), creating it if it does not already exist.ImagingObjectSelection.Study.setImagingStudy
(ResourceReferenceDt theValue) Sets the value(s) for imagingStudy ()ImagingObjectSelection.Study.setSeries
(List<ImagingObjectSelection.StudySeries> theValue) Sets the value(s) for series ()ImagingObjectSelection.Study.setUid
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()ImagingObjectSelection.Study.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Modifier and TypeMethodDescriptionImagingObjectSelection.getStudy()
Gets the value(s) for study ().Modifier and TypeMethodDescriptionImagingObjectSelection.addStudy
(ImagingObjectSelection.Study theValue) Adds a given new value for study ()Modifier and TypeMethodDescriptionImagingObjectSelection.setStudy
(List<ImagingObjectSelection.Study> theValue) Sets the value(s) for study ()