public class SpecimenSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSlideIdentifier()
Retrieves a departmental information system identifier for the Specimen.
|
java.lang.String |
getSpecimenIdentifier()
Retrieves a departmental information system identifier for the Specimen.
|
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.
|
void |
setSlideIdentifier(java.lang.String strSlideIdentifier)
Sets identifier of the Slide.
|
void |
setSpecimenIdentifier(java.lang.String strSpecimenIdentifier)
Sets a departmental information system identifier for the Specimen.
|
boolean |
validateForModule()
Validates all the attributes in AcquisitionContextSequenceItem 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 boolean validateForModule()
throws ValidationException
validateForModule in interface IItemvalidateForModule in class ItemValidationException - throws ValidationException 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 SpecimenTypeCodeSequence getSpecimenTypeCodeSequence()
public void setSlideIdentifier(java.lang.String strSlideIdentifier)
strSlideIdentifier - String value of Slide Identifier.public java.lang.String getSlideIdentifier()