public class NotificationFromManufacturerSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<byte[]> |
getEncapsulatedDocument()
Retrieves the Encapsulated Document.
|
java.lang.String |
getInformationIssueDateTime()
Retrieves Information Issue Date Time.
|
java.lang.String |
getInformationSummary()
Retrieves the Information Summary.
|
java.lang.String |
getMIMETypeofEncapsulatedDocument()
Return MIME Type of Encapsulated Document.
|
void |
setEncapsulatedDocument(ISingleCollection<byte[]> vectEncapsulatedDocument)
Sets the Encapsulated Document.
|
void |
setInformationIssueDateTime(java.lang.String strInformationIssueDateTime)
Sets Information Issue Date Time.
|
void |
setInformationSummary(java.lang.String strInformationSummary)
Sets the Information Summary.
|
void |
setMIMETypeofEncapsulatedDocument(java.lang.String strMIMETypeofEncapsulatedDocument)
Sets MIME Type of Encapsulated Document.
|
boolean |
validateForModule()
Validates all the attributes in NotificationFromManufacturerSequenceItem 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 InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setInformationIssueDateTime(java.lang.String strInformationIssueDateTime)
strInformationIssueDateTime - String value of Information Issue Date Timepublic java.lang.String getInformationIssueDateTime()
public void setInformationSummary(java.lang.String strInformationSummary)
strInformationSummary - - value of Information Summarypublic java.lang.String getInformationSummary()
public void setEncapsulatedDocument(ISingleCollection<byte[]> vectEncapsulatedDocument)
vectEncapsulatedDocument - collection of byte array of Encapsulated Document.public ISingleCollection<byte[]> getEncapsulatedDocument()
public void setMIMETypeofEncapsulatedDocument(java.lang.String strMIMETypeofEncapsulatedDocument)
strMIMETypeofEncapsulatedDocument - String value of MIME Type of Encapsulated Document.public java.lang.String getMIMETypeofEncapsulatedDocument()