public class GetSCU extends Object implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSCU.InformationModel |
| Modifier and Type | Method and Description |
|---|---|
void |
addKey(int tag,
String... ss) |
void |
addLevel(String s) |
void |
addOfferedStorageSOPClass(String cuid,
String... tsuids) |
void |
close() |
AAssociateRQ |
getAAssociateRQ() |
ApplicationEntity |
getApplicationEntity() |
Association |
getAssociation() |
Connection |
getConnection() |
Device |
getDevice() |
Attributes |
getKeys() |
Connection |
getRemoteConnection() |
Status |
getState() |
void |
open() |
void |
retrieve() |
void |
retrieve(DimseRSPHandler rspHandler) |
void |
retrieve(File f) |
void |
setInformationModel(GetSCU.InformationModel model,
String[] tss,
boolean relational) |
void |
setInputFilter(int[] inFilter) |
void |
setPriority(int priority) |
void |
setStorageDirectory(File storageDir) |
void |
stop() |
static void |
storeTo(Association as,
Attributes fmi,
PDVInputStream data,
File file) |
public GetSCU()
public GetSCU(Progress progress)
public static void storeTo(Association as, Attributes fmi, PDVInputStream data, File file) throws IOException
IOExceptionpublic ApplicationEntity getApplicationEntity()
public Connection getRemoteConnection()
public AAssociateRQ getAAssociateRQ()
public Association getAssociation()
public Device getDevice()
public Attributes getKeys()
public void setStorageDirectory(File storageDir)
public final void setPriority(int priority)
public final void setInformationModel(GetSCU.InformationModel model, String[] tss, boolean relational)
public void addLevel(String s)
public void addKey(int tag,
String... ss)
public final void setInputFilter(int[] inFilter)
public void open()
throws IOException,
InterruptedException,
GeneralSecurityException
public void close()
throws IOException,
InterruptedException
close in interface AutoCloseableIOExceptionInterruptedExceptionpublic void retrieve(File f) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void retrieve()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void retrieve(DimseRSPHandler rspHandler) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic Connection getConnection()
public Status getState()
public void stop()
Copyright © 2020. All rights reserved.