Class QVR_Q17

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

public class QVR_Q17 extends AbstractMessage

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

  • 1: MSH (Message Header)
  • 2: QPD (Query Parameter Definition)
  • 3: Zxx (any Z segment) optional
  • 4: RCP (Response Control Parameter)
  • 5: DSC (Continuation Pointer) optional
See Also:
  • Constructor Details

    • QVR_Q17

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

      public QVR_Q17(ModelClassFactory factory)
      Creates a new QVR_Q17 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

    • getQPD

      public QPD getQPD()

      Returns QPD (Query Parameter Definition) - creates it if necessary

    • getZxx

      public Zxx getZxx()

      Returns Zxx (any Z segment) - creates it if necessary

    • getRCP

      public RCP getRCP()

      Returns RCP (Response Control Parameter) - creates it if necessary

    • getDSC

      public DSC getDSC()

      Returns DSC (Continuation Pointer) - creates it if necessary