public class ResultsDistributionListSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDistributionAddress()
Return Distribution Address.
|
java.lang.String |
getDistributionName()
Return name of one of the persons to receive a copy of the report and amendments.
|
void |
setDistributionAddress(java.lang.String strDistributionAddress)
Sets Distribution Address.
|
void |
setDistributionName(java.lang.String strDistributionName)
Sets name of one of the persons to receive a copy of the report and amendments.
|
boolean |
validateForModule()
Validates all the attributes in ResultsDistributionListSequenceItem 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 setDistributionName(java.lang.String strDistributionName)
strDistributionName - Specifies Name of one of the persons to receive a copy of the report and amendments.public java.lang.String getDistributionName()
public void setDistributionAddress(java.lang.String strDistributionAddress)
strDistributionAddress - Specifies Address of one of the persons to receive a copy of
the report and amendments.public java.lang.String getDistributionAddress()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.