Package com.pixelmed.network
Class SCUSCPRoleSelection
java.lang.Object
com.pixelmed.network.SCUSCPRoleSelection
-
Constructor Summary
ConstructorsConstructorDescriptionSCUSCPRoleSelection
(String abstractSyntaxUID, boolean scuRole, boolean scpRole) SCUSCPRoleSelection
(String abstractSyntaxUID, byte scuRole, byte scpRole) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setSCPRoleSupported
(boolean supported) void
setSCURoleSupported
(boolean supported) toString()
-
Constructor Details
-
SCUSCPRoleSelection
- Parameters:
abstractSyntaxUID
-
-
SCUSCPRoleSelection
- Parameters:
abstractSyntaxUID
-scuRole
- true if supportedscpRole
- true if supported
-
-
Method Details
-
getAbstractSyntaxUID
-
isSCURoleSupported
public boolean isSCURoleSupported() -
setSCURoleSupported
public void setSCURoleSupported(boolean supported) - Parameters:
supported
- true if supported, false if not
-
isSCPRoleSupported
public boolean isSCPRoleSupported() -
setSCPRoleSupported
public void setSCPRoleSupported(boolean supported) - Parameters:
supported
- true if supported, false if not
-
toString
-