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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.UnsignedIntDt
Adds and returns a new value for frameNumbers ()addFrameNumbers
(int theInteger) Adds a new value for frameNumbers ()addFrameNumbers
(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> Gets the value(s) for frameNumbers ().ca.uhn.fhir.model.primitive.UnsignedIntDt
Gets the first repetition for frameNumbers (), creating it if it does not already exist.getUrl()
Gets the value(s) for url ().ca.uhn.fhir.model.primitive.UriDt
Gets the value(s) for url ().boolean
isEmpty()
setFrameNumbers
(List<ca.uhn.fhir.model.primitive.UnsignedIntDt> theValue) Sets the value(s) for frameNumbers ()setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()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
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
StudySeriesInstanceFrames
public StudySeriesInstanceFrames()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in 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:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
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
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
Gets the first repetition for frameNumbers (), creating it if it does not already exist.Definition: The frame numbers in the frame set
-
addFrameNumbers
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
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
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
Sets the value for url ()Definition: WADO-RS URL to retrieve the DICOM frames.
-