public static class ImagingObjectSelection.StudySeries extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Series identity and locating information of the DICOM SOP instances in the selection
| Constructor and Description |
|---|
StudySeries() |
| Modifier and Type | Method and Description |
|---|---|
ImagingObjectSelection.StudySeriesInstance |
addInstance()
Adds and returns a new value for instance ()
|
ImagingObjectSelection.StudySeries |
addInstance(ImagingObjectSelection.StudySeriesInstance theValue)
Adds a given new value for instance ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ImagingObjectSelection.StudySeriesInstance> |
getInstance()
Gets the value(s) for instance ().
|
ImagingObjectSelection.StudySeriesInstance |
getInstanceFirstRep()
Gets the first repetition for instance (),
creating it if it does not already exist.
|
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.StudySeries |
setInstance(List<ImagingObjectSelection.StudySeriesInstance> theValue)
Sets the value(s) for instance ()
|
ImagingObjectSelection.StudySeries |
setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
Sets the value(s) for uid ()
|
ImagingObjectSelection.StudySeries |
setUrl(String theUri)
Sets the value for url ()
|
ImagingObjectSelection.StudySeries |
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 StudySeries()
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 getUidElement()
null.
Definition: Series instance UID of the SOP instances in the selection
public String getUid()
null.
Definition: Series instance UID of the SOP instances in the selection
public ImagingObjectSelection.StudySeries setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
Definition: Series instance UID of the SOP instances in the selection
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
null.
Definition: WADO-RS URL to retrieve the series. Note that this URL retrieves all SOP instances of the series not only those in the selection.
public String getUrl()
null.
Definition: WADO-RS URL to retrieve the series. Note that this URL retrieves all SOP instances of the series not only those in the selection.
public ImagingObjectSelection.StudySeries setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: WADO-RS URL to retrieve the series. Note that this URL retrieves all SOP instances of the series not only those in the selection.
public ImagingObjectSelection.StudySeries setUrl(String theUri)
Definition: WADO-RS URL to retrieve the series. Note that this URL retrieves all SOP instances of the series not only those in the selection.
public List<ImagingObjectSelection.StudySeriesInstance> getInstance()
null.
Definition: Identity and locating information of the selected DICOM SOP instances
public ImagingObjectSelection.StudySeries setInstance(List<ImagingObjectSelection.StudySeriesInstance> theValue)
Definition: Identity and locating information of the selected DICOM SOP instances
public ImagingObjectSelection.StudySeriesInstance addInstance()
Definition: Identity and locating information of the selected DICOM SOP instances
public ImagingObjectSelection.StudySeries addInstance(ImagingObjectSelection.StudySeriesInstance theValue)
Definition: Identity and locating information of the selected DICOM SOP instances
theValue - The instance to add (must not be null)public ImagingObjectSelection.StudySeriesInstance getInstanceFirstRep()
Definition: Identity and locating information of the selected DICOM SOP instances
Copyright © 2014–2018 University Health Network. All rights reserved.