public static class ImagingStudy.SeriesInstance extends BaseIdentifiableElement implements IResourceBlock
Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
| Constructor and Description |
|---|
SeriesInstance() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDt |
addContent()
Adds and returns a new value for content ()
|
ImagingStudy.SeriesInstance |
addContent(AttachmentDt theValue)
Adds a given new value for content ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<AttachmentDt> |
getContent()
Gets the value(s) for content ().
|
AttachmentDt |
getContentFirstRep()
Gets the first repetition for content (),
creating it if it does not already exist.
|
Integer |
getNumber()
Gets the value(s) for number ().
|
UnsignedIntDt |
getNumberElement()
Gets the value(s) for number ().
|
String |
getSopClass()
Gets the value(s) for sopClass ().
|
OidDt |
getSopClassElement()
Gets the value(s) for sopClass ().
|
String |
getTitle()
Gets the value(s) for title ().
|
StringDt |
getTitleElement()
Gets the value(s) for title ().
|
String |
getType()
Gets the value(s) for type ().
|
StringDt |
getTypeElement()
Gets the value(s) for type ().
|
String |
getUid()
Gets the value(s) for uid ().
|
OidDt |
getUidElement()
Gets the value(s) for uid ().
|
boolean |
isEmpty() |
ImagingStudy.SeriesInstance |
setContent(List<AttachmentDt> theValue)
Sets the value(s) for content ()
|
ImagingStudy.SeriesInstance |
setNumber(int theInteger)
Sets the value for number ()
|
ImagingStudy.SeriesInstance |
setNumber(UnsignedIntDt theValue)
Sets the value(s) for number ()
|
ImagingStudy.SeriesInstance |
setSopClass(OidDt theValue)
Sets the value(s) for sopClass ()
|
ImagingStudy.SeriesInstance |
setTitle(String theString)
Sets the value for title ()
|
ImagingStudy.SeriesInstance |
setTitle(StringDt theValue)
Sets the value(s) for title ()
|
ImagingStudy.SeriesInstance |
setType(String theString)
Sets the value for type ()
|
ImagingStudy.SeriesInstance |
setType(StringDt theValue)
Sets the value(s) for type ()
|
ImagingStudy.SeriesInstance |
setUid(OidDt theValue)
Sets the value(s) for uid ()
|
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 SeriesInstance()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UnsignedIntDt getNumberElement()
null.
Definition: The number of instance in the series
public Integer getNumber()
null.
Definition: The number of instance in the series
public ImagingStudy.SeriesInstance setNumber(UnsignedIntDt theValue)
Definition: The number of instance in the series
public ImagingStudy.SeriesInstance setNumber(int theInteger)
Definition: The number of instance in the series
public OidDt getUidElement()
null.
Definition: Formal identifier for this image or other content
public String getUid()
null.
Definition: Formal identifier for this image or other content
public ImagingStudy.SeriesInstance setUid(OidDt theValue)
Definition: Formal identifier for this image or other content
public OidDt getSopClassElement()
null.
Definition: DICOM instance type
public String getSopClass()
null.
Definition: DICOM instance type
public ImagingStudy.SeriesInstance setSopClass(OidDt theValue)
Definition: DICOM instance type
public StringDt getTypeElement()
null.
Definition: A human-friendly SOP Class name
public String getType()
null.
Definition: A human-friendly SOP Class name
public ImagingStudy.SeriesInstance setType(StringDt theValue)
Definition: A human-friendly SOP Class name
public ImagingStudy.SeriesInstance setType(String theString)
Definition: A human-friendly SOP Class name
public StringDt getTitleElement()
null.
Definition: The description of the instance
public String getTitle()
null.
Definition: The description of the instance
public ImagingStudy.SeriesInstance setTitle(StringDt theValue)
Definition: The description of the instance
public ImagingStudy.SeriesInstance setTitle(String theString)
Definition: The description of the instance
public List<AttachmentDt> getContent()
null.
Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
public ImagingStudy.SeriesInstance setContent(List<AttachmentDt> theValue)
Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
public AttachmentDt addContent()
Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
public ImagingStudy.SeriesInstance addContent(AttachmentDt theValue)
Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
theValue - The content to add (must not be null)public AttachmentDt getContentFirstRep()
Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
Copyright © 2014–2016 University Health Network. All rights reserved.