Class ImagingObjectSelection.StudySeries
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.StudySeries
-
- 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.StudySeries extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ImagingObjectSelection.study.series ()Definition: Series identity and locating information of the DICOM SOP instances in the selection
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StudySeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagingObjectSelection.StudySeriesInstanceaddInstance()Adds and returns a new value for instance ()ImagingObjectSelection.StudySeriesaddInstance(ImagingObjectSelection.StudySeriesInstance theValue)Adds a given new value for instance ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)List<ImagingObjectSelection.StudySeriesInstance>getInstance()Gets the value(s) for instance ().ImagingObjectSelection.StudySeriesInstancegetInstanceFirstRep()Gets the first repetition for instance (), creating it if it does not already exist.StringgetUid()Gets the value(s) for uid ().ca.uhn.fhir.model.primitive.OidDtgetUidElement()Gets the value(s) for uid ().StringgetUrl()Gets the value(s) for url ().ca.uhn.fhir.model.primitive.UriDtgetUrlElement()Gets the value(s) for url ().booleanisEmpty()ImagingObjectSelection.StudySeriessetInstance(List<ImagingObjectSelection.StudySeriesInstance> theValue)Sets the value(s) for instance ()ImagingObjectSelection.StudySeriessetUid(ca.uhn.fhir.model.primitive.OidDt theValue)Sets the value(s) for uid ()ImagingObjectSelection.StudySeriessetUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url ()ImagingObjectSelection.StudySeriessetUrl(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
-
StudySeries
public StudySeries()
-
-
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
-
getUidElement
public ca.uhn.fhir.model.primitive.OidDt getUidElement()
Gets the value(s) for uid (). creating it if it does not exist. Will not returnnull.Definition: Series instance UID of the SOP instances in the selection
-
getUid
public String getUid()
Gets the value(s) for uid (). creating it if it does not exist. This method may returnnull.Definition: Series instance UID of the SOP instances in the selection
-
setUid
public ImagingObjectSelection.StudySeries setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
Sets the value(s) for uid ()Definition: Series instance UID of the SOP instances in the selection
-
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 series. Note that this URL retrieves all SOP instances of the series not only those in the selection.
-
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 series. Note that this URL retrieves all SOP instances of the series not only those in the selection.
-
setUrl
public ImagingObjectSelection.StudySeries setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()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.
-
setUrl
public ImagingObjectSelection.StudySeries setUrl(String theUri)
Sets the value for url ()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.
-
getInstance
public List<ImagingObjectSelection.StudySeriesInstance> getInstance()
Gets the value(s) for instance (). creating it if it does not exist. Will not returnnull.Definition: Identity and locating information of the selected DICOM SOP instances
-
setInstance
public ImagingObjectSelection.StudySeries setInstance(List<ImagingObjectSelection.StudySeriesInstance> theValue)
Sets the value(s) for instance ()Definition: Identity and locating information of the selected DICOM SOP instances
-
addInstance
public ImagingObjectSelection.StudySeriesInstance addInstance()
Adds and returns a new value for instance ()Definition: Identity and locating information of the selected DICOM SOP instances
-
addInstance
public ImagingObjectSelection.StudySeries addInstance(ImagingObjectSelection.StudySeriesInstance theValue)
Adds a given new value for instance ()Definition: Identity and locating information of the selected DICOM SOP instances
- Parameters:
theValue- The instance to add (must not benull)
-
getInstanceFirstRep
public ImagingObjectSelection.StudySeriesInstance getInstanceFirstRep()
Gets the first repetition for instance (), creating it if it does not already exist.Definition: Identity and locating information of the selected DICOM SOP instances
-
-