Class ImagingObjectSelection.StudySeriesInstance
- 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
Definition: Identity and locating information of the selected DICOM SOP instances
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds and returns a new value for frames ()Adds a given new value for frames ()<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for frames ().Gets the first repetition for frames (), creating it if it does not already exist.Gets the value(s) for sopClass ().ca.uhn.fhir.model.primitive.OidDt
Gets the value(s) for sopClass ().getUid()
Gets the value(s) for uid ().ca.uhn.fhir.model.primitive.OidDt
Gets the value(s) for uid ().getUrl()
Gets the value(s) for url ().ca.uhn.fhir.model.primitive.UriDt
Gets the value(s) for url ().boolean
isEmpty()
Sets the value(s) for frames ()setSopClass
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for sopClass ()setUid
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()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
-
StudySeriesInstance
public StudySeriesInstance()
-
-
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
-
getSopClassElement
Gets the value(s) for sopClass (). creating it if it does not exist. Will not returnnull
.Definition: SOP class UID of the selected instance
-
getSopClass
Gets the value(s) for sopClass (). creating it if it does not exist. This method may returnnull
.Definition: SOP class UID of the selected instance
-
setSopClass
public ImagingObjectSelection.StudySeriesInstance setSopClass(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for sopClass ()Definition: SOP class UID of the selected instance
-
getUidElement
Gets the value(s) for uid (). creating it if it does not exist. Will not returnnull
.Definition: SOP Instance UID of the selected instance
-
getUid
Gets the value(s) for uid (). creating it if it does not exist. This method may returnnull
.Definition: SOP Instance UID of the selected instance
-
setUid
public ImagingObjectSelection.StudySeriesInstance setUid(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()Definition: SOP Instance UID of the selected instance
-
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 SOP Instance.
-
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 SOP Instance.
-
setUrl
public ImagingObjectSelection.StudySeriesInstance setUrl(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Definition: WADO-RS URL to retrieve the DICOM SOP Instance.
-
setUrl
Sets the value for url ()Definition: WADO-RS URL to retrieve the DICOM SOP Instance.
-
getFrames
Gets the value(s) for frames (). creating it if it does not exist. Will not returnnull
.Definition: Identity and location information of the frames in the selected instance
-
setFrames
public ImagingObjectSelection.StudySeriesInstance setFrames(List<ImagingObjectSelection.StudySeriesInstanceFrames> theValue) Sets the value(s) for frames ()Definition: Identity and location information of the frames in the selected instance
-
addFrames
Adds and returns a new value for frames ()Definition: Identity and location information of the frames in the selected instance
-
addFrames
public ImagingObjectSelection.StudySeriesInstance addFrames(ImagingObjectSelection.StudySeriesInstanceFrames theValue) Adds a given new value for frames ()Definition: Identity and location information of the frames in the selected instance
- Parameters:
theValue
- The frames to add (must not benull
)
-
getFramesFirstRep
Gets the first repetition for frames (), creating it if it does not already exist.Definition: Identity and location information of the frames in the selected instance
-