public class SpecimenDescriptionSequenceItem extends PrimaryAnatomicStructureMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
IssueroftheSpecimenIdentifierSequence |
getIssueroftheSpecimenIdentifierSequence()
Retrieves pre-initialized object of Issuer of the Specimen Identifier Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSpecimenDetailedDescription()
Retrieves the Specimen Detailed Description.
|
java.lang.String |
getSpecimenIdentifier()
Return Specimen Identifier.
|
SpecimenLocalizationContentItemSequence |
getSpecimenLocalizationContentItemSequence()
Retrieves pre-initialized object of Specimen Localization Content Item Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
SpecimenPreparationSequence |
getSpecimenPreparationSequence()
Retrieves pre-initialized object of Specimen Preparation Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSpecimenShortDescription()
Return Specimen Short Description.
|
SpecimenTypeCodeSequence |
getSpecimenTypeCodeSequence()
Retrieves pre-initialized object of Specimen Type Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSpecimenUID()
Retrieves a Specimen UID.
|
void |
setSpecimenDetailedDescription(java.lang.String strSpecimenDetailedDescription)
Sets the Specimen Detailed Description.
|
void |
setSpecimenIdentifier(java.lang.String strSpecimenIdentifier)
Sets Specimen Identifier.
|
void |
setSpecimenShortDescription(java.lang.String strSpecimenShortDescription)
Sets Specimen Short Description.
|
void |
setSpecimenUID(java.lang.String strSpecimenUID)
Sets a Specimen UID.
|
boolean |
validateForModule()
Validates all the attributes in SpecimenDescriptionSequenceItem that are present in the DataSet
|
getContentItemMacroaddDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class PrimaryAnatomicStructureMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setSpecimenIdentifier(java.lang.String strSpecimenIdentifier)
strSpecimenIdentifier - String value of Specimen Identifier.public java.lang.String getSpecimenIdentifier()
public IssueroftheSpecimenIdentifierSequence getIssueroftheSpecimenIdentifierSequence()
public void setSpecimenUID(java.lang.String strSpecimenUID)
strSpecimenUID - String value of Specimen UID.public java.lang.String getSpecimenUID()
public SpecimenTypeCodeSequence getSpecimenTypeCodeSequence()
public void setSpecimenShortDescription(java.lang.String strSpecimenShortDescription)
strSpecimenShortDescription - String value of Specimen Short Description.public java.lang.String getSpecimenShortDescription()
public void setSpecimenDetailedDescription(java.lang.String strSpecimenDetailedDescription)
strSpecimenDetailedDescription - String value of Specimen Detailed Description.public java.lang.String getSpecimenDetailedDescription()
public SpecimenPreparationSequence getSpecimenPreparationSequence()
public SpecimenLocalizationContentItemSequence getSpecimenLocalizationContentItemSequence()