Class SCUSCPRoleSelection

java.lang.Object
com.pixelmed.network.SCUSCPRoleSelection

public class SCUSCPRoleSelection extends Object
  • Constructor Details

    • SCUSCPRoleSelection

      public SCUSCPRoleSelection(String abstractSyntaxUID, byte scuRole, byte scpRole)
      Parameters:
      abstractSyntaxUID -
    • SCUSCPRoleSelection

      public SCUSCPRoleSelection(String abstractSyntaxUID, boolean scuRole, boolean scpRole)
      Parameters:
      abstractSyntaxUID -
      scuRole - true if supported
      scpRole - true if supported
  • Method Details

    • getAbstractSyntaxUID

      public String 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

      public String toString()
      Overrides:
      toString in class Object