public static class ImagingStudy.Series extends BaseIdentifiableElement implements IResourceBlock
Definition: Each study has one or more series of image instances
Constructor and Description |
---|
Series() |
Modifier and Type | Method and Description |
---|---|
ImagingStudy.SeriesInstance |
addInstance()
Adds and returns a new value for instance (A single instance taken from a patient (image or other))
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
BoundCodeDt<InstanceAvailabilityEnum> |
getAvailability()
Gets the value(s) for availability (ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056)).
|
BoundCodeDt<InstanceAvailabilityEnum> |
getAvailabilityElement()
Gets the value(s) for availability (ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056)).
|
CodingDt |
getBodySite()
Gets the value(s) for bodySite (Body part examined (Map from 0018,0015)).
|
CodingDt |
getBodySiteElement()
Gets the value(s) for bodySite (Body part examined (Map from 0018,0015)).
|
DateTimeDt |
getDateTime()
Gets the value(s) for dateTime (When the series started).
|
DateTimeDt |
getDateTimeElement()
Gets the value(s) for dateTime (When the series started).
|
StringDt |
getDescription()
Gets the value(s) for description (A description of the series (0008,103E)).
|
StringDt |
getDescriptionElement()
Gets the value(s) for description (A description of the series (0008,103E)).
|
List<ImagingStudy.SeriesInstance> |
getInstance()
Gets the value(s) for instance (A single instance taken from a patient (image or other)).
|
List<ImagingStudy.SeriesInstance> |
getInstanceElement()
Gets the value(s) for instance (A single instance taken from a patient (image or other)).
|
ImagingStudy.SeriesInstance |
getInstanceFirstRep()
Gets the first repetition for instance (A single instance taken from a patient (image or other)),
creating it if it does not already exist.
|
BoundCodeDt<ModalityEnum> |
getModality()
Gets the value(s) for modality (The modality of the instances in the series (0008,0060)).
|
BoundCodeDt<ModalityEnum> |
getModalityElement()
Gets the value(s) for modality (The modality of the instances in the series (0008,0060)).
|
IntegerDt |
getNumber()
Gets the value(s) for number (Number of this series in overall sequence (0020,0011)).
|
IntegerDt |
getNumberElement()
Gets the value(s) for number (Number of this series in overall sequence (0020,0011)).
|
IntegerDt |
getNumberOfInstances()
Gets the value(s) for numberOfInstances (Number of Series Related Instances (0020,1209)).
|
IntegerDt |
getNumberOfInstancesElement()
Gets the value(s) for numberOfInstances (Number of Series Related Instances (0020,1209)).
|
OidDt |
getUid()
Gets the value(s) for uid (Formal identifier for this series (0020,000E)).
|
OidDt |
getUidElement()
Gets the value(s) for uid (Formal identifier for this series (0020,000E)).
|
UriDt |
getUrl()
Gets the value(s) for url (Retrieve URI (0008,1115 > 0008,1190)).
|
UriDt |
getUrlElement()
Gets the value(s) for url (Retrieve URI (0008,1115 > 0008,1190)).
|
boolean |
isEmpty() |
ImagingStudy.Series |
setAvailability(BoundCodeDt<InstanceAvailabilityEnum> theValue)
Sets the value(s) for availability (ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056))
|
ImagingStudy.Series |
setAvailability(InstanceAvailabilityEnum theValue)
Sets the value(s) for availability (ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056))
|
ImagingStudy.Series |
setBodySite(CodingDt theValue)
Sets the value(s) for bodySite (Body part examined (Map from 0018,0015))
|
ImagingStudy.Series |
setDateTime(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for dateTime (When the series started)
|
ImagingStudy.Series |
setDateTime(DateTimeDt theValue)
Sets the value(s) for dateTime (When the series started)
|
ImagingStudy.Series |
setDateTimeWithSecondsPrecision(Date theDate)
Sets the value for dateTime (When the series started)
|
ImagingStudy.Series |
setDescription(String theString)
Sets the value for description (A description of the series (0008,103E))
|
ImagingStudy.Series |
setDescription(StringDt theValue)
Sets the value(s) for description (A description of the series (0008,103E))
|
ImagingStudy.Series |
setInstance(List<ImagingStudy.SeriesInstance> theValue)
Sets the value(s) for instance (A single instance taken from a patient (image or other))
|
ImagingStudy.Series |
setModality(BoundCodeDt<ModalityEnum> theValue)
Sets the value(s) for modality (The modality of the instances in the series (0008,0060))
|
ImagingStudy.Series |
setModality(ModalityEnum theValue)
Sets the value(s) for modality (The modality of the instances in the series (0008,0060))
|
ImagingStudy.Series |
setNumber(int theInteger)
Sets the value for number (Number of this series in overall sequence (0020,0011))
|
ImagingStudy.Series |
setNumber(IntegerDt theValue)
Sets the value(s) for number (Number of this series in overall sequence (0020,0011))
|
ImagingStudy.Series |
setNumberOfInstances(int theInteger)
Sets the value for numberOfInstances (Number of Series Related Instances (0020,1209))
|
ImagingStudy.Series |
setNumberOfInstances(IntegerDt theValue)
Sets the value(s) for numberOfInstances (Number of Series Related Instances (0020,1209))
|
ImagingStudy.Series |
setUid(OidDt theValue)
Sets the value(s) for uid (Formal identifier for this series (0020,000E))
|
ImagingStudy.Series |
setUrl(String theUri)
Sets the value for url (Retrieve URI (0008,1115 > 0008,1190))
|
ImagingStudy.Series |
setUrl(UriDt theValue)
Sets the value(s) for url (Retrieve URI (0008,1115 > 0008,1190))
|
getElementSpecificId, getId, setElementSpecificId, setId, setId
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmpty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementSpecificId, getId, setElementSpecificId, setId, setId
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType
in interface ICompositeElement
public IntegerDt getNumber()
null
.
Definition: The number of this series in the overall sequence
public IntegerDt getNumberElement()
null
.
Definition: The number of this series in the overall sequence
public ImagingStudy.Series setNumber(IntegerDt theValue)
Definition: The number of this series in the overall sequence
public ImagingStudy.Series setNumber(int theInteger)
Definition: The number of this series in the overall sequence
public BoundCodeDt<ModalityEnum> getModality()
null
.
Definition: The modality of this series sequence
public BoundCodeDt<ModalityEnum> getModalityElement()
null
.
Definition: The modality of this series sequence
public ImagingStudy.Series setModality(BoundCodeDt<ModalityEnum> theValue)
Definition: The modality of this series sequence
public ImagingStudy.Series setModality(ModalityEnum theValue)
Definition: The modality of this series sequence
public OidDt getUid()
null
.
Definition: Formal identifier for this series
public OidDt getUidElement()
null
.
Definition: Formal identifier for this series
public ImagingStudy.Series setUid(OidDt theValue)
Definition: Formal identifier for this series
public StringDt getDescription()
null
.
Definition: A description of the series
public StringDt getDescriptionElement()
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 IntegerDt getNumberOfInstances()
null
.
Definition: Sequence that contains attributes from the
public IntegerDt getNumberOfInstancesElement()
null
.
Definition: Sequence that contains attributes from the
public ImagingStudy.Series setNumberOfInstances(IntegerDt theValue)
Definition: Sequence that contains attributes from the
public ImagingStudy.Series setNumberOfInstances(int theInteger)
Definition: Sequence that contains attributes from the
public BoundCodeDt<InstanceAvailabilityEnum> getAvailability()
null
.
Definition: Availability of series (online, offline or nearline)
public BoundCodeDt<InstanceAvailabilityEnum> getAvailabilityElement()
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 getUrl()
null
.
Definition: WADO-RS URI where Series is available
public UriDt getUrlElement()
null
.
Definition: WADO-RS URI where Series is available
public ImagingStudy.Series setUrl(UriDt theValue)
Definition: WADO-RS URI where Series is available
public ImagingStudy.Series setUrl(String theUri)
Definition: WADO-RS URI where Series is available
public CodingDt getBodySite()
null
.
Definition: Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed
public CodingDt getBodySiteElement()
null
.
Definition: Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed
public ImagingStudy.Series setBodySite(CodingDt theValue)
Definition: Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed
public DateTimeDt getDateTime()
null
.
Definition:
public DateTimeDt getDateTimeElement()
null
.
Definition:
public ImagingStudy.Series setDateTime(DateTimeDt theValue)
Definition:
public ImagingStudy.Series setDateTimeWithSecondsPrecision(Date theDate)
Definition:
public ImagingStudy.Series setDateTime(Date theDate, TemporalPrecisionEnum thePrecision)
Definition:
public List<ImagingStudy.SeriesInstance> getInstance()
null
.
Definition: A single image taken from a patient
public List<ImagingStudy.SeriesInstance> getInstanceElement()
null
.
Definition: A single image taken from a patient
public ImagingStudy.Series setInstance(List<ImagingStudy.SeriesInstance> theValue)
Definition: A single image taken from a patient
public ImagingStudy.SeriesInstance addInstance()
Definition: A single image taken from a patient
public ImagingStudy.SeriesInstance getInstanceFirstRep()
Definition: A single image taken from a patient
Copyright © 2014–2017 University Health Network. All rights reserved.