예제 #1
0
파일: save.php 프로젝트: katopenzz/openemr
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormVitalsM.class.php";
$c = new C_FormVitalsM();
echo $c->default_action_process($_POST);
@formJump();
예제 #2
0
파일: new.php 프로젝트: katopenzz/openemr
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormVitalsM.class.php";
$c = new C_FormVitalsM();
echo $c->default_action(0);
예제 #3
0
파일: view.php 프로젝트: katopenzz/openemr
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormVitalsM.class.php";
$c = new C_FormVitalsM();
echo $c->default_action($_GET['id']);