public class MppsSCU extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MppsSCU.MppsWithIUID |
static interface |
MppsSCU.RSPHandlerFactory |
| Constructor and Description |
|---|
MppsSCU(ApplicationEntity ae) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCreatedMpps(MppsSCU.MppsWithIUID mpps) |
boolean |
addInstance(Attributes inst) |
boolean |
addMPPS(String iuid,
Attributes mpps) |
void |
close() |
void |
createMpps() |
void |
echo() |
AAssociateRQ |
getAAssociateRQ() |
Connection |
getRemoteConnection() |
void |
open() |
void |
setArchiveRequested(String archiveRequested) |
void |
setAttributes(Attributes attrs) |
void |
setCodes(Properties codes) |
void |
setDiscontinuationReason(String codeValue) |
void |
setFinalStatus(String finalStatus) |
void |
setNewPPSID(boolean newPPSID) |
void |
setPPSID(String ppsid) |
void |
setPPSIDFormat(String ppsidFormat) |
void |
setPPSIDStart(int ppsidStart) |
void |
setPPSUID(String ppsuid) |
void |
setProtocolName(String protocolName) |
void |
setRspHandlerFactory(MppsSCU.RSPHandlerFactory rspHandlerFactory) |
void |
setTransferSyntaxes(String[] tss) |
void |
setUIDSuffix(String uidSuffix) |
void |
updateMpps() |
public MppsSCU(ApplicationEntity ae)
public void setRspHandlerFactory(MppsSCU.RSPHandlerFactory rspHandlerFactory)
public Connection getRemoteConnection()
public AAssociateRQ getAAssociateRQ()
public void addCreatedMpps(MppsSCU.MppsWithIUID mpps)
public final void setUIDSuffix(String uidSuffix)
public final void setPPSUID(String ppsuid)
public final void setPPSID(String ppsid)
public final void setPPSIDStart(int ppsidStart)
public final void setPPSIDFormat(String ppsidFormat)
public final void setNewPPSID(boolean newPPSID)
public final void setProtocolName(String protocolName)
public final void setArchiveRequested(String archiveRequested)
public final void setFinalStatus(String finalStatus)
public final void setCodes(Properties codes)
public void setAttributes(Attributes attrs)
public final void setDiscontinuationReason(String codeValue)
public void setTransferSyntaxes(String[] tss)
public void open()
throws IOException,
InterruptedException,
org.aoju.bus.core.lang.exception.InstrumentException,
GeneralSecurityException
IOExceptionInterruptedExceptionorg.aoju.bus.core.lang.exception.InstrumentExceptionGeneralSecurityExceptionpublic void close()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void echo()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void createMpps()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void updateMpps()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic boolean addInstance(Attributes inst)
public boolean addMPPS(String iuid, Attributes mpps)
Copyright © 2020. All rights reserved.