Class ORF_R04

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

public class ORF_R04 extends AbstractMessage

Represents a ORF_R04 message structure (see chapter 7). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: MSA (Message Acknowledgment)
  • 3: QRD (Original-Style Query Definition)
  • 4: QRF (Original Style Query Filter) optional
  • 5: ORF_R04_RESPONSE (a Group object) repeating
  • 6: ERR (Error) optional
  • 7: QAK (Query Acknowledgment) optional
  • 8: DSC (Continuation Pointer) optional
See Also:
  • Constructor Details

    • ORF_R04

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

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