- Implemented dynamic VID retrieval from ValueSetModel for all test definitions - Aligned ResultType, RefType, and SpcType with the valueset table - Updated sample data for Hematology, Chemistry, and Urinalysis tests - Ensured consistency between ValueSetSeeder and TestSeeder data
4 lines
89 B
PHP
4 lines
89 B
PHP
<?php
|
|
echo "PHP Version: " . PHP_VERSION . "\n";
|
|
echo "Current Dir: " . getcwd() . "\n";
|