public class NCreateImagePrintMangMeta_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
NCreateImagePrintMangMeta_QueryModel()
This is default Constructor for NCreateImagePrintMangMeta_QueryModel.
|
NCreateImagePrintMangMeta_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<NCreateImagePrintMangMeta_Attributes> |
getNCreateGrayscalePrintMangMeta_AttributesList()
Retrieve the object of NCreateImagePrintMangMeta_Attributes.
|
void |
setNCreateGrayscalePrintMangMeta_AttributesList(ISingleCollection<NCreateImagePrintMangMeta_Attributes> objGrayscalePrintMangMetaAttributesList)
Set the value of NCreateImagePrintMangMeta_Attributes.
|
public NCreateImagePrintMangMeta_QueryModel()
public NCreateImagePrintMangMeta_QueryModel(EnumSOPClassUIDs enumSOPClassUIDs)
public EnumSOPClassUIDs getEnumSOPClassUIDs()
public ISingleCollection<NCreateImagePrintMangMeta_Attributes> getNCreateGrayscalePrintMangMeta_AttributesList()
public void setNCreateGrayscalePrintMangMeta_AttributesList(ISingleCollection<NCreateImagePrintMangMeta_Attributes> objGrayscalePrintMangMetaAttributesList)
objGrayscalePrintMangMetaAttributesList - - 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.