コード例 #1
0
ファイル: view.php プロジェクト: katopenzz/openemr
<?php

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