public static class ImagingStudy.SeriesInstance extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.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 ().
|
ca.uhn.fhir.model.primitive.UnsignedIntDt |
getNumberElement()
Gets the value(s) for number ().
|
String |
getSopClass()
Gets the value(s) for sopClass ().
|
ca.uhn.fhir.model.primitive.OidDt |
getSopClassElement()
Gets the value(s) for sopClass ().
|
String |
getTitle()
Gets the value(s) for title ().
|
ca.uhn.fhir.model.primitive.StringDt |
getTitleElement()
Gets the value(s) for title ().
|
String |
getType()
Gets the value(s) for type ().
|
ca.uhn.fhir.model.primitive.StringDt |
getTypeElement()
Gets the value(s) for type ().
|
String |
getUid()
Gets the value(s) for uid ().
|
ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
Sets the value(s) for number ()
|
ImagingStudy.SeriesInstance |
setSopClass(ca.uhn.fhir.model.primitive.OidDt theValue)
Sets the value(s) for sopClass ()
|
ImagingStudy.SeriesInstance |
setTitle(String theString)
Sets the value for title ()
|
ImagingStudy.SeriesInstance |
setTitle(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for title ()
|
ImagingStudy.SeriesInstance |
setType(String theString)
Sets the value for type ()
|
ImagingStudy.SeriesInstance |
setType(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for type ()
|
ImagingStudy.SeriesInstance |
setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
Sets the value(s) for uid ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SeriesInstance()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.OidDt theValue)
Definition: Formal identifier for this image or other content
public ca.uhn.fhir.model.primitive.OidDt getSopClassElement()
null.
Definition: DICOM instance type
public String getSopClass()
null.
Definition: DICOM instance type
public ImagingStudy.SeriesInstance setSopClass(ca.uhn.fhir.model.primitive.OidDt theValue)
Definition: DICOM instance type
public ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: A human-friendly SOP Class name
public ImagingStudy.SeriesInstance setType(String theString)
Definition: A human-friendly SOP Class name
public ca.uhn.fhir.model.primitive.StringDt getTitleElement()
null.
Definition: The description of the instance
public String getTitle()
null.
Definition: The description of the instance
public ImagingStudy.SeriesInstance setTitle(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.