コード例 #1
0
ファイル: view.php プロジェクト: mindfeederllc/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_FormSnellen.class.php";
$c = new C_FormSnellen();
echo $c->view_action($_GET['id']);
コード例 #2
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_FormSnellen.class.php";
$c = new C_FormSnellen();
echo $c->default_action();
コード例 #3
0
ファイル: save.php プロジェクト: mindfeederllc/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_FormSnellen.class.php";
$c = new C_FormSnellen();
echo $c->default_action_process($_POST);
@formJump();