public class NGetImagePrintMangMeta_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
NGetImagePrintMangMeta_QueryModel()
This is default Constructor for NGetImagePrintMangMeta_QueryModel.
|
NGetImagePrintMangMeta_QueryModel(EnumSOPClassUIDs enumSOPClassUIDs,
java.lang.String strReqSOPInsUID) |
| 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<NGetImagePrintMangMeta_Attributes> |
getNGetImagePrintMangMeta_AttributesList()
Retrieve the object of NGetImagePrintMangMeta_Attributes.
|
java.lang.String |
getReqSOPInsUID()
Retrieve Requested SOPClassUIDs .
|
void |
setNGetImagePrintMangMeta_AttributesList(ISingleCollection<NGetImagePrintMangMeta_Attributes> objGPWLAttributesList)
Set the value of NGetImagePrintMangMeta_Attributes.
|
public NGetImagePrintMangMeta_QueryModel()
public NGetImagePrintMangMeta_QueryModel(EnumSOPClassUIDs enumSOPClassUIDs, java.lang.String strReqSOPInsUID)
public EnumSOPClassUIDs getEnumSOPClassUIDs()
public java.lang.String getReqSOPInsUID()
public ISingleCollection<NGetImagePrintMangMeta_Attributes> getNGetImagePrintMangMeta_AttributesList()
public void setNGetImagePrintMangMeta_AttributesList(ISingleCollection<NGetImagePrintMangMeta_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.