public class NGetDisplaySystemManagement_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
NGetDisplaySystemManagement_QueryModel(java.lang.String strReqSOPInsUID) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNGetAttributes(EnumDisplaySystemNGetAttributes enumDisplaySystemNGetGroupNo,
EnumDisplaySystemNGetAttributes enumDisplaySystemNGetElementNo)
Adds Tag to collection of ITags and accordingly only that attributes will be considered for NGet operation.
|
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.
|
ISingleCollection<NGetDisplaySystemManagement_Attributes> |
getNGetMediaCreationMang_AttributesList()
Retrieves N-Get Display System Management Attribute List.
|
java.lang.String |
getReqSOPInsUID()
Retrieves SOP Instance UID.
|
ISingleCollection<ITag> |
getTagCollection()
Retrieves Tag Collection.
|
void |
setNGetMediaCreationMang_AttributesList(ISingleCollection<NGetDisplaySystemManagement_Attributes> objGPWLAttributesList)
Sets N-Get Media Creation Management Attribute List.
|
public NGetDisplaySystemManagement_QueryModel(java.lang.String strReqSOPInsUID)
public java.lang.String getReqSOPInsUID()
public ISingleCollection<ITag> getTagCollection()
public ISingleCollection<NGetDisplaySystemManagement_Attributes> getNGetMediaCreationMang_AttributesList()
public void setNGetMediaCreationMang_AttributesList(ISingleCollection<NGetDisplaySystemManagement_Attributes> objGPWLAttributesList)
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.public void addNGetAttributes(EnumDisplaySystemNGetAttributes enumDisplaySystemNGetGroupNo, EnumDisplaySystemNGetAttributes enumDisplaySystemNGetElementNo)
enumDisplaySystemNGetGroupNo - Enumerated value of Group NumberenumDisplaySystemNGetElementNo - Enumerated value of Element Number