Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Brief Behavioral Health Status Exam #3

wants to merge 1 commit into from

Conversation

aethelwulffe
Copy link
Contributor

No description provided.

<textarea cols=120 rows=1 wrap=virtual name="axis5" ></textarea><br><br>

<b>Eligibility Criteria</b><br><br>
<input type=checkbox name='criteria1'>&nbsp;<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>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still use Icd9 codes?

Copy link
Contributor Author

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,
Copy link

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

Copy link
Contributor Author

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>
Copy link

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); ?>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe some sql binding

Copy link
Contributor Author

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>&nbsp; <?php echo $result['fname'] . '&nbsp' . $result['mname'] . '&nbsp;' . $result['lname'];?>
<br>
<b>Interview Time In:</b>&nbsp;<input type="text" name='itime_in'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<b>Interview Time Out:</b>&nbsp;<input type="text" name='itime_out'>
Copy link

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,
Copy link

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?

Copy link
Contributor Author

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">
Copy link

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

Copy link
Contributor Author

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");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

headers, copyright info etc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes sir.

@aethelwulffe
Copy link
Contributor Author

aethelwulffe commented Jul 9, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants