Class PresentationDataValue


  • public class PresentationDataValue
    extends java.lang.Object
    • Constructor Detail

      • PresentationDataValue

        public PresentationDataValue​(byte presentationContextID,
                                     byte[] value,
                                     boolean isCommand,
                                     boolean isLastFragment)
                              throws DicomNetworkException
        Parameters:
        presentationContextID -
        value -
        isCommand -
        isLastFragment -
        Throws:
        DicomNetworkException
    • Method Detail

      • getBytes

        public byte[] getBytes()
      • getValue

        public byte[] getValue()
      • isLastFragment

        public boolean isLastFragment()
      • isCommand

        public boolean isCommand()
      • getPresentationContextID

        public byte getPresentationContextID()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object