Class QRY_Q01

All Implemented Interfaces:
Group, Message, Structure, Visitable, Serializable

public class QRY_Q01 extends AbstractMessage

Represents a QRY_Q01 message structure (see chapter 5). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: QRD (Original-Style Query Definition)
  • 3: QRF (Original Style Query Filter) optional
  • 4: DSC (Continuation Pointer) optional
See Also:
  • Constructor Details

    • QRY_Q01

      public QRY_Q01()
      Creates a new QRY_Q01 message with DefaultModelClassFactory.
    • QRY_Q01

      public QRY_Q01(ModelClassFactory factory)
      Creates a new QRY_Q01 message with custom ModelClassFactory.
  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.4"
      Specified by:
      getVersion in interface Message
      Overrides:
      getVersion in class AbstractMessage
    • getMSH

      public MSH getMSH()

      Returns MSH (Message Header) - creates it if necessary

    • getQRD

      public QRD getQRD()

      Returns QRD (Original-Style Query Definition) - creates it if necessary

    • getQRF

      public QRF getQRF()

      Returns QRF (Original Style Query Filter) - creates it if necessary

    • getDSC

      public DSC getDSC()

      Returns DSC (Continuation Pointer) - creates it if necessary