public class NGetMediaCreationMang_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
NGetMediaCreationMang_QueryModel(java.lang.String strReqSOPInsUID)
Constructor for the class NGetMediaCreationMang_QueryModel
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNGetAttributes(EnumMediaCreationNGetAttributes enumMediaCreationSNGetGroupNo,
EnumMediaCreationNGetAttributes enumMediaCreationSNGetElementNo)
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<NGetMediaCreationMang_Attributes> |
getNGetMediaCreationMang_AttributesList()
get the MediaCreationMang_AttributesList
|
java.lang.String |
getReqSOPInsUID()
get the string value of the strReqSOPInsUID
|
ISingleCollection<ITag> |
getTagCollection()
get the collection of the Tags
|
void |
setNGetMediaCreationMang_AttributesList(ISingleCollection<NGetMediaCreationMang_Attributes> objGPWLAttributesList)
It set the MediaCreationMang_AttributesList
|
public NGetMediaCreationMang_QueryModel(java.lang.String strReqSOPInsUID)
strReqSOPInsUID - public java.lang.String getReqSOPInsUID()
public ISingleCollection<ITag> getTagCollection()
public ISingleCollection<NGetMediaCreationMang_Attributes> getNGetMediaCreationMang_AttributesList()
public void setNGetMediaCreationMang_AttributesList(ISingleCollection<NGetMediaCreationMang_Attributes> objGPWLAttributesList)
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(EnumMediaCreationNGetAttributes enumMediaCreationSNGetGroupNo, EnumMediaCreationNGetAttributes enumMediaCreationSNGetElementNo)
enumMediaCreationSNGetGroupNo - Enumerated value of Group NumberenumMediaCreationSNGetElementNo - Enumerated value of Element Number