class SendStgCmtResult extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
private Association |
as |
private Attributes |
eventInfo |
private Connection |
remoteConn |
private boolean |
sameAssoc |
Constructor and Description |
---|
SendStgCmtResult(Association as,
Attributes eventInfo,
boolean sameAssoc,
Connection remoteConn) |
Modifier and Type | Method and Description |
---|---|
private int |
eventTypeId(Attributes eventInfo) |
private AAssociateRQ |
makeAAssociateRQ() |
private void |
neventReport(Association as) |
void |
run() |
private final Association as
private final Attributes eventInfo
private final boolean sameAssoc
private final Connection remoteConn
SendStgCmtResult(Association as, Attributes eventInfo, boolean sameAssoc, Connection remoteConn)
private void neventReport(Association as) throws IOException, InterruptedException
IOException
InterruptedException
private int eventTypeId(Attributes eventInfo)
private AAssociateRQ makeAAssociateRQ()
Copyright © 2017 dcm4che.org. All rights reserved.