IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

EndLoop Event

Fires when the end of a loop is detected in a transaction set.

Syntax

public open class DefaultHl7readerEventListener : Hl7readerEventListener {
  ...
  public override fun endLoop(e: Hl7readerEndLoopEvent) {}
  ...
}

public class Hl7readerEndLoopEvent {
}

Remarks

The EndLoop event will fire after the last segment in a loop is read. Each EndLoop event is paired with one StartLoop event.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]