public class ProductCharacteristicsModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ProductCharacteristicsModule(IDataSet objIDataSet)
Instantiates a new ProductCharacteristicsModule
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getManufacturer()
Retrieves the Manufacturer of product.
|
PertinentDocumentsSequence |
getPertinentDocumentsSequence()
Retrieves Pertinent Documents Sequence
|
java.lang.String |
getProductDescription()
Retrieves the Further description in free form text describing the drug or device.
|
java.lang.String |
getProductExpirationDateTime()
Retrieves Product Expiration DateTime
|
java.lang.String[] |
getProductName()
Return Trade or generic name of product.
|
java.lang.String |
getProductPackageIdentifier()
Retrieves the Identifier of the contrast agent, drug, or device being characterized, typicallyfrom a package bar code, RFID, or other materials management ID.
|
ProductParameterSequence |
getProductParameterSequence()
Retrieves Product Parameter Sequence.
|
ProductTypeCodeSequence |
getProductTypeCodeSequence()
Retrieves Product Type Code Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets the Manufacturer of product.
|
void |
setProductDescription(java.lang.String strProductDescription)
Sets the Further description in free form text describing the drug or device.
|
void |
setProductExpirationDateTime(java.lang.String strProductExpirationDateTime)
Sets Product Expiration DateTime
|
void |
setProductName(java.lang.String[] strArrProductName)
Sets Trade or generic name of product.
|
void |
setProductPackageIdentifier(java.lang.String strProductPackageIdentifier)
Sets the Identifier of the contrast agent, drug, or device being characterized, typicallyfrom a package bar code, RFID, or other materials management ID.
|
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, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public ProductCharacteristicsModule(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 setProductPackageIdentifier(java.lang.String strProductPackageIdentifier)
strProductPackageIdentifier - Product Package Identifierpublic java.lang.String getProductPackageIdentifier()
public void setManufacturer(java.lang.String strManufacturer)
strManufacturer - -Manufacturerpublic java.lang.String getManufacturer()
public void setProductName(java.lang.String[] strArrProductName)
strArrProductName - String value of Rescale Type.public java.lang.String[] getProductName()
public void setProductDescription(java.lang.String strProductDescription)
strProductDescription - Product Descriptionpublic java.lang.String getProductDescription()
public void setProductExpirationDateTime(java.lang.String strProductExpirationDateTime)
strProductExpirationDateTime - String value of Product Expiration DateTimepublic java.lang.String getProductExpirationDateTime()
public ProductParameterSequence getProductParameterSequence()
public PertinentDocumentsSequence getPertinentDocumentsSequence()
public ProductTypeCodeSequence getProductTypeCodeSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module