public class SlideLabelModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
SlideLabelModule(IDataSet objIDataSet)
Creates Slide Coordinates Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBarcodeValue()
Return String that describes the bar code value to be printed on the media label.
|
java.lang.String |
getLabelText()
Return Unformatted free text to include in the label instead of or in addition to information extracted from the instances.
|
void |
setBarcodeValue(java.lang.String strBarcodeValue)
Sets String that describes the bar code value to be printed on the media label.
|
void |
setLabelText(java.lang.String strLabelText)
Sets Unformatted free text to include in the label instead of or in addition to information extracted from the instances.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, getVectorOfKeys, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public SlideLabelModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - If validation of Module failspublic void setBarcodeValue(java.lang.String strBarcodeValue)
strBarcodeValue - String Barcode Value.public java.lang.String getBarcodeValue()
public void setLabelText(java.lang.String strLabelText)
strLabelText - String value of LabelText.public java.lang.String getLabelText()