public static class ImagingObjectSelection.StudySeriesInstanceFrames extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identity and location information of the frames in the selected instance
| Constructor and Description |
|---|
StudySeriesInstanceFrames() |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.model.primitive.UnsignedIntDt |
addFrameNumbers()
Adds and returns a new value for frameNumbers ()
|
ImagingObjectSelection.StudySeriesInstanceFrames |
addFrameNumbers(int theInteger)
Adds a new value for frameNumbers ()
|
ImagingObjectSelection.StudySeriesInstanceFrames |
addFrameNumbers(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
Adds a given new value for frameNumbers ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ca.uhn.fhir.model.primitive.UnsignedIntDt> |
getFrameNumbers()
Gets the value(s) for frameNumbers ().
|
ca.uhn.fhir.model.primitive.UnsignedIntDt |
getFrameNumbersFirstRep()
Gets the first repetition for frameNumbers (),
creating it if it does not already exist.
|
String |
getUrl()
Gets the value(s) for url ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
ImagingObjectSelection.StudySeriesInstanceFrames |
setFrameNumbers(List<ca.uhn.fhir.model.primitive.UnsignedIntDt> theValue)
Sets the value(s) for frameNumbers ()
|
ImagingObjectSelection.StudySeriesInstanceFrames |
setUrl(String theUri)
Sets the value for url ()
|
ImagingObjectSelection.StudySeriesInstanceFrames |
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 StudySeriesInstanceFrames()
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 List<ca.uhn.fhir.model.primitive.UnsignedIntDt> getFrameNumbers()
null.
Definition: The frame numbers in the frame set
public ImagingObjectSelection.StudySeriesInstanceFrames setFrameNumbers(List<ca.uhn.fhir.model.primitive.UnsignedIntDt> theValue)
Definition: The frame numbers in the frame set
public ca.uhn.fhir.model.primitive.UnsignedIntDt addFrameNumbers()
Definition: The frame numbers in the frame set
public ImagingObjectSelection.StudySeriesInstanceFrames addFrameNumbers(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
Definition: The frame numbers in the frame set
theValue - The frameNumbers to add (must not be null)public ca.uhn.fhir.model.primitive.UnsignedIntDt getFrameNumbersFirstRep()
Definition: The frame numbers in the frame set
public ImagingObjectSelection.StudySeriesInstanceFrames addFrameNumbers(int theInteger)
Definition: The frame numbers in the frame set
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
null.
Definition: WADO-RS URL to retrieve the DICOM frames.
public String getUrl()
null.
Definition: WADO-RS URL to retrieve the DICOM frames.
public ImagingObjectSelection.StudySeriesInstanceFrames setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: WADO-RS URL to retrieve the DICOM frames.
public ImagingObjectSelection.StudySeriesInstanceFrames setUrl(String theUri)
Definition: WADO-RS URL to retrieve the DICOM frames.
Copyright © 2014–2018 University Health Network. All rights reserved.