public static class ImagingObjectSelection.StudySeriesInstance extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identity and locating information of the selected DICOM SOP instances
| Constructor and Description |
|---|
StudySeriesInstance() |
| Modifier and Type | Method and Description |
|---|---|
ImagingObjectSelection.StudySeriesInstanceFrames |
addFrames()
Adds and returns a new value for frames ()
|
ImagingObjectSelection.StudySeriesInstance |
addFrames(ImagingObjectSelection.StudySeriesInstanceFrames theValue)
Adds a given new value for frames ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ImagingObjectSelection.StudySeriesInstanceFrames> |
getFrames()
Gets the value(s) for frames ().
|
ImagingObjectSelection.StudySeriesInstanceFrames |
getFramesFirstRep()
Gets the first repetition for frames (),
creating it if it does not already exist.
|
String |
getSopClass()
Gets the value(s) for sopClass ().
|
ca.uhn.fhir.model.primitive.OidDt |
getSopClassElement()
Gets the value(s) for sopClass ().
|
String |
getUid()
Gets the value(s) for uid ().
|
ca.uhn.fhir.model.primitive.OidDt |
getUidElement()
Gets the value(s) for uid ().
|
String |
getUrl()
Gets the value(s) for url ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
ImagingObjectSelection.StudySeriesInstance |
setFrames(List<ImagingObjectSelection.StudySeriesInstanceFrames> theValue)
Sets the value(s) for frames ()
|
ImagingObjectSelection.StudySeriesInstance |
setSopClass(ca.uhn.fhir.model.primitive.OidDt theValue)
Sets the value(s) for sopClass ()
|
ImagingObjectSelection.StudySeriesInstance |
setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
Sets the value(s) for uid ()
|
ImagingObjectSelection.StudySeriesInstance |
setUrl(String theUri)
Sets the value for url ()
|
ImagingObjectSelection.StudySeriesInstance |
setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()
|
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 StudySeriesInstance()
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.OidDt getSopClassElement()
null.
Definition: SOP class UID of the selected instance
public String getSopClass()
null.
Definition: SOP class UID of the selected instance
public ImagingObjectSelection.StudySeriesInstance setSopClass(ca.uhn.fhir.model.primitive.OidDt theValue)
Definition: SOP class UID of the selected instance
public ca.uhn.fhir.model.primitive.OidDt getUidElement()
null.
Definition: SOP Instance UID of the selected instance
public String getUid()
null.
Definition: SOP Instance UID of the selected instance
public ImagingObjectSelection.StudySeriesInstance setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
Definition: SOP Instance UID of the selected instance
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
null.
Definition: WADO-RS URL to retrieve the DICOM SOP Instance.
public String getUrl()
null.
Definition: WADO-RS URL to retrieve the DICOM SOP Instance.
public ImagingObjectSelection.StudySeriesInstance setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: WADO-RS URL to retrieve the DICOM SOP Instance.
public ImagingObjectSelection.StudySeriesInstance setUrl(String theUri)
Definition: WADO-RS URL to retrieve the DICOM SOP Instance.
public List<ImagingObjectSelection.StudySeriesInstanceFrames> getFrames()
null.
Definition: Identity and location information of the frames in the selected instance
public ImagingObjectSelection.StudySeriesInstance setFrames(List<ImagingObjectSelection.StudySeriesInstanceFrames> theValue)
Definition: Identity and location information of the frames in the selected instance
public ImagingObjectSelection.StudySeriesInstanceFrames addFrames()
Definition: Identity and location information of the frames in the selected instance
public ImagingObjectSelection.StudySeriesInstance addFrames(ImagingObjectSelection.StudySeriesInstanceFrames theValue)
Definition: Identity and location information of the frames in the selected instance
theValue - The frames to add (must not be null)public ImagingObjectSelection.StudySeriesInstanceFrames getFramesFirstRep()
Definition: Identity and location information of the frames in the selected instance
Copyright © 2014–2018 University Health Network. All rights reserved.