<?php
namespace App;
abstract class HealthCareSheetType
{
const CONSULTATION = 'CONSULTATION';
const EXECUTION = 'EXECUTION';
}