repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
styling adjustments (#822)
[openemr.git]
/
interface
/
forms
/
ros
/
view.php
blob
e78695a7057af2d80b6813bdbc3e75953255af5e
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormROS.class.php"
);
6
7
$c
=
new
C_FormROS
();
8
echo
$c
->
view_action
(
$_GET
[
'id'
]);
9
?
>