<?php

/**
 * Part of .inc migration to .inc.php to better support source code editors.
 *  - encounter.inc stub that redirects to encounter.inc.php
 *  - Timeframe: this script can be remove in mid 2023
 */

require_once(dirname(__FILE__) . "/encounter.inc.php");
