public class RecordedSourceSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAirKermaRateReferenceDate()
Retrieves Air Kerma Rate Reference Date
|
java.lang.String |
getAirKermaRateReferenceTime()
Retrieves Reference time of Air Kerma Rate (300A,022A) of Isotope.
|
java.lang.String |
getReferenceAirKermaRate()
Retrieves Reference Air Kerma Rate.
|
java.lang.String |
getSourceIsotopeHalfLife()
Retrieves Half-life of Isotope (days).
|
java.lang.String |
getSourceIsotopeName()
Retrieves User-defined name of Isotope.
|
java.lang.String |
getSourceManufacturer()
Retrieves Manufacturer of source.
|
java.lang.String |
getSourceModelID()
Retrieves Source of Model ID.
|
java.lang.String |
getSourceNumber()
Retrieves Identification number of the Source.
|
java.lang.String |
getSourceSerialNumber()
Retrieves Serial Number of source.
|
java.lang.String |
getSourceStrength()
Retrieves Source Strength.
|
java.lang.String |
getSourceStrengthUnits()
Retrieves Source Strength Units.
|
java.lang.String |
getSourceType()
Retrieves Type of Source.
|
void |
setAirKermaRateReferenceDate(java.lang.String strAirKermaRateReferenceDate)
Sets Reference date of Reference Air Kerma Rate (300A,022A) of Isotope.
|
void |
setAirKermaRateReferenceTime(java.lang.String strAirKermaRateReferenceTime)
Sets Reference time of Air Kerma Rate (300A,022A) of Isotope.
|
void |
setReferenceAirKermaRate(java.lang.String strReferenceAirKermaRate)
Sets Air Kerma Rate in air of Isotope specified at Air Kerma Rate Reference Date (300A,022C) and Air Kerma Rate Reference Time (300A,022E) .
|
void |
setSourceIsotopeHalfLife(java.lang.String strSourceIsotopeHalfLife)
Sets Half-life of Isotope (days).
|
void |
setSourceIsotopeName(java.lang.String strSourceIsotopeName)
Sets User-defined name of Isotope.
|
void |
setSourceManufacturer(java.lang.String strSourceManufacturer)
Sets Manufacturer of source.
|
void |
setSourceModelID(java.lang.String strSourceNumber)
Sets Source of Model ID
|
void |
setSourceNumber(java.lang.String strSourceNumber)
Sets Identification number of the Source.The value of Source Number (300A,0212) shall be unique within the Recorded Source
Sequence (3008,0100) in which it is created.
|
void |
setSourceSerialNumber(java.lang.String strSourceSerialNumber)
Sets Serial Number of source.
|
void |
setSourceStrength(java.lang.String strSourceStrength)
Sets Source Strength.
|
void |
setSourceStrengthUnits(java.lang.String strSourceStrengthUnits)
Sets Source Strength Units.
|
void |
setSourceType(EnumSourceType enumSourceType)
Sets Type of Source.
|
boolean |
validateForModule()
Validates all the attributes in
RecordedSourceSequenceItem that are present in the DataSet. |
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setSourceNumber(java.lang.String strSourceNumber)
strSourceNumber - String value of Source Number.public java.lang.String getSourceNumber()
public void setSourceType(EnumSourceType enumSourceType)
enumSourceType - Enum value of Type of Source.public java.lang.String getSourceType()
public void setSourceModelID(java.lang.String strSourceNumber)
strSourceNumber - value of Source Model ID.public java.lang.String getSourceModelID()
public void setSourceManufacturer(java.lang.String strSourceManufacturer)
strSourceManufacturer - String value of Source Manufacturer.public java.lang.String getSourceManufacturer()
public void setSourceSerialNumber(java.lang.String strSourceSerialNumber)
strSourceSerialNumber - String value of Source Serial Number.public java.lang.String getSourceSerialNumber()
public void setSourceIsotopeName(java.lang.String strSourceIsotopeName)
strSourceIsotopeName - String value of User-defined name of Isotope.public java.lang.String getSourceIsotopeName()
public void setSourceIsotopeHalfLife(java.lang.String strSourceIsotopeHalfLife)
strSourceIsotopeHalfLife - String value of Half-life of Isotope (days).public java.lang.String getSourceIsotopeHalfLife()
public void setSourceStrengthUnits(java.lang.String strSourceStrengthUnits)
strSourceStrengthUnits - String value of Source Strength Units.public java.lang.String getSourceStrengthUnits()
public void setReferenceAirKermaRate(java.lang.String strReferenceAirKermaRate)
strReferenceAirKermaRate - String value of Reference Air Kerma Rate.public java.lang.String getReferenceAirKermaRate()
public void setSourceStrength(java.lang.String strSourceStrength)
strSourceStrength - String value of Source Strength.public java.lang.String getSourceStrength()
public void setAirKermaRateReferenceDate(java.lang.String strAirKermaRateReferenceDate)
strAirKermaRateReferenceDate - String value of Air Kerma Rate Reference Datepublic java.lang.String getAirKermaRateReferenceDate()
public void setAirKermaRateReferenceTime(java.lang.String strAirKermaRateReferenceTime)
strAirKermaRateReferenceTime - String value of Air Kerma Rate Reference Timepublic java.lang.String getAirKermaRateReferenceTime()
public boolean validateForModule()
throws InvalidItemException
RecordedSourceSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.