Package ca.uhn.fhir.model.dstu2.resource
Class ImagingObjectSelection.StudySeriesInstanceFrames
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.StudySeriesInstanceFrames
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- ImagingObjectSelection
public static class ImagingObjectSelection.StudySeriesInstanceFrames extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ImagingObjectSelection.study.series.instance.frames ()Definition: Identity and location information of the frames in the selected instance
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StudySeriesInstanceFrames()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.fhir.model.primitive.UnsignedIntDtaddFrameNumbers()Adds and returns a new value for frameNumbers ()ImagingObjectSelection.StudySeriesInstanceFramesaddFrameNumbers(int theInteger)Adds a new value for frameNumbers ()ImagingObjectSelection.StudySeriesInstanceFramesaddFrameNumbers(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)Adds a given new value for frameNumbers ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)List<ca.uhn.fhir.model.primitive.UnsignedIntDt>getFrameNumbers()Gets the value(s) for frameNumbers ().ca.uhn.fhir.model.primitive.UnsignedIntDtgetFrameNumbersFirstRep()Gets the first repetition for frameNumbers (), creating it if it does not already exist.StringgetUrl()Gets the value(s) for url ().ca.uhn.fhir.model.primitive.UriDtgetUrlElement()Gets the value(s) for url ().booleanisEmpty()ImagingObjectSelection.StudySeriesInstanceFramessetFrameNumbers(List<ca.uhn.fhir.model.primitive.UnsignedIntDt> theValue)Sets the value(s) for frameNumbers ()ImagingObjectSelection.StudySeriesInstanceFramessetUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url ()ImagingObjectSelection.StudySeriesInstanceFramessetUrl(String theUri)Sets the value for url ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
StudySeriesInstanceFrames
public StudySeriesInstanceFrames()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getFrameNumbers
public List<ca.uhn.fhir.model.primitive.UnsignedIntDt> getFrameNumbers()
Gets the value(s) for frameNumbers (). creating it if it does not exist. Will not returnnull.Definition: The frame numbers in the frame set
-
setFrameNumbers
public ImagingObjectSelection.StudySeriesInstanceFrames setFrameNumbers(List<ca.uhn.fhir.model.primitive.UnsignedIntDt> theValue)
Sets the value(s) for frameNumbers ()Definition: The frame numbers in the frame set
-
addFrameNumbers
public ca.uhn.fhir.model.primitive.UnsignedIntDt addFrameNumbers()
Adds and returns a new value for frameNumbers ()Definition: The frame numbers in the frame set
-
addFrameNumbers
public ImagingObjectSelection.StudySeriesInstanceFrames addFrameNumbers(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
Adds a given new value for frameNumbers ()Definition: The frame numbers in the frame set
- Parameters:
theValue- The frameNumbers to add (must not benull)
-
getFrameNumbersFirstRep
public ca.uhn.fhir.model.primitive.UnsignedIntDt getFrameNumbersFirstRep()
Gets the first repetition for frameNumbers (), creating it if it does not already exist.Definition: The frame numbers in the frame set
-
addFrameNumbers
public ImagingObjectSelection.StudySeriesInstanceFrames addFrameNumbers(int theInteger)
Adds a new value for frameNumbers ()Definition: The frame numbers in the frame set
- Returns:
- Returns a reference to this object, to allow for simple chaining.
-
getUrlElement
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
Gets the value(s) for url (). creating it if it does not exist. Will not returnnull.Definition: WADO-RS URL to retrieve the DICOM frames.
-
getUrl
public String getUrl()
Gets the value(s) for url (). creating it if it does not exist. This method may returnnull.Definition: WADO-RS URL to retrieve the DICOM frames.
-
setUrl
public ImagingObjectSelection.StudySeriesInstanceFrames setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()Definition: WADO-RS URL to retrieve the DICOM frames.
-
setUrl
public ImagingObjectSelection.StudySeriesInstanceFrames setUrl(String theUri)
Sets the value for url ()Definition: WADO-RS URL to retrieve the DICOM frames.
-
-