public class NEventReportImagePrintMangMeta_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
NEventReportImagePrintMangMeta_QueryModel()
This is default Constructor for NEventReportImagePrintMangMeta_QueryModel.
|
NEventReportImagePrintMangMeta_QueryModel(EnumSOPClassUIDs enumSOPClassUIDs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(IDataSet objIDataSet)
Populates the Query Model using filled DataSet.
|
boolean |
encode(ITransferSyntax objITransferSyntax,
ISingleCollection<IDataSet> objDataSetList)
Gets the filled DataSet list from already populated Query Model.
|
EnumSOPClassUIDs |
getEnumSOPClassUIDs()
Retrieve EnumSOPClassUIDs .
|
ISingleCollection<NEventReportImagePrintMangMeta_Attributes> |
getNEventReportImagePrintMangMeta_AttributesList()
Retrieve the object of NEventReportImagePrintMangMeta_Attributes.
|
void |
setNEventReportImagePrintMangMeta_AttributesList(ISingleCollection<NEventReportImagePrintMangMeta_Attributes> objGPWLAttributesList)
Set the value of NEventReportImagePrintMangMeta_Attributes.
|
public NEventReportImagePrintMangMeta_QueryModel()
public NEventReportImagePrintMangMeta_QueryModel(EnumSOPClassUIDs enumSOPClassUIDs)
public EnumSOPClassUIDs getEnumSOPClassUIDs()
public ISingleCollection<NEventReportImagePrintMangMeta_Attributes> getNEventReportImagePrintMangMeta_AttributesList()
public void setNEventReportImagePrintMangMeta_AttributesList(ISingleCollection<NEventReportImagePrintMangMeta_Attributes> objGPWLAttributesList)
objGPWLAttributesList - - object of ISingleCollectionpublic boolean decode(IDataSet objIDataSet)
decode in interface IQueryModelobjIDataSet - Object of IDataSet.public boolean encode(ITransferSyntax objITransferSyntax, ISingleCollection<IDataSet> objDataSetList)
encode in interface IQueryModelobjITransferSyntax - Object of ITransferSyntax.objDataSetList - Single collect of DataSet.