Modifier and Type | Method and Description |
---|---|
boolean[] |
clearAll()
Deprecated.
|
boolean |
getAccepted(java.lang.String UID)
Deprecated.
|
static SOPClass |
getInstance()
Deprecated.
|
java.util.ArrayList<java.lang.String> |
getSOPClassList()
Deprecated.
|
java.util.ArrayList<java.util.AbstractMap.SimpleEntry<java.lang.String,java.lang.String>> |
getTransferSyntax()
Deprecated.
|
boolean[] |
getTS(java.lang.String UID)
Deprecated.
|
java.lang.String |
getUID(java.lang.String sopClass)
Deprecated.
Get the UID from SOP Class Name
|
void |
saveAllTS()
Deprecated.
|
void |
saveLocalTS(java.lang.String UID)
Deprecated.
|
void |
setAccepted(java.lang.String UID,
boolean value)
Deprecated.
|
boolean[] |
setAll()
Deprecated.
|
boolean[] |
setDefault()
Deprecated.
|
void |
setTS(java.lang.String UID,
boolean status,
int number)
Deprecated.
|
public static SOPClass getInstance()
public java.util.ArrayList<java.lang.String> getSOPClassList() throws java.rmi.RemoteException
getSOPClassList
in interface ISOPClass
java.rmi.RemoteException
public java.util.ArrayList<java.util.AbstractMap.SimpleEntry<java.lang.String,java.lang.String>> getTransferSyntax() throws java.rmi.RemoteException
getTransferSyntax
in interface ISOPClass
java.rmi.RemoteException
public java.lang.String getUID(java.lang.String sopClass) throws java.rmi.RemoteException
public boolean[] getTS(java.lang.String UID) throws java.rmi.RemoteException
public boolean getAccepted(java.lang.String UID) throws java.rmi.RemoteException
getAccepted
in interface ISOPClass
java.rmi.RemoteException
public boolean[] setDefault() throws java.rmi.RemoteException
setDefault
in interface ISOPClass
java.rmi.RemoteException
public boolean[] clearAll() throws java.rmi.RemoteException
public boolean[] setAll() throws java.rmi.RemoteException
public void setTS(java.lang.String UID, boolean status, int number) throws java.rmi.RemoteException
public void saveLocalTS(java.lang.String UID) throws java.rmi.RemoteException
saveLocalTS
in interface ISOPClass
java.rmi.RemoteException
public void saveAllTS() throws java.rmi.RemoteException
public void setAccepted(java.lang.String UID, boolean value) throws java.rmi.RemoteException
setAccepted
in interface ISOPClass
java.rmi.RemoteException