Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Count – returns the number of encounters in the collection.
  • FirstEncounter – returns the first encounter in the collection. If no encounter is found, a null encounter is returned.
    • Example:   <%= ENCOUNTERS.FirstEncounter.#VarCode %>
  • LastEncounter – returns the last encounter in the collection. If no encounter is found, a null encounter is returned.

...