public class HangingProtocol_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
HangingProtocol_QueryModel()
This is default Constructor for HangingProtocol_QueryModel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(IDataSet objIDataSet)
Populates the query Model using filled data set.
|
boolean |
encode(ITransferSyntax objITransferSyntax,
ISingleCollection<IDataSet> objDataSetList)
Gets the filled DataSet list from already populated Query Model.
|
ISingleCollection<HangingProtocol_Attributes> |
getHangingProtocol_AttributesList()
Retrieve HangingProtocol Attributes list.
|
void |
setHangingProtocol_AttributesList(ISingleCollection<HangingProtocol_Attributes> objHangingProtocolAttributesList)
To set the value of HangingProtocol Attributes List.
|
public HangingProtocol_QueryModel()
public ISingleCollection<HangingProtocol_Attributes> getHangingProtocol_AttributesList()
public void setHangingProtocol_AttributesList(ISingleCollection<HangingProtocol_Attributes> objHangingProtocolAttributesList)
objHangingProtocolAttributesList - public 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.