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

// Copyright (C) 2009 Aron Racho <*****@*****.**>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormROS2.class.php";
$c = new C_FormROS2();
echo $c->default_action();
예제 #2
0
파일: save.php 프로젝트: katopenzz/openemr
<?php

// Copyright (C) 2009 Aron Racho <*****@*****.**>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormROS2.class.php";
$c = new C_FormROS2();
echo $c->default_action_process($_POST);
@formJump();
예제 #3
0
<?php

// Copyright (C) 2009 Aron Racho <*****@*****.**>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormROS2.class.php";
$c = new C_FormROS2();
echo $c->view_action($_GET['id']);