Package com.pixelmed.query
Class QueryTreeRecord.OurResponseIdentifierHandler
- java.lang.Object
-
- com.pixelmed.network.IdentifierHandler
-
- com.pixelmed.query.QueryTreeRecord.OurResponseIdentifierHandler
-
- Enclosing class:
- QueryTreeRecord
protected class QueryTreeRecord.OurResponseIdentifierHandler extends IdentifierHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected InformationEntityieprotected QueryTreeRecordparentNodeprotected AttributeTaguniqueKeyTagFromThisLevel
-
Constructor Summary
Constructors Constructor Description OurResponseIdentifierHandler(QueryTreeRecord parentNode, InformationEntity ie, AttributeTag uniqueKeyTagFromThisLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSomethingWithIdentifier(AttributeList responseIdentifier)Called when a response identifier has been received.
-
-
-
Field Detail
-
ie
protected InformationEntity ie
-
uniqueKeyTagFromThisLevel
protected AttributeTag uniqueKeyTagFromThisLevel
-
parentNode
protected QueryTreeRecord parentNode
-
-
Constructor Detail
-
OurResponseIdentifierHandler
public OurResponseIdentifierHandler(QueryTreeRecord parentNode, InformationEntity ie, AttributeTag uniqueKeyTagFromThisLevel)
- Parameters:
parentNode-ie-uniqueKeyTagFromThisLevel-
-
-
Method Detail
-
doSomethingWithIdentifier
public void doSomethingWithIdentifier(AttributeList responseIdentifier) throws DicomException
Description copied from class:IdentifierHandlerCalled when a response identifier has been received.
- Overrides:
doSomethingWithIdentifierin classIdentifierHandler- Parameters:
responseIdentifier-- Throws:
DicomException
-
-