CCDA server fixups (#4356)
[openemr.git] / src / Validators / ImmunizationValidator.php
blob97505e6d574b1abe0e4498a4106742d144337b69
1 <?php
3 namespace OpenEMR\Validators;
5 /**
6 * Supports PractitionerRole Record Validation.
8 * @package OpenEMR
9 * @link http://www.open-emr.org
10 * @author Yash Bothra <yashrajbothra786@gmail.com>
11 * @copyright Copyright (c) 2020 Yash Bothra <yashrajbothra786@gmail.com>
12 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
14 class ImmunizationValidator extends BaseValidator
16 /**
17 * Configures validations for the PractitionerRole DB Insert and Update use-case.
18 * The update use-case is comprised of the same fields as the insert use-case.
19 * The update use-case differs from the insert use-case in that fields other than uuid are not required.
21 protected function configureValidator()
23 parent::configureValidator();