public static class ImagingStudy.Series extends BaseIdentifiableElement implements IResourceBlock
Definition: Each study has one or more series of images or other content
| Constructor and Description |
|---|
Series() |
| Modifier and Type | Method and Description |
|---|---|
ImagingStudy.SeriesInstance |
addInstance()
Adds and returns a new value for instance ()
|
ImagingStudy.Series |
addInstance(ImagingStudy.SeriesInstance theValue)
Adds a given new value for instance ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getAvailability()
Gets the value(s) for availability ().
|
BoundCodeDt<InstanceAvailabilityEnum> |
getAvailabilityElement()
Gets the value(s) for availability ().
|
CodingDt |
getBodySite()
Gets the value(s) for bodySite ().
|
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
List<ImagingStudy.SeriesInstance> |
getInstance()
Gets the value(s) for instance ().
|
ImagingStudy.SeriesInstance |
getInstanceFirstRep()
Gets the first repetition for instance (),
creating it if it does not already exist.
|
CodingDt |
getLaterality()
Gets the value(s) for laterality ().
|
CodingDt |
getModality()
Gets the value(s) for modality ().
|
Integer |
getNumber()
Gets the value(s) for number ().
|
UnsignedIntDt |
getNumberElement()
Gets the value(s) for number ().
|
Integer |
getNumberOfInstances()
Gets the value(s) for numberOfInstances ().
|
UnsignedIntDt |
getNumberOfInstancesElement()
Gets the value(s) for numberOfInstances ().
|
Date |
getStarted()
Gets the value(s) for started ().
|
DateTimeDt |
getStartedElement()
Gets the value(s) for started ().
|
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() |
ImagingStudy.Series |
setAvailability(BoundCodeDt<InstanceAvailabilityEnum> theValue)
Sets the value(s) for availability ()
|
ImagingStudy.Series |
setAvailability(InstanceAvailabilityEnum theValue)
Sets the value(s) for availability ()
|
ImagingStudy.Series |
setBodySite(CodingDt theValue)
Sets the value(s) for bodySite ()
|
ImagingStudy.Series |
setDescription(String theString)
Sets the value for description ()
|
ImagingStudy.Series |
setDescription(StringDt theValue)
Sets the value(s) 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(UnsignedIntDt theValue)
Sets the value(s) for number ()
|
ImagingStudy.Series |
setNumberOfInstances(int theInteger)
Sets the value for numberOfInstances ()
|
ImagingStudy.Series |
setNumberOfInstances(UnsignedIntDt theValue)
Sets the value(s) for numberOfInstances ()
|
ImagingStudy.Series |
setStarted(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for started ()
|
ImagingStudy.Series |
setStarted(DateTimeDt theValue)
Sets the value(s) for started ()
|
ImagingStudy.Series |
setStartedWithSecondsPrecision(Date theDate)
Sets the value for started ()
|
ImagingStudy.Series |
setUid(OidDt theValue)
Sets the value(s) for uid ()
|
ImagingStudy.Series |
setUrl(String theUri)
Sets the value for url ()
|
ImagingStudy.Series |
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 Series()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UnsignedIntDt getNumberElement()
null.
Definition: The Numeric identifier of this series in the study.
public Integer getNumber()
null.
Definition: The Numeric identifier of this series in the study.
public ImagingStudy.Series setNumber(UnsignedIntDt theValue)
Definition: The Numeric identifier of this series in the study.
public ImagingStudy.Series setNumber(int theInteger)
Definition: The Numeric identifier of this series in the study.
public CodingDt getModality()
null.
Definition: The modality of this series sequence
public ImagingStudy.Series setModality(CodingDt theValue)
Definition: The modality of this series sequence
public OidDt getUidElement()
null.
Definition: Formal identifier for this series
public String getUid()
null.
Definition: Formal identifier for this series
public ImagingStudy.Series setUid(OidDt theValue)
Definition: Formal identifier for this series
public StringDt getDescriptionElement()
null.
Definition: A description of the series
public String getDescription()
null.
Definition: A description of the series
public ImagingStudy.Series setDescription(StringDt theValue)
Definition: A description of the series
public ImagingStudy.Series setDescription(String theString)
Definition: A description of the series
public UnsignedIntDt getNumberOfInstancesElement()
null.
Definition: Number of SOP Instances in Series.
public Integer getNumberOfInstances()
null.
Definition: Number of SOP Instances in Series.
public ImagingStudy.Series setNumberOfInstances(UnsignedIntDt theValue)
Definition: Number of SOP Instances in Series.
public ImagingStudy.Series setNumberOfInstances(int theInteger)
Definition: Number of SOP Instances in Series.
public BoundCodeDt<InstanceAvailabilityEnum> getAvailabilityElement()
null.
Definition: Availability of series (online, offline or nearline)
public String getAvailability()
null.
Definition: Availability of series (online, offline or nearline)
public ImagingStudy.Series setAvailability(BoundCodeDt<InstanceAvailabilityEnum> theValue)
Definition: Availability of series (online, offline or nearline)
public ImagingStudy.Series setAvailability(InstanceAvailabilityEnum theValue)
Definition: Availability of series (online, offline or nearline)
public UriDt getUrlElement()
null.
Definition: URI/URL specifying the location of the referenced series using WADO-RS
public String getUrl()
null.
Definition: URI/URL specifying the location of the referenced series using WADO-RS
public ImagingStudy.Series setUrl(UriDt theValue)
Definition: URI/URL specifying the location of the referenced series using WADO-RS
public ImagingStudy.Series setUrl(String theUri)
Definition: URI/URL specifying the location of the referenced series using WADO-RS
public CodingDt getBodySite()
null.
Definition: Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed CT
public ImagingStudy.Series setBodySite(CodingDt theValue)
Definition: Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed CT
public CodingDt getLaterality()
null.
Definition: Laterality if body site is paired anatomic structure and laterality is not pre-coordinated in body site code.
public ImagingStudy.Series setLaterality(CodingDt theValue)
Definition: Laterality if body site is paired anatomic structure and laterality is not pre-coordinated in body site code.
public DateTimeDt getStartedElement()
null.
Definition: The date and time the series was started.
public Date getStarted()
null.
Definition: The date and time the series was started.
public ImagingStudy.Series setStarted(DateTimeDt theValue)
Definition: The date and time the series was started.
public ImagingStudy.Series setStarted(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: The date and time the series was started.
public ImagingStudy.Series setStartedWithSecondsPrecision(Date theDate)
Definition: The date and time the series was started.
public List<ImagingStudy.SeriesInstance> getInstance()
null.
Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
public ImagingStudy.Series setInstance(List<ImagingStudy.SeriesInstance> theValue)
Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
public ImagingStudy.SeriesInstance addInstance()
Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
public ImagingStudy.Series addInstance(ImagingStudy.SeriesInstance theValue)
Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
theValue - The instance to add (must not be null)public ImagingStudy.SeriesInstance getInstanceFirstRep()
Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
Copyright © 2014–2016 University Health Network. All rights reserved.