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
Fix for editing current event in a recurring appointment
[openemr.git]
/
interface
/
de_identification_forms
/
re_identification_procedure.sh
blob
39677952d37e336d64ea0c1ead02c8ae66874d0d
1
#!/bin/bash
2
########### calls re-identification procedure ###########
3
mysql
-u
$2
-p
$3
-h
$1
-D
$4
-e
"call re_identification()"
4
5
6