Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.Study
-
Packages that use ImagingObjectSelection.Study Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ImagingObjectSelection.Study in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImagingObjectSelection.Study Modifier and Type Method Description ImagingObjectSelection.StudyImagingObjectSelection.Study. addSeries(ImagingObjectSelection.StudySeries theValue)Adds a given new value for series ()ImagingObjectSelection.StudyImagingObjectSelection. addStudy()Adds and returns a new value for study ()ImagingObjectSelection.StudyImagingObjectSelection. getStudyFirstRep()Gets the first repetition for study (), creating it if it does not already exist.ImagingObjectSelection.StudyImagingObjectSelection.Study. setImagingStudy(ResourceReferenceDt theValue)Sets the value(s) for imagingStudy ()ImagingObjectSelection.StudyImagingObjectSelection.Study. setSeries(List<ImagingObjectSelection.StudySeries> theValue)Sets the value(s) for series ()ImagingObjectSelection.StudyImagingObjectSelection.Study. setUid(ca.uhn.fhir.model.primitive.OidDt theValue)Sets the value(s) for uid ()ImagingObjectSelection.StudyImagingObjectSelection.Study. setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url ()ImagingObjectSelection.StudyImagingObjectSelection.Study. setUrl(String theUri)Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImagingObjectSelection.Study Modifier and Type Method Description List<ImagingObjectSelection.Study>ImagingObjectSelection. getStudy()Gets the value(s) for study ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImagingObjectSelection.Study Modifier and Type Method Description ImagingObjectSelectionImagingObjectSelection. addStudy(ImagingObjectSelection.Study theValue)Adds a given new value for study ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImagingObjectSelection.Study Modifier and Type Method Description ImagingObjectSelectionImagingObjectSelection. setStudy(List<ImagingObjectSelection.Study> theValue)Sets the value(s) for study ()
-