...
- 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.
...