-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brief Behavioral Health Status Exam #3
base: master
Are you sure you want to change the base?
Conversation
<textarea cols=120 rows=1 wrap=virtual name="axis5" ></textarea><br><br> | ||
|
||
<b>Eligibility Criteria</b><br><br> | ||
<input type=checkbox name='criteria1'> <b>Client has an ICD-9-CM diagnosis in the following range: 294.80, 294.90, 300.00 through 305.90, 307.10, 307.23, 307.50 through 307.70, 308.00 through 312.40, 312.81 through 314.90;</b> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still use Icd9 codes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No...Nor is the Axis system used anymore. I will update this form immediately. Never even noticed this! The clinicians should have said something in the intervening years! They know what the checkbox means at least.
`location_other_block` longtext COLLATE utf8_unicode_ci, | ||
`purpose` longtext COLLATE utf8_unicode_ci NOT NULL, | ||
`appearance_age` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL, | ||
`appearance_younger` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like that this one has field names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah...Guess the other forms are lacking there...
|
||
<center><a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a> | ||
<a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link_submit" | ||
onclick="top.restoreSession()">[Don't Save]</a></center> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe some buttons at some time
<?php $res = sqlStatement("SELECT date,counselor_id,facility FROM form_encounter WHERE encounter = $encounter"); | ||
$encounterdata_array = SqlFetchArray($res); ?> | ||
<?php $res = sqlStatement("SELECT fname,mname,lname,ss,street,city,state,postal_code,phone_home,DOB FROM patient_data WHERE pid = $pid"); | ||
$result = SqlFetchArray($res); ?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe some sql binding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. This is not good. I think this form is about 8 or nine years old at this point.
<b>Name:</b> <?php echo $result['fname'] . ' ' . $result['mname'] . ' ' . $result['lname'];?> | ||
<br> | ||
<b>Interview Time In:</b> <input type="text" name='itime_in'> | ||
<b>Interview Time Out:</b> <input type="text" name='itime_out'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translations if it is going to be used by non-English speaking folks
`groupname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, | ||
`authorized` tinyint(4) DEFAULT NULL, | ||
`activity` tinyint(4) DEFAULT NULL, | ||
`itime_in` mediumtext COLLATE utf8_unicode_ci, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the collate need to be used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. and unicode_ci is stupid now. General is faster, and MB4 is the nifty newness.
?> | ||
<html><head> | ||
<? html_header_show();?> | ||
<link rel=stylesheet href="<?echo $css_header;?>" type="text/css"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could add the header.inc.php for these reports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...and maybe use some .js (with the header stuff) to shore up these old nasty forms.
//by Art Eaton | ||
include_once("../../globals.php"); | ||
include_once("$srcdir/api.inc"); | ||
formHeader("Form: BBHSE"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
headers, copyright info etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes sir.
No...Nor is the Axis system used anymore. I will update this form
immediately. Never even noticed this! The clinicians should have said
something in the intervening years! They know what the checkbox means
at least.
…On 2017-07-08 16:27, Terry Hill wrote:
***@***.**** commented on this pull request.
------------------------------------------------------------------------
In BBHSE/new.php
<#3 (comment)>:
> +
+<b>Findings:</b>
+<br><br>
+<b>Axis I</b><br>
+<textarea cols=120 rows=3 wrap=virtual name="axis1" ></textarea><br><br>
+<b>Axis II</b><br>
+<textarea cols=120 rows=1 wrap=virtual name="axis2" ></textarea><br><br>
+<b>Axis III</b><br>
+<textarea cols=120 rows=1 wrap=virtual name="axis3" ></textarea><br><br>
+<b>Axis IV</b><br>
+<textarea cols=120 rows=1 wrap=virtual name="axis4" ></textarea><br><br>
+<b>Axis V/CGAS</b><br>
+<textarea cols=120 rows=1 wrap=virtual name="axis5" ></textarea><br><br>
+
+<b>Eligibility Criteria</b><br><br>
+<input type=checkbox name='criteria1'> <b>Client has an ICD-9-CM diagnosis in the following range: 294.80, 294.90, 300.00 through 305.90, 307.10, 307.23, 307.50 through 307.70, 308.00 through 312.40, 312.81 through 314.90;</b>
Still use Icd9 codes?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAhzF673WKPbDf5p5ohQtewHUIVd9Ki8ks5sL-YggaJpZM4N7u94>.
|
No description provided.