public static class ImagingObjectSelection.Study extends BaseIdentifiableElement implements IResourceBlock
Definition: Study identity and locating information of the DICOM SOP instances in the selection.
| Constructor and Description |
|---|
Study() |
| Modifier and Type | Method and Description |
|---|---|
ImagingObjectSelection.StudySeries |
addSeries()
Adds and returns a new value for series ()
|
ImagingObjectSelection.Study |
addSeries(ImagingObjectSelection.StudySeries theValue)
Adds a given new value for series ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getImagingStudy()
Gets the value(s) for imagingStudy ().
|
List<ImagingObjectSelection.StudySeries> |
getSeries()
Gets the value(s) for series ().
|
ImagingObjectSelection.StudySeries |
getSeriesFirstRep()
Gets the first repetition for series (),
creating it if it does not already exist.
|
String |
getUid()
Gets the value(s) for uid ().
|
OidDt |
getUidElement()
Gets the value(s) for uid ().
|
String |
getUrl()
Gets the value(s) for url ().
|
UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
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(OidDt theValue)
Sets the value(s) for uid ()
|
ImagingObjectSelection.Study |
setUrl(String theUri)
Sets the value for url ()
|
ImagingObjectSelection.Study |
setUrl(UriDt theValue)
Sets the value(s) for url ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Study()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic OidDt getUidElement()
null.
Definition: Study instance UID of the SOP instances in the selection
public String getUid()
null.
Definition: Study instance UID of the SOP instances in the selection
public ImagingObjectSelection.Study setUid(OidDt theValue)
Definition: Study instance UID of the SOP instances in the selection
public UriDt getUrlElement()
null.
Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
public String getUrl()
null.
Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
public ImagingObjectSelection.Study setUrl(UriDt theValue)
Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
public ImagingObjectSelection.Study setUrl(String theUri)
Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
public ResourceReferenceDt getImagingStudy()
null.
Definition: Reference to the Imaging Study in FHIR form.
public ImagingObjectSelection.Study setImagingStudy(ResourceReferenceDt theValue)
Definition: Reference to the Imaging Study in FHIR form.
public List<ImagingObjectSelection.StudySeries> getSeries()
null.
Definition: Series identity and locating information of the DICOM SOP instances in the selection
public ImagingObjectSelection.Study setSeries(List<ImagingObjectSelection.StudySeries> theValue)
Definition: Series identity and locating information of the DICOM SOP instances in the selection
public ImagingObjectSelection.StudySeries addSeries()
Definition: Series identity and locating information of the DICOM SOP instances in the selection
public ImagingObjectSelection.Study addSeries(ImagingObjectSelection.StudySeries theValue)
Definition: Series identity and locating information of the DICOM SOP instances in the selection
theValue - The series to add (must not be null)public ImagingObjectSelection.StudySeries getSeriesFirstRep()
Definition: Series identity and locating information of the DICOM SOP instances in the selection
Copyright © 2014–2016 University Health Network. All rights reserved.