Class ImagingStudy.Series
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ImagingStudy.Series
-
- 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:
- ImagingStudy
public static class ImagingStudy.Series extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ImagingStudy.series ()Definition: Each study has one or more series of images or other content
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Series()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagingStudy.SeriesInstanceaddInstance()Adds and returns a new value for instance ()ImagingStudy.SeriesaddInstance(ImagingStudy.SeriesInstance theValue)Adds a given new value for instance ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetAvailability()Gets the value(s) for availability ().ca.uhn.fhir.model.primitive.BoundCodeDt<InstanceAvailabilityEnum>getAvailabilityElement()Gets the value(s) for availability ().CodingDtgetBodySite()Gets the value(s) for bodySite ().StringgetDescription()Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDtgetDescriptionElement()Gets the value(s) for description ().List<ImagingStudy.SeriesInstance>getInstance()Gets the value(s) for instance ().ImagingStudy.SeriesInstancegetInstanceFirstRep()Gets the first repetition for instance (), creating it if it does not already exist.CodingDtgetLaterality()Gets the value(s) for laterality ().CodingDtgetModality()Gets the value(s) for modality ().IntegergetNumber()Gets the value(s) for number ().ca.uhn.fhir.model.primitive.UnsignedIntDtgetNumberElement()Gets the value(s) for number ().IntegergetNumberOfInstances()Gets the value(s) for numberOfInstances ().ca.uhn.fhir.model.primitive.UnsignedIntDtgetNumberOfInstancesElement()Gets the value(s) for numberOfInstances ().DategetStarted()Gets the value(s) for started ().ca.uhn.fhir.model.primitive.DateTimeDtgetStartedElement()Gets the value(s) for started ().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()ImagingStudy.SeriessetAvailability(InstanceAvailabilityEnum theValue)Sets the value(s) for availability ()ImagingStudy.SeriessetAvailability(ca.uhn.fhir.model.primitive.BoundCodeDt<InstanceAvailabilityEnum> theValue)Sets the value(s) for availability ()ImagingStudy.SeriessetBodySite(CodingDt theValue)Sets the value(s) for bodySite ()ImagingStudy.SeriessetDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()ImagingStudy.SeriessetDescription(String theString)Sets the value for description ()ImagingStudy.SeriessetInstance(List<ImagingStudy.SeriesInstance> theValue)Sets the value(s) for instance ()ImagingStudy.SeriessetLaterality(CodingDt theValue)Sets the value(s) for laterality ()ImagingStudy.SeriessetModality(CodingDt theValue)Sets the value(s) for modality ()ImagingStudy.SeriessetNumber(int theInteger)Sets the value for number ()ImagingStudy.SeriessetNumber(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)Sets the value(s) for number ()ImagingStudy.SeriessetNumberOfInstances(int theInteger)Sets the value for numberOfInstances ()ImagingStudy.SeriessetNumberOfInstances(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)Sets the value(s) for numberOfInstances ()ImagingStudy.SeriessetStarted(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for started ()ImagingStudy.SeriessetStarted(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for started ()ImagingStudy.SeriessetStartedWithSecondsPrecision(Date theDate)Sets the value for started ()ImagingStudy.SeriessetUid(ca.uhn.fhir.model.primitive.OidDt theValue)Sets the value(s) for uid ()ImagingStudy.SeriessetUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url ()ImagingStudy.SeriessetUrl(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
-
Series
public Series()
-
-
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
-
getNumberElement
public ca.uhn.fhir.model.primitive.UnsignedIntDt getNumberElement()
Gets the value(s) for number (). creating it if it does not exist. Will not returnnull.Definition: The Numeric identifier of this series in the study.
-
getNumber
public Integer getNumber()
Gets the value(s) for number (). creating it if it does not exist. This method may returnnull.Definition: The Numeric identifier of this series in the study.
-
setNumber
public ImagingStudy.Series setNumber(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
Sets the value(s) for number ()Definition: The Numeric identifier of this series in the study.
-
setNumber
public ImagingStudy.Series setNumber(int theInteger)
Sets the value for number ()Definition: The Numeric identifier of this series in the study.
-
getModality
public CodingDt getModality()
Gets the value(s) for modality (). creating it if it does not exist. Will not returnnull.Definition: The modality of this series sequence
-
setModality
public ImagingStudy.Series setModality(CodingDt theValue)
Sets the value(s) for modality ()Definition: The modality of this series sequence
-
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: Formal identifier for this series
-
getUid
public String getUid()
Gets the value(s) for uid (). creating it if it does not exist. This method may returnnull.Definition: Formal identifier for this series
-
setUid
public ImagingStudy.Series setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
Sets the value(s) for uid ()Definition: Formal identifier for this series
-
getDescriptionElement
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
Gets the value(s) for description (). creating it if it does not exist. Will not returnnull.Definition: A description of the series
-
getDescription
public String getDescription()
Gets the value(s) for description (). creating it if it does not exist. This method may returnnull.Definition: A description of the series
-
setDescription
public ImagingStudy.Series setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()Definition: A description of the series
-
setDescription
public ImagingStudy.Series setDescription(String theString)
Sets the value for description ()Definition: A description of the series
-
getNumberOfInstancesElement
public ca.uhn.fhir.model.primitive.UnsignedIntDt getNumberOfInstancesElement()
Gets the value(s) for numberOfInstances (). creating it if it does not exist. Will not returnnull.Definition: Number of SOP Instances in Series.
-
getNumberOfInstances
public Integer getNumberOfInstances()
Gets the value(s) for numberOfInstances (). creating it if it does not exist. This method may returnnull.Definition: Number of SOP Instances in Series.
-
setNumberOfInstances
public ImagingStudy.Series setNumberOfInstances(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
Sets the value(s) for numberOfInstances ()Definition: Number of SOP Instances in Series.
-
setNumberOfInstances
public ImagingStudy.Series setNumberOfInstances(int theInteger)
Sets the value for numberOfInstances ()Definition: Number of SOP Instances in Series.
-
getAvailabilityElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<InstanceAvailabilityEnum> getAvailabilityElement()
Gets the value(s) for availability (). creating it if it does not exist. Will not returnnull.Definition: Availability of series (online, offline or nearline)
-
getAvailability
public String getAvailability()
Gets the value(s) for availability (). creating it if it does not exist. This method may returnnull.Definition: Availability of series (online, offline or nearline)
-
setAvailability
public ImagingStudy.Series setAvailability(ca.uhn.fhir.model.primitive.BoundCodeDt<InstanceAvailabilityEnum> theValue)
Sets the value(s) for availability ()Definition: Availability of series (online, offline or nearline)
-
setAvailability
public ImagingStudy.Series setAvailability(InstanceAvailabilityEnum theValue)
Sets the value(s) for availability ()Definition: Availability of series (online, offline or nearline)
-
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: URI/URL specifying the location of the referenced series using WADO-RS
-
getUrl
public String getUrl()
Gets the value(s) for url (). creating it if it does not exist. This method may returnnull.Definition: URI/URL specifying the location of the referenced series using WADO-RS
-
setUrl
public ImagingStudy.Series setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()Definition: URI/URL specifying the location of the referenced series using WADO-RS
-
setUrl
public ImagingStudy.Series setUrl(String theUri)
Sets the value for url ()Definition: URI/URL specifying the location of the referenced series using WADO-RS
-
getBodySite
public CodingDt getBodySite()
Gets the value(s) for bodySite (). creating it if it does not exist. Will not returnnull.Definition: Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed CT
-
setBodySite
public ImagingStudy.Series setBodySite(CodingDt theValue)
Sets the value(s) for bodySite ()Definition: Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed CT
-
getLaterality
public CodingDt getLaterality()
Gets the value(s) for laterality (). creating it if it does not exist. Will not returnnull.Definition: Laterality if body site is paired anatomic structure and laterality is not pre-coordinated in body site code.
-
setLaterality
public ImagingStudy.Series setLaterality(CodingDt theValue)
Sets the value(s) for laterality ()Definition: Laterality if body site is paired anatomic structure and laterality is not pre-coordinated in body site code.
-
getStartedElement
public ca.uhn.fhir.model.primitive.DateTimeDt getStartedElement()
Gets the value(s) for started (). creating it if it does not exist. Will not returnnull.Definition: The date and time the series was started.
-
getStarted
public Date getStarted()
Gets the value(s) for started (). creating it if it does not exist. This method may returnnull.Definition: The date and time the series was started.
-
setStarted
public ImagingStudy.Series setStarted(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for started ()Definition: The date and time the series was started.
-
setStarted
public ImagingStudy.Series setStarted(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for started ()Definition: The date and time the series was started.
-
setStartedWithSecondsPrecision
public ImagingStudy.Series setStartedWithSecondsPrecision(Date theDate)
Sets the value for started ()Definition: The date and time the series was started.
-
getInstance
public List<ImagingStudy.SeriesInstance> getInstance()
Gets the value(s) for instance (). creating it if it does not exist. Will not returnnull.Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
-
setInstance
public ImagingStudy.Series setInstance(List<ImagingStudy.SeriesInstance> theValue)
Sets the value(s) for instance ()Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
-
addInstance
public ImagingStudy.SeriesInstance addInstance()
Adds and returns a new value for instance ()Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
-
addInstance
public ImagingStudy.Series addInstance(ImagingStudy.SeriesInstance theValue)
Adds a given new value for instance ()Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
- Parameters:
theValue- The instance to add (must not benull)
-
getInstanceFirstRep
public ImagingStudy.SeriesInstance getInstanceFirstRep()
Gets the first repetition for instance (), creating it if it does not already exist.Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
-
-