<cfset AssForm.Assessment_ID='#Session.CS.AssessmentID#' />
<cfquery name="GetP" datasource="#Application.DataSrc#">
    SELECT Patient_ID, Last_Name_M0040 AS Last_Name, First_Name_M0040 AS First_Name, Middle_Initial_M0040 AS Middle
    ,Payer_ID
    FROM  #Request.prefix_db_agency#.patient
    WHERE Patient_Id = '#session.cs.patientid#'
    AND   Agency_Id = '#session.AgencyId#'
</cfquery>
<cfquery name="AssForm" datasource="#Application.DataSrc#">
    select
    Assessment_ID,
    Start_of_Care_M0030,
    After_Discharge_Services_M0880,
    Ambulation_M0700,
    Ambulation_M0700p,
    Bowel_Incont_M0540,
    Therapies_Home_M0250,
    Hearing_M0400,
    Speech_M0410,
    Freq_of_Pain_M0420,
    Intrac_Pain_M0430,
    Pressure_Ulcer_M0445,
    Open_Wounds_M0440,
    Overall_Prognosis_M0260,
    Transferring_M0690p,
    Life_Exp_M0280,
    High_Risk_Factors_M0290,
    Vision_M0390,
    Pressure_Ulcer_a_M0450,
    Pressure_Ulcer_b_M0450,
    Pressure_Ulcer_e_M0450,
    Pressure_Ulcer_Stage_M0460,
    Pressure_Ulcer_c_M0450,
    Pressure_Ulcer_d_M0450,
    Inject_Meds_m0800p,
    Pressure_Ulcer_Status_M0464,
    Breathing_M0490,
    Stasis_Ulcer_Num_M0470,
    Stasis_Ulcer_Hidden_M0474,
    Stasis_Ulcer_Status_M0476,
    Surgical_Wound_M0482,
    Caregiver_Manage_Equip_M0820,
    Cog_Function_M0560,
    Conditions_Prior_M0220,
    Depressive_Feelings_M0590,
    Discharge_Disposition_M0870,
    Eating_M0710,
    Eating_M0710p,
    Emergent_Care_M0830,
    Emergent_Care_Reason_M0840,
    Endocrine_Assess,
    Home_Safety_Assess,
    Hospice_Assess,
    Hospital_Reason_List_M0895,
    Hospital_Reason_M0890,
    Housekeeping_M0750,
    Housekeeping_M0750p,
    Inhalant_Meds_M0790,
    Inhalant_Meds_M0790p,
    Inject_Meds_M0800,
    Inpatient_Facility_M0855,
    Laundry_M0740,
    Laundry_M0740p,
    M0250_Assess,
    M0420_Assess,
	Pain1,
	Pain2,
	Pain3,
	Pain4,
	Pain5,
    M0440_Assess,
    M0490_Assess,
    M0520_Assess,
    M0540_Assess,
    M0550_Assess,
    M0610_Assess,
    M0650_Assess,
    M0810_Assess,
    Meal_Prep_M0720,
    Meal_Prep_M0720p,
    Medical_or_Treatment_Change_M0200,
    Nursing_Home_M0900,
    Oral_Meds_M0780,
    Oral_Meds_M0780p,
    Ostomy_for_Bowel_M0550,
    Patient_Behav_freq_M0620,
    Patient_Behav_Weekly_M0610,
    Patient_Manage_Equip_M0810,
    Resp_Treatments_M0500,
    Shopping_M0760,
    Shopping_M0760p,
    Stasis_Ulcer_M0468,
    Surgical_Wound_Hidden_M0486,
    Surgical_Wound_OB_M0484,
    Surgical_Wound_Status_M0488,
    Therapy_Need_M0825,
    Toileting_M0680p,
    Transferring_M0690,
    Transport_M0730,
    Transport_M0730p,
    Urinary_INcont_M0520,
    Urinary_INcont_when_M0530,
    Use_Phone_M0770,
    Use_Phone_M0770p,
    UTI_M0510,
    When_Anxious_M0580,
    Psy_Nursing_M0630,
    Grooming_M0640,
    Grooming_M0640p,
    Dress_Upper_M0650,
    Dress_Upper_M0650p,
    Dress_Lower_M0660p,
    Bathing_M0670,
    When_Confused_M0570,
    Discharged_From_M0175,
    Bathing_M0670p,
    Toileting_M0680,
    Rehab_Prognosis_M0270,
    Assessment_note,
    Record_Created_By,
    Transmission_status
    FROM #Request.prefix_db_agency#.Assessment_New
    where Assessment_ID='#session.cs.AssessmentId#'
</cfquery>
<cfquery name="Createdby" datasource="#Application.DataSrc#">
	select Last_Name,First_Name from #Request.prefix_db_lookup#.Employee where Employee_ID = '#AssForm.Record_Created_By#'
</cfquery>

<cfscript>
		pat = CreateObject("Component", "assessment");
		get_pain_que = pat.get_pain_ques('1 - Start of care - further visits planned','pain'); 
   </cfscript>

<!-- BEGIN DEFAULT FORM PORTLET -->
<div class="portlet box blue">
    <div class="portlet-title">
        <div class="caption">
            <i class="fa fa-gear"></i> <cfoutput> #DateFormat(AssForm.Start_of_Care_M0030,'mm/dd/yyyy')# - PT Adult Form </cfoutput>
        </div>
		<div class="tools">
		  <a href="javascript:;" class="collapse"></a>
		</div>
    </div>
    <div class="portlet-body form">
        <cfform name="ptupdate" action="index.cfm?a=1&a=1&px=y&page=patient&px=y&cat=ptadultformupdate" method="post" id="ptupdate" onsubmit="document.getElementById('Assessmentnote').value=document.getElementById('Assessment_note').value">
       		<input type="hidden" id="M1010Diagnosisid" name="M1010Diagnosisid">
            <div class="form-body">
			<div class="well">
				<input id="Assessmentnote" name="Assessmentnote" type="hidden">
				<input type="hidden"  name="txtfocus1" id="txtfocus1" value=""/>
				<input type="hidden" name="codetype" id="codetype" value="0"/>
				<input type="hidden" name="tmp" id="tmp" value=""/>
				<input type="hidden" name="assessmentcompleted" id="assessmentcompleted" value="#AssForm.Assessment_Completed_M0090#"/>

				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<label>Reason For Evaluation</label>
							<textarea name="Reason" id="Reason" onBlur="ChangeBlur('ptupdate','Reason')" style="width:100%;max-width:100%;height:80px;" class="form-control"><cfoutput>#AssForm.After_Discharge_Services_M0880#</cfoutput></textarea>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<label>Other Services Involved (By Current Agency)</label>
							<textarea name="Other_Services" id="Other_Services" onBlur="ChangeBlur('ptupdate','Other_Services')" style="width:100%;max-width:100%;height:80px;" class="form-control"><cfoutput>#AssForm.Ambulation_M0700#</cfoutput></textarea>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>Other Agencies Involved</label>
					<textarea name="OtherAgencies" id="OtherAgencies" onBlur="ChangeBlur('ptupdate','OtherAgencies')" style="width:100%;max-width:100%;height:80px;" class="form-control"><cfoutput>#AssForm.Ambulation_M0700p#</cfoutput></textarea>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<label>Pertinent Medical History</label><br>
							<div class="label-stable">
								<div id="PatientHstrydiv" class="checkbox-list">
									<label>
									<input type="checkbox" name="PatientHstry1" onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Arthritis in one or multiple joint" <cfif #AssForm.Bowel_Incont_M0540# contains 'Arthritis in one or multiple joint'>checked</cfif>  /> Arthritis in one or multiple joint</label>
									<label>
									<input type="checkbox" name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"    value="Bowel or bladder incontinence"  <cfif #AssForm.Bowel_Incont_M0540# contains 'Bowel or bladder incontinence'>checked</cfif> /> Bowel or bladder incontinence</label>
									<label>
									<input type="checkbox" name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"    value="Cancer"<cfif #AssForm.Bowel_Incont_M0540# contains 'Cancer'>checked</cfif> /> Cancer</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Chronic fatigue and weakness" <cfif #AssForm.Bowel_Incont_M0540# contains 'Chronic fatigue and weakness'>checked</cfif> /> Chronic fatigue and weakness</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Diabetic wound"<cfif #AssForm.Bowel_Incont_M0540# contains 'Diabetic wound'>checked</cfif> /> Diabetic wound</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Fitness and wellness education"<cfif #AssForm.Bowel_Incont_M0540# contains 'Fitness and wellness education'>checked</cfif> /> Fitness and wellness education</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Fracture/other orthopedic condition"<cfif #AssForm.Bowel_Incont_M0540# contains 'Fracture/other orthopedic condition'>checked</cfif> /> Fracture/other orthopedic condition</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Knee, ankle and foot problem"<cfif #AssForm.Bowel_Incont_M0540# contains 'Knee, ankle and foot problem'>checked</cfif> /> Knee, ankle and foot problem</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Neck pain and low back pain"<cfif #AssForm.Bowel_Incont_M0540# contains 'Neck pain and low back pain'>checked</cfif> /> Neck pain and low back pain</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Non-healing traumatic or post-surgical wound"<cfif #AssForm.Bowel_Incont_M0540# contains 'Non-healing traumatic or post-surgical wound'>checked</cfif> /> Non-healing traumatic or post-surgical wound</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Poor cardiovascular endurance"<cfif #AssForm.Bowel_Incont_M0540# contains 'Poor cardiovascular endurance'>checked</cfif> /> Poor cardiovascular endurance</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Post surgery"<cfif #AssForm.Bowel_Incont_M0540# contains 'Post surgery'>checked</cfif> /> Post surgery</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Post-stroke and spinal cord or head injury"<cfif #AssForm.Bowel_Incont_M0540# contains 'Post-stroke and spinal cord or head injury'>checked</cfif> /> Post-stroke and spinal cord or head injury</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Prevention of osteoporosis"<cfif #AssForm.Bowel_Incont_M0540# contains 'Prevention of osteoporosis'>checked</cfif> /> Prevention of osteoporosis</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Problems with balance or mobility"<cfif #AssForm.Bowel_Incont_M0540# contains 'Problems with balance or mobility'>checked</cfif> /> Problems with balance or mobility</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Repetitive motion injury"<cfif #AssForm.Bowel_Incont_M0540# contains 'Repetitive motion injury'>checked</cfif> /> Repetitive motion injury</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Respiratory problem"<cfif #AssForm.Bowel_Incont_M0540# contains 'Respiratory problem'>checked</cfif> /> Respiratory problem</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Shoulder, arm, hand or wrist problem"<cfif #AssForm.Bowel_Incont_M0540# contains 'Shoulder, arm, hand or wrist problem'>checked</cfif> /> Shoulder, arm, hand or wrist problem</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Slip and/or fall accident"<cfif #AssForm.Bowel_Incont_M0540# contains 'Slip and/or fall accident'>checked</cfif> /> Slip and/or fall accident</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Sports related injury"<cfif #AssForm.Bowel_Incont_M0540# contains 'Sports related injury'>checked</cfif> /> Sports related injury</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Sprain or muscle strain"<cfif #AssForm.Bowel_Incont_M0540# contains 'Sprain or muscle strain'>checked</cfif> /> Sprain or muscle strain</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"    value="Weight loss"<cfif #AssForm.Bowel_Incont_M0540# contains 'Weight loss'>checked</cfif>/> Weight loss</label>
									<label>
									<input type="checkbox"  name="PatientHstry1"  onClick="showother('PatientHstry1','txtBowel_Incont_M0540');"   value="Other"<cfif #AssForm.Bowel_Incont_M0540# contains 'Other'>checked</cfif> /> Other..</label>
								</div>
							</div>
							<cfoutput><textarea <cfif AssForm.Bowel_Incont_M0540 does not contain 'Other'>style="display:none;" </cfif> class="form-control" name="txtBowel_Incont_M0540"  id="txtBowel_Incont_M0540">#AssForm.Bowel_Incont_M0540#</textarea></cfoutput>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<label>Ambulation</label><br>
							<div class="label-stable">
								<div id="Feed" class="radio-list">
									<label>
									<input name="Fee"  type="radio" value="0 - Dependent" onClick="uncheckbox('Fee','ptupdate');" <cfif #AssForm.Therapies_Home_M0250# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="Fee"  type="radio"  onClick="uncheckbox('Fee','ptupdate');" value="1 - Max assist" <cfif #AssForm.Therapies_Home_M0250# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="Fee"  type="radio" value="2 - Mod assist" onClick="uncheckbox('Fee','ptupdate');" <cfif #AssForm.Therapies_Home_M0250# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="Fee"  type="radio" value="3 - Min assist"  onClick="uncheckbox('Fee','ptupdate');"<cfif #AssForm.Therapies_Home_M0250# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="Fee"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('Fee','ptupdate');" <cfif #AssForm.Therapies_Home_M0250# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="Fee"  type="radio" value="5 - Standby assist" onClick="uncheckbox('Fee','ptupdate');" <cfif #AssForm.Therapies_Home_M0250# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="Fee"  type="radio" value="6 - Supervision"  onClick="uncheckbox('Fee','ptupdate');"<cfif #AssForm.Therapies_Home_M0250# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="Fee" type="radio" value="7 - Modified independent" onClick="uncheckbox('Fee','ptupdate');" <cfif #AssForm.Therapies_Home_M0250# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="Fee" type="radio" value="8 - Independent" onClick="uncheckbox('Fee','ptupdate');" <cfif #AssForm.Therapies_Home_M0250# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>Medical Diagnoses <img name="imgbtnadd" id="imgbtnadd" src="../../images/icon_add.png" style="cursor:pointer" /></label>
				</div>
				<div class="well" id="DivSS" style="display:none;">
					<div class="form-group">
						<label><!---Inpatient Facilities ICD10 Codes--->M1021/3/5 ICD and Severity Index: List up to 6 ICDs for which the patient is receiving home care and rate them using the severity index</label>
						<textarea name="M0230txtsearch" id="M0230txtsearch" type="text" value="" class="form-control"></textarea>
					</div>
					<input class="btn btn-sm blue" name="Search" id="Search" type="button" value="Search" onclick="SearchClick();">
					<input class="btn btn-sm blue" name="btnSev" id="btnSev" type="button" value="Redo Find">
					<input class="btn btn-sm btn-default" name="btncancel" id="btncancel" type="button" value="Cancel">
				</div>
				<cfdiv bind="url:#Application.siteURL#/patientadmin_new/M0230Grid.cfm" ID="M0230Div"></cfdiv>
				
				<div class="hidden">
				<div class="form-group">
					<div class="label-stable">
						<label>Use Coding Expert? <img src="../../images/icon_help.png" alt="top" style="cursor:pointer" onclick="help();"></label>
						<div class="checkbox-list">
							<label>
							<input type="checkbox" name="chkM1010Yes" onClick="chkReflect('1')" value="1"> Yes </label>
						</div>
					</div>
				</div>
				</div>
				
				
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<label>Transfers Bed</label><br>
							<div class="label-stable">
								<div id="groomd" class="radio-list">
									<label>
									<input name="groom"  type="radio" value="0 - Dependent" onClick="uncheckbox('groom','ptupdate');" <cfif #AssForm.Hearing_M0400# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="groom"  type="radio"  value="1 - Max assist"  onClick="uncheckbox('groom','ptupdate');"<cfif #AssForm.Hearing_M0400# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="groom"  type="radio" value="2 - Mod assist"  onClick="uncheckbox('groom','ptupdate');"<cfif #AssForm.Hearing_M0400# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="groom"  type="radio" value="3 - Min assist" onClick="uncheckbox('groom','ptupdate');" <cfif #AssForm.Hearing_M0400# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="groom"  type="radio" value="4 - Contact guard assist"  onClick="uncheckbox('groom','ptupdate');"<cfif #AssForm.Hearing_M0400# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="groom"  type="radio" value="5 - Standby assist"  onClick="uncheckbox('groom','ptupdate');"<cfif #AssForm.Hearing_M0400# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="groom"  type="radio" value="6 - Supervision" onClick="uncheckbox('groom','ptupdate');" <cfif #AssForm.Hearing_M0400# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="groom" type="radio" value="7 - Modified independent" onClick="uncheckbox('groom','ptupdate');" <cfif #AssForm.Hearing_M0400# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="groom" type="radio" value="8 - Independent" onClick="uncheckbox('groom','ptupdate');" <cfif #AssForm.Hearing_M0400# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<label>Toilet</label><br>
							<div class="label-stable">
								<div id="Bathd" class="radio-list">
									<label>
									<input name="Bath"  type="radio" value="0 - Dependent" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="Bath"  type="radio"  value="1 - Max assist"  onClick="uncheckbox('Bath','ptupdate');"<cfif #AssForm.Speech_M0410# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="Bath"  type="radio" value="2 - Mod assist" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="Bath"  type="radio" value="3 - Min assist" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="Bath"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="Bath"  type="radio" value="5 - Standby assist" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="Bath"  type="radio" value="6 - Supervision" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="Bath" type="radio" value="7 - Modified independent" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="Bath" type="radio" value="8 - Independent" onClick="uncheckbox('Bath','ptupdate');" <cfif #AssForm.Speech_M0410# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>Chair-Wheelchair</label><br>
					<div class="label-stable">
						<div id="Dressd" class="radio-list">
							<label>
							<input name="Dress"  type="radio" value="0 - Dependent" onClick="uncheckbox('Dress','ptupdate');" <cfif #AssForm.Freq_of_Pain_M0420# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
							<label>
							<input name="Dress"  type="radio"  value="1 - Max assist"  onClick="uncheckbox('Dress','ptupdate');"<cfif #AssForm.Freq_of_Pain_M0420# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
							<label>
							<input name="Dress"  type="radio" value="2 - Mod assist" onClick="uncheckbox('Dress','ptupdate');" <cfif #AssForm.Freq_of_Pain_M0420# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
							<label>
							<input name="Dress"  type="radio" value="3 - Min assist" onClick="uncheckbox('Dress','ptupdate');" <cfif #AssForm.Freq_of_Pain_M0420# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
							<label>
							<input name="Dress"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('Dress','ptupdate');" <cfif #AssForm.Freq_of_Pain_M0420# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
							<label>
							<input name="Dress"  type="radio" value="5 - Standby assist" onClick="uncheckbox('Dress','ptupdate');" <cfif #AssForm.Freq_of_Pain_M0420# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
							<label>
							<input name="Dress"  type="radio" value="6 - Supervision" onClick="uncheckbox('Dress','ptupdate');" <cfif #AssForm.Freq_of_Pain_M0420# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
							<label>
							<input name="Dress" type="radio" value="7 - Modified independent"  onClick="uncheckbox('Dress','ptupdate');"<cfif #AssForm.Freq_of_Pain_M0420# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
							<label>
							<input name="Dress" type="radio" value="8 - Independent" onClick="uncheckbox('Dress','ptupdate');" <cfif #AssForm.Freq_of_Pain_M0420# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
						<label>Bath-Shower</label>
						<div id="LDressd" class="radio-list">
							<label>
							<input name="LDress"  type="radio" value="0 - Dependent" onClick="uncheckbox('LDress','ptupdate');" <cfif #AssForm.Intrac_Pain_M0430# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
							<label>
							<input name="LDress"  type="radio"  value="1 - Max assist" onClick="uncheckbox('LDress','ptupdate');" <cfif #AssForm.Intrac_Pain_M0430# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
							<label>
							<input name="LDress"  type="radio" value="2 - Mod assist" onClick="uncheckbox('LDress','ptupdate');" <cfif #AssForm.Intrac_Pain_M0430# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
							<label>
							<input name="LDress"  type="radio" value="3 - Min assist" onClick="uncheckbox('LDress','ptupdate');" <cfif #AssForm.Intrac_Pain_M0430# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
							<label>
							<input name="LDress"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('LDress','ptupdate');" <cfif #AssForm.Intrac_Pain_M0430# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
							<label>
							<input name="LDress"  type="radio" value="5 - Standby assist"  onClick="uncheckbox('LDress','ptupdate');"<cfif #AssForm.Intrac_Pain_M0430# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
							<label>
							<input name="LDress"  type="radio" value="6 - Supervision"  onClick="uncheckbox('LDress','ptupdate');"<cfif #AssForm.Intrac_Pain_M0430# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
							<label>
							<input name="LDress" type="radio" value="7 - Modified independent" onClick="uncheckbox('LDress','ptupdate');" <cfif #AssForm.Intrac_Pain_M0430# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
							<label>
							<input name="LDress" type="radio" value="8 - Independent" onClick="uncheckbox('LDress','ptupdate');" <cfif #AssForm.Intrac_Pain_M0430# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
						</div>
					</div>
				</div>
				<h4>TO BE ASSESSED BY OT</h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>To & From Floor</label>
								<div id="Homemaked" class="radio-list">
									<label>
									<input name="Homemake"  type="radio" value="0 - Dependent" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="Homemake"  type="radio"  value="1 - Max assist" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="Homemake"  type="radio" value="2 - Mod assist" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="Homemake"  type="radio" value="3 - Min assist" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="Homemake"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="Homemake"  type="radio" value="5 - Standby assist" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="Homemake"  type="radio" value="6 - Supervision"  onClick="uncheckbox('Homemake','ptupdate');"<cfif #AssForm.Pressure_Ulcer_M0445# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="Homemake" type="radio" value="7 - Modified independent" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="Homemake" type="radio" value="8 - Independent" onClick="uncheckbox('Homemake','ptupdate');" <cfif #AssForm.Pressure_Ulcer_M0445# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Automobile</label>
								<div id="DMEd" class="radio-list">
									<label>
									<input name="DME"  type="radio" value="0 - Dependent" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="DME"  type="radio"  value="1 - Max assist" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="DME"  type="radio" value="2 - Mod assist" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="DME"  type="radio" value="3 - Min assist" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="DME"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="DME"  type="radio" value="5 - Standby assist" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="DME"  type="radio" value="6 - Supervision" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="DME" type="radio" value="7 - Modified independent" onClick="uncheckbox('DME','ptupdate');" <cfif #AssForm.Open_Wounds_M0440# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="DME" type="radio" value="8 - Independent"  onClick="uncheckbox('DME','ptupdate');"<cfif #AssForm.Open_Wounds_M0440# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Bet Mobility Rolls to side lying position right</label>
								<div id="Reachd" class="radio-list">
									<label>
									<input name="Reach"  type="radio" value="0 - Dependent"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="Reach"  type="radio"  value="1 - Max assist"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="Reach"  type="radio" value="2 - Mod assist"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="Reach"  type="radio" value="3 - Min assist"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="Reach"  type="radio" value="4 - Contact guard assist"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="Reach"  type="radio" value="5 - Standby assist"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="Reach"  type="radio" value="6 - Supervision"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="Reach" type="radio" value="7 - Modified independent"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="Reach" type="radio" value="8 - Independent"  onClick="uncheckbox('Reach','ptupdate');" <cfif #AssForm.Overall_Prognosis_M0260# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Rolls to side</label>
								<div id="Mouthd" class="radio-list">
									<label>
									<input name="Mouth"  type="radio" value="0 - Dependent"   onClick="uncheckbox('Mouth','ptupdate');"<cfif #AssForm.Transferring_M0690p# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="Mouth"  type="radio"  value="1 - Max assist"  onClick="uncheckbox('Mouth','ptupdate');" <cfif #AssForm.Transferring_M0690p# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="Mouth"  type="radio" value="2 - Mod assist"   onClick="uncheckbox('Mouth','ptupdate');"<cfif #AssForm.Transferring_M0690p# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="Mouth"  type="radio" value="3 - Min assist"  onClick="uncheckbox('Mouth','ptupdate');" <cfif #AssForm.Transferring_M0690p# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="Mouth"  type="radio" value="4 - Contact guard assist"  onClick="uncheckbox('Mouth','ptupdate');" <cfif #AssForm.Transferring_M0690p# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="Mouth"  type="radio" value="5 - Standby assist"  onClick="uncheckbox('Mouth','ptupdate');" <cfif #AssForm.Transferring_M0690p# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="Mouth"  type="radio" value="6 - Supervision"  onClick="uncheckbox('Mouth','ptupdate');" <cfif #AssForm.Transferring_M0690p# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="Mouth" type="radio" value="7 - Modified independent"  onClick="uncheckbox('Mouth','ptupdate');" <cfif #AssForm.Transferring_M0690p# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="Mouth" type="radio" value="8 - Independent"  onClick="uncheckbox('Mouth','ptupdate');" <cfif #AssForm.Transferring_M0690p# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Rolls prone to supine</label>
								<div id="Headd" class="radio-list">
									<label>
									<input name="Head"  type="radio" value="0 - Dependent" onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="Head"  type="radio"  value="1 - Max assist"  onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="Head"  type="radio" value="2 - Mod assist"  onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="Head"  type="radio" value="3 - Min assist"   onClick="uncheckbox('Head','ptupdate');"<cfif #AssForm.Life_Exp_M0280# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="Head"  type="radio" value="4 - Contact guard assist"  onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="Head"  type="radio" value="5 - Standby assist"  onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="Head"  type="radio" value="6 - Supervision"  onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="Head" type="radio" value="7 - Modified independent"  onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="Head" type="radio" value="8 - Independent"  onClick="uncheckbox('Head','ptupdate');" <cfif #AssForm.Life_Exp_M0280# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Rolls supine to prone</label>
								<div id="Backd" class="radio-list">
									<label>
									<input name="Back"  type="radio" value="0 - Dependent" onClick="uncheckbox('Back','ptupdate');"  <cfif #AssForm.High_Risk_Factors_M0290# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
									<label>
									<input name="Back"  type="radio"  value="1 - Max assist" onClick="uncheckbox('Back','ptupdate');" <cfif #AssForm.High_Risk_Factors_M0290# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
									<label>
									<input name="Back"  type="radio" value="2 - Mod assist"  onClick="uncheckbox('Back','ptupdate');"<cfif #AssForm.High_Risk_Factors_M0290# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
									<label>
									<input name="Back"  type="radio" value="3 - Min assist" onClick="uncheckbox('Back','ptupdate');" <cfif #AssForm.High_Risk_Factors_M0290# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
									<label>
									<input name="Back"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('Back','ptupdate');" <cfif #AssForm.High_Risk_Factors_M0290# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
									<label>
									<input name="Back"  type="radio" value="5 - Standby assist"  onClick="uncheckbox('Back','ptupdate');"<cfif #AssForm.High_Risk_Factors_M0290# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
									<label>
									<input name="Back"  type="radio" value="6 - Supervision" onClick="uncheckbox('Back','ptupdate');" <cfif #AssForm.High_Risk_Factors_M0290# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
									<label>
									<input name="Back" type="radio" value="7 - Modified independent" onClick="uncheckbox('Back','ptupdate');" <cfif #AssForm.High_Risk_Factors_M0290# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
									<label>
									<input name="Back" type="radio" value="8 - Independent" onClick="uncheckbox('Back','ptupdate');" <cfif #AssForm.High_Risk_Factors_M0290# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
						<label>Sits up and maintains balance</label>
						<div id="long_Backd" class="radio-list">
							<label>
							<input name="long_Back"  type="radio" value="0 - Dependent"  onClick="uncheckbox('long_Back','ptupdate');"<cfif #AssForm.Vision_M0390# contains '0 - Dependent'>checked</cfif>/> 0 - Dependent</label>
							<label>
							<input name="long_Back"  type="radio"  value="1 - Max assist" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '1 - Max assist'>checked</cfif>/> 1 - Max assist</label>
							<label>
							<input name="long_Back"  type="radio" value="2 - Mod assist" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '2 - Mod assist'>checked</cfif>/> 2 - Mod assist</label>
							<label>
							<input name="long_Back"  type="radio" value="3 - Min assist" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '3 - Min assist'>checked</cfif>/> 3 - Min assist</label>
							<label>
							<input name="long_Back"  type="radio" value="4 - Contact guard assist" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '4 - Contact guard assist'>checked</cfif>/> 4 - Contact guard assist</label>
							<label>
							<input name="long_Back"  type="radio" value="5 - Standby assist" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '5 - Standby assist'>checked</cfif>/> 5 - Standby assist</label>
							<label>
							<input name="long_Back"  type="radio" value="6 - Supervision" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '6 - Supervision'>checked</cfif>/> 6 - Supervision</label>
							<label>
							<input name="long_Back" type="radio" value="7 - Modified independent" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '7 - Modified independent'>checked</cfif>/> 7 - Modified independent</label>
							<label>
							<input name="long_Back" type="radio" value="8 - Independent" onClick="uncheckbox('long_Back','ptupdate');" <cfif #AssForm.Vision_M0390# contains '8 - Independent'>checked</cfif>/> 8 - Independent</label>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Balance/Gait Sitting</label>
								<div id="Sided" class="radio-list">
									<label>
									<input type="radio"  name="Side"  value="0/5 - zero, unable to be placed in sitting position" onClick="uncheckbox('Side','ptupdate');" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '0/5 - zero, unable to be placed in sitting position'>checked</cfif>/> 0/5 - zero, unable to be placed in sitting position</label>
									<label>
									<input type="radio"  name="Side"  value="1/5 - max impaired , less than 25perc accuracy" onClick="uncheckbox('Side','ptupdate');"  <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '1/5 - max impaired , less than 25perc accuracy'>checked</cfif>/> 1/5 - max impaired , less than 25perc accuracy</label>
									<label>
									<input type="radio"  name="Side"  onClick="uncheckbox('Side','ptupdate');"  value="2/5 - poor, maintains sitting position with max physical assistance" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '2/5 - poor, maintains sitting position with max physical assistance'>checked</cfif>/> 2/5 - poor, maintains sitting position with max physical assistance</label>
									<label>
									<input type="radio"  name="Side" onClick="uncheckbox('Side','ptupdate');"   value="3/5 - fair, maintains sitting position with guarding assistance" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '3/5 - fair, maintains sitting position with guarding assistance'>checked</cfif>/> 3/5 - fair, maintains sitting position with guarding assistance</label>
									<label>
									<input type="radio"  name="Side" onClick="uncheckbox('Side','ptupdate');"   value="4/5 - good, maintains sitting position against min-mod resistance" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '4/5 - good, maintains sitting position against min-mod resistance'>checked</cfif>/> 4/5 - good, maintains sitting position against min-mod resistance</label>
									<label>
									<input type="radio"  name="Side" onClick="uncheckbox('Side','ptupdate');"   value="5/5 - normal, maintains sitting position against max resistance" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '5/5 - normal, maintains sitting position against max resistance'>checked</cfif>/> 5/5 - normal, maintains sitting position against max resistance</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Standing</label>
								<div id="Coordinationd" class="radio-list">
									<label>
									<input type="radio"  name="Coordination"  onClick="uncheckbox('Coordination','ptupdate');"  value="0/5 - zero, unable to be placed in standing position" <cfif #AssForm.Pressure_Ulcer_b_M0450# contains '0/5 - zero, unable to be placed in standing position'>checked</cfif>/> 0/5 - zero, unable to be placed in standing position</label>
									<label>
									<input type="radio"  name="Coordination"  onClick="uncheckbox('Coordination','ptupdate');" value="1/5 - max impaired , less than 25perc accuracy" <cfif #AssForm.Pressure_Ulcer_b_M0450# contains '1/5 - max impaired , less than 25perc accuracy'>checked</cfif>/> 1/5 - max impaired , less than 25perc accuracy</label>
									<label>
									<input type="radio"  name="Coordination" onClick="uncheckbox('Coordination','ptupdate');"  value="2/5 - poor, maintains standing position with max physical assistance" <cfif #AssForm.Pressure_Ulcer_b_M0450# contains '2/5 - poor, maintains standing position with max physical assistance'>checked</cfif>/> 2/5 - poor, maintains standing position with max physical assistance</label>
									<label>
									<input type="radio"  name="Coordination" onClick="uncheckbox('Coordination','ptupdate');"  value="3/5 - fair, maintains standing position with guarding assistance" <cfif #AssForm.Pressure_Ulcer_b_M0450# contains '3/5 - fair, maintains standing position with guarding assistance'>checked</cfif>/> 3/5 - fair, maintains standing position with guarding assistance</label>
									<label>
									<input type="radio"  name="Coordination"  onClick="uncheckbox('Coordination','ptupdate');" value="4/5 - good, maintains standing position against min-mod resistance" <cfif #AssForm.Pressure_Ulcer_b_M0450# contains '4/5 - good, maintains standing position against min-mod resistance'>checked</cfif>/> 4/5 - good, maintains standing position against min-mod resistance</label>
									<label>
									<input type="radio"  name="Coordination"  onClick="uncheckbox('Coordination','ptupdate');" value="5/5 - normal, maintains standing position against max resistance" <cfif #AssForm.Pressure_Ulcer_b_M0450# contains '5/5 - normal, maintains standing position against max resistance'>checked</cfif>/> 5/5 - normal, maintains standing position against max resistance</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Distance</label>
								<div id="Gaitd" class="radio-list">
									<label>
									<input type="radio"  name="Gait"  onClick="uncheckbox('Gait','ptupdate');" value="0 - Travels 1 foot per second with assistive device" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '0 - Travels 1 foot per second with assistive device'>checked</cfif>/> 0 - Travels 1 foot per second with assistive device</label>
									<label>
									<input type="radio"  name="Gait"  onClick="uncheckbox('Gait','ptupdate');"  value="1 - Travels 2 feet per second with assistive device" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '1 - Travels 2 feet per second with assistive device'>checked</cfif>/> 1 - Travels 2 feet per second with assistive device</label>
									<label>
									<input type="radio"  name="Gait"  onClick="uncheckbox('Gait','ptupdate');"  value="2 - Travels 3 feet per second with assistive device" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '2 - Travels 3 feet per second with assistive device'>checked</cfif>/> 2 - Travels 3 feet per second with assistive device</label>
									<label>
									<input type="radio"  name="Gait"   onClick="uncheckbox('Gait','ptupdate');" value="3 - Travels 1 foot per second without assistive device" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '3 - Travels 1 foot per second without assistive device'>checked</cfif>/> 3 - Travels 1 foot per second without assistive device</label>
									<label>
									<input type="radio"  name="Gait"   onClick="uncheckbox('Gait','ptupdate');" value="4 - Travels 2 feet per second without assistive device" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '4 - Travels 2 feet per second without assistive device'>checked</cfif>/> 4 - Travels 2 feet per second without assistive device</label>
									<label>
									<input type="radio"  name="Gait"   onClick="uncheckbox('Gait','ptupdate');" value="5 - Travels 3 feet per second without assistive device" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '5 - Travels 3 feet per second without assistive device'>checked</cfif>/> 5 - Travels 3 feet per second without assistive device</label>
									<label>
									<input name="Gait"  type="radio"  onClick="uncheckbox('Gait','ptupdate');" value="Other" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains 'Other'>checked</cfif>/> Other..</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Gait Surface</label>
								<div id="Graspd" class="radio-list">
									<label>
									<input type="radio"  name="Grasp"  onClick="uncheckbox('Grasp','ptupdate');"  value="0 - Unable to navigate flat surfaces with or without assistive device" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '0 - Unable to navigate flat surfaces with or without assistive device'>checked</cfif>/> 0 - Unable to navigate flat surfaces with or without assistive device</label>
									<label>
									<input type="radio"  name="Grasp"  onClick="uncheckbox('Grasp','ptupdate');"  value="1 - Navigates flat surfaces with assistive device" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '1 - Navigates flat surfaces with assistive device'>checked</cfif>/> 1 - Navigates flat surfaces with assistive device</label>
									<label>
									<input type="radio"  name="Grasp"  onClick="uncheckbox('Grasp','ptupdate');"  value="2 - Navigates flat surfaces without assistive device" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '2 - Navigates flat surfaces without assistive device'>checked</cfif>/> 2 - Navigates flat surfaces without assistive device</label>
									<label>
									<input type="radio"  name="Grasp"   onClick="uncheckbox('Grasp','ptupdate');" value="3 - Navigates different surfaces with assistive device" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '3 - Navigates different surfaces with assistive device'>checked</cfif>/> 3 - Navigates different surfaces with assistive device</label>
									<label>
									<input type="radio"  name="Grasp"   onClick="uncheckbox('Grasp','ptupdate');" value="4 - Navigates different surfaces without assistive device" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '4 - Navigates different surfaces without assistive device'>checked</cfif>/> 4 - Navigates different surfaces without assistive device</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
				  <p>Balance OR Gail Tests</p>
					<div class="col-md-4">
						<div class="form-group">
							<label>Berg Score</label>
							<input type="text" class="form-control" name="Berg_Score" id="Berg_Score" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="ChangeBlur('ptupdate','Berg_Score')" <cfif trim(AssForm.Pressure_Ulcer_c_M0450) eq ''><cfelse> value="<cfoutput>#AssForm.Pressure_Ulcer_c_M0450#</cfoutput>"</cfif> />
						</div>
					</div>
					<div class="col-md-4">
						<div class="form-group">
							<label>Tinetti Score</label>
							<input type="text" class="form-control" name="Tinetti_Score" onpaste="return false;" onKeyPress="return textcheck(event);" id="Tinetti_Score" onBlur="ChangeBlur('ptupdate','Tinetti_Score')" <cfif trim(AssForm.Pressure_Ulcer_d_M0450) eq ''> <cfelse> value="<cfoutput>#AssForm.Pressure_Ulcer_d_M0450#</cfoutput>"</cfif> />
						</div>
					</div>
					<div class="col-md-4">
					  <div class="form-group">
					<label>TUG Test</label>
					<input type="text" class="form-control" name="TUG_Test" onKeyPress="return textcheck(event);" onpaste="return false;" id="TUG_Test" onBlur="ChangeBlur('ptupdate','TUG_Test')" <cfif trim(AssForm.Inject_Meds_m0800p) eq ''><cfelse>  value="<cfoutput>#AssForm.Inject_Meds_m0800p#</cfoutput>"</cfif> />
				</div>
					</div>
				</div>
				
				<h4>MUSCLE STRENGTH</h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Left Upper Extremity</label>
								<div id="UPPER_Reachd" class="radio-list">
									<label>
									<input type="radio"  name="UPPER_Reach" value="0 - Absent"  <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '0 - Absent'>checked</cfif> /> 0 - Absent</label>
									<label>
									<input type="radio"  name="UPPER_Reach" value="1 - Trace" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '1 - Trace'>checked</cfif> /> 1 - Trace</label>
									<label>
									<input type="radio"  name="UPPER_Reach"  value="2 - Poor" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '2 - Poor'>checked</cfif>/> 2 - Poor </label>
									<label>
									<input type="radio"  name="UPPER_Reach"  value="3 - Fair" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '3 - Fair'>checked</cfif>/> 3 - Fair</label>
									<label>
									<input type="radio"  name="UPPER_Reach"  value="4 - Within Normal Limits" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '4 - Within Normal Limits'>checked</cfif>/> 4 - Within Normal Limits</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Right Upper Extremity</label>
								<div id="Respiratoryd" class="radio-list">
									<label>
									<input type="radio"  name="Respiratory" value="0 - Absent"  <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '0 - Absent'>checked</cfif> /> 0 - Absent</label>
									<label>
									<input type="radio"  name="Respiratory" value="1 - Trace" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '1 - Trace'>checked</cfif> /> 1 - Trace</label>
									<label>
									<input type="radio"  name="Respiratory"  value="2 - Poor" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '2 - Poor'>checked</cfif>/> 2 - Poor</label>
									<label>
									<input type="radio"  name="Respiratory"  value="3 - Fair" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '3 - Fair'>checked</cfif>/> 3 - Fair</label>
									<label>
									<input type="radio"  name="Respiratory"  value="4 - Within Normal Limits" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '4 - Within Normal Limits'>checked</cfif>/> 4 - Within Normal Limits</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Left Lower Extremity</label>
								<div id="UPPER_Mouthd" class="radio-list">
									<label>
									<input type="radio"  name="UPPER_Mouth" value="0 - Absent"  <cfif #AssForm.Breathing_M0490# contains '0 - Absent'>checked</cfif> /> 0 - Absent</label>
									<label>
									<input type="radio"  name="UPPER_Mouth" value="1 - Trace" <cfif #AssForm.Breathing_M0490# contains '1 - Trace'>checked</cfif> /> 1 - Trace</label>
									<label>
									<input type="radio"  name="UPPER_Mouth"  value="2 - Poor" <cfif #AssForm.Breathing_M0490# contains '2 - Poor'>checked</cfif>/> 2 - Poor</label>
									<label>
									<input type="radio"  name="UPPER_Mouth"  value="3 - Fair" <cfif #AssForm.Breathing_M0490# contains '3 - Fair'>checked</cfif>/> 3 - Fair</label>
									<label>
									<input type="radio"  name="UPPER_Mouth"  value="4 - Within Normal Limits" <cfif #AssForm.Breathing_M0490# contains '4 - Within Normal Limits'>checked</cfif>/> 4 - Within Normal Limits</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Right Lower Extremity</label>
								<div id="Right_Lowerd" class="radio-list">
									<label>
									<input type="radio"  name="Right_Lower" value="0 - Absent"  <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '0 - Absent'>checked</cfif> /> 0 - Absent</label>
									<label>
									<input type="radio"  name="Right_Lower" value="1 - Trace" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '1 - Trace'>checked</cfif> /> 1 - Trace</label>
									<label>
									<input type="radio"  name="Right_Lower"  value="2 - Poor" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '2 - Poor'>checked</cfif>/> 2 - Poor</label>
									<label>
									<input type="radio"  name="Right_Lower"  value="3 - Fair" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '3 - Fair'>checked</cfif>/> 3 - Fair</label>
									<label>
									<input type="radio"  name="Right_Lower"  value="4 - Within Normal Limits" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '4 - Within Normal Limits'>checked</cfif>/> 4 - Within Normal Limits</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Left Hand</label>
								<div id="UPPER_Headd" class="radio-list">
									<label>
									<input type="radio"  name="UPPER_Head" value="0 - Absent"  <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '0 - Absent'>checked</cfif> /> 0 - Absent</label>
									<label>
									<input type="radio"  name="UPPER_Head" value="1 - Trace" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '1 - Trace'>checked</cfif> /> 1 - Trace</label>
									<label>
									<input type="radio"  name="UPPER_Head"  value="2 - Poor" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '2 - Poor'>checked</cfif>/> 2 - Poor</label>
									<label>
									<input type="radio"  name="UPPER_Head"  value="3 - Fair" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '3 - Fair'>checked</cfif>/> 3 - Fair</label>
									<label>
									<input type="radio"  name="UPPER_Head"  value="4 - Within Normal Limits" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '4 - Within Normal Limits'>checked</cfif>/> 4 - Within Normal Limits</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Right Hand</label>
								<div id="Right_Handd" class="radio-list">
									<label>
									<input type="radio"  name="Right_Hand" value="0 - Absent"  <cfif #AssForm.Surgical_Wound_M0482# contains '0 - Absent'>checked</cfif> /> 0 - Absent</label>
									<label>
									<input type="radio"  name="Right_Hand" value="1 - Trace" <cfif #AssForm.Surgical_Wound_M0482# contains '1 - Trace'>checked</cfif> /> 1 - Trace</label>
									<label>
									<input type="radio"  name="Right_Hand"  value="2 - Poor" <cfif #AssForm.Surgical_Wound_M0482# contains '2 - Poor'>checked</cfif>/> 2 - Poor</label>
									<label>
									<input type="radio"  name="Right_Hand"  value="3 - Fair" <cfif #AssForm.Surgical_Wound_M0482# contains '3 - Fair'>checked</cfif>/> 3 - Fair</label>
									<label>
									<input type="radio"  name="Right_Hand"  value="4 - Within Normal Limits" <cfif #AssForm.Surgical_Wound_M0482# contains '4 - Within Normal Limits'>checked</cfif>/> 4 - Within Normal Limits</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<h4>Range Of Motion</h4>
				<div id="Shoulder">
					<h4>Elbow</h4>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired1" class="form-group">
								<label>Flexion - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Impaired1"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Impaired1','Impaired','Impaired')" value="<cfoutput>#AssForm.Caregiver_Manage_Equip_M0820#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired2" class="form-group">
								<label>Flexion - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Impaired2"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Impaired2','Impaired')" value="<cfoutput>#AssForm.Cog_Function_M0560#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired3" class="form-group">
								<label>Flexion - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Impaired3"   onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired3','Impaired')" value="<cfoutput>#AssForm.Conditions_Prior_M0220#</cfoutput>" >
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired4" class="form-group">
								<label>Flexion - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Impaired4"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired4','Impaired')" value="<cfoutput>#AssForm.Depressive_Feelings_M0590#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired5" class="form-group">
								<label>Hyperextension - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Impaired5"   onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired5','Impaired')" value="<cfoutput>#AssForm.Discharge_Disposition_M0870#</cfoutput>" >
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired6" class="form-group">
								<label>Hyperextension - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Impaired6" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Impaired6','Impaired')" value="<cfoutput>#AssForm.Eating_M0710#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired7" class="form-group">
								<label>Hyperextension - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Impaired7" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired7','Impaired')"  value="<cfoutput>#AssForm.Eating_M0710p#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired8" class="form-group">
								<label>Hyperextension - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Impaired8"  onpaste="return false;" onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired8','Impaired')"  value="<cfoutput>#AssForm.Emergent_Care_M0830#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired9" class="form-group">
								<label>Pronation - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Impaired9" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired9','Impaired')" value="<cfoutput>#AssForm.Emergent_Care_Reason_M0840#</cfoutput>" >
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired10" class="form-group">
								<label>Pronation - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Impaired10" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Impaired10','Impaired')" value="<cfoutput>#AssForm.Endocrine_Assess#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired11" class="form-group">
								<label>Pronation - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Impaired11" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired11','Impaired')"  value="<cfoutput>#AssForm.Home_Safety_Assess#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired12" class="form-group">
								<label>Pronation - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Impaired12"  onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Impaired12','Impaired')" value="<cfoutput>#AssForm.Hospice_Assess#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired13" class="form-group">
								<label>Supination - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Impaired13" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Impaired13','Impaired')" value="<cfoutput>#AssForm.Hospital_Reason_List_M0895#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired14" class="form-group">
								<label>Supination - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Impaired14" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired14','Impaired')"  value="<cfoutput>#AssForm.Hospital_Reason_M0890#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Impaired15" class="form-group">
								<label>Supination - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Impaired15" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Impaired15','Impaired')" value="<cfoutput>#AssForm.Housekeeping_M0750#</cfoutput>" >
							</div>
						</div>
						<div class="col-md-6">
							<div id="Impaired16" class="form-group">
								<label>Supination - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Impaired16"  onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Impaired16','Impaired')" value="<cfoutput>#AssForm.Housekeeping_M0750p#</cfoutput>">
							</div>
						</div>
					</div>
				</div>
				<div id="Shoulder">
					<h4>Shoulder</h4>
					<div class="row">
						<div class="col-md-6">
							<div id="Shoulder1" class="form-group">
								<label>Flexion - PROM - Right  :</label>
								<input type="text" class="loginbox form-control"  name="Shoulder1" onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Shoulder1','Shoulder')" value="<cfoutput>#AssForm.Inhalant_Meds_M0790#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Shoulder2" class="form-group">
								<label>Flexion - PROM - Left  :</label>
								<input type="text" class="loginbox form-control"  name="Shoulder2" onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Shoulder2','Shoulder')" value="<cfoutput>#AssForm.Inhalant_Meds_M0790p#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Shoulder3" class="form-group">
								<label>Flexion - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Shoulder3" onpaste="return false;" onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Shoulder3','Shoulder')"  value="<cfoutput>#AssForm.Inject_Meds_M0800#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Shoulder4" class="form-group">
								<label>Flexion - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Shoulder4" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Shoulder4','Shoulder')" value="<cfoutput>#AssForm.Inpatient_Facility_M0855#</cfoutput>" >
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Shoulder5" class="form-group">
								<label>Abduction - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Shoulder5" onpaste="return false;" onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Shoulder5','Shoulder')" value="<cfoutput>#AssForm.Laundry_M0740#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Shoulder6" class="form-group">
								<label>Abduction - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Shoulder6" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Shoulder6','Shoulder')"  value="<cfoutput>#AssForm.Laundry_M0740p#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Shoulder7" class="form-group">
								<label>Abduction - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Shoulder7"  onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Shoulder7','Shoulder')" value="<cfoutput>#AssForm.M0250_Assess#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Shoulder8" class="form-group">
								<label>Abduction - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Shoulder8" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Shoulder8','Shoulder')" value="<cfoutput>#AssForm.M0420_Assess#</cfoutput>" >
							</div>
						</div>
					</div>
				</div>
				<div id="Hip">
					<h4>Hip</h4>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip1" class="form-group">
								<label>Flexion - PROM - Right  :</label>
								<input type="text" class="loginbox form-control"  name="Hip1" onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Hip1','Hip')" value="<cfoutput>#AssForm.M0440_Assess#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip2" class="form-group">
								<label>Flexion - PROM - Left  :</label>
								<input type="text" class="loginbox form-control"  name="Hip2" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Hip2','Hip')" value="<cfoutput>#AssForm.M0490_Assess#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip3" class="form-group">
								<label>Flexion - AROM - Right  :</label>
								<input type="text" class="loginbox form-control"  name="Hip3" onpaste="return false;" onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip3','Hip')"  value="<cfoutput>#AssForm.M0520_Assess#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip4" class="form-group">
								<label>Flexion - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Hip4"  onpaste="return false;" onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip4','Hip')"  value="<cfoutput>#AssForm.M0540_Assess#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip5" class="form-group">
								<label>Abduction - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Hip5" onpaste="return false;" onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip5','Impaired')" value="<cfoutput>#AssForm.M0550_Assess#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip6" class="form-group">
								<label>Abduction - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Hip6" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip6','Hip')" value="<cfoutput>#AssForm.M0610_Assess#</cfoutput>" >
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip7" class="form-group">
								<label>Abduction - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Hip7" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Hip7','Hip')" value="<cfoutput>#AssForm.M0650_Assess#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip8" class="form-group">
								<label>Abduction - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Hip8" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip8','Hip')" value="<cfoutput>#AssForm.M0810_Assess#</cfoutput>" >
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip9" class="form-group">
								<label>Internal Rotation - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Hip9" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip9','Hip')"  value="<cfoutput>#AssForm.Meal_Prep_M0720#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip10" class="form-group">
								<label>Internal Rotation - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Hip10"  onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Hip10','Hip')" value="<cfoutput>#AssForm.Meal_Prep_M0720p#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip11" class="form-group">
								<label>Internal Rotation - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Hip11" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip11','Hip')"  value="<cfoutput>#AssForm.Medical_or_Treatment_Change_M0200#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip12" class="form-group">
								<label>Internal Rotation - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Hip12" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Hip12','Hip')" value="<cfoutput>#AssForm.Nursing_Home_M0900#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip13" class="form-group">
								<label>External Rotation - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Hip13" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Hip13','Hip')" value="<cfoutput>#AssForm.Oral_Meds_M0780#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip14" class="form-group">
								<label>External Rotation - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Hip14" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip14','Hip')"  value="<cfoutput>#AssForm.Oral_Meds_M0780p#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Hip15" class="form-group">
								<label>External Rotation - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Hip15" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Hip15','Hip')" value="<cfoutput>#AssForm.Ostomy_for_Bowel_M0550#</cfoutput>" >
							</div>
						</div>
						<div class="col-md-6">
							<div id="Hip16" class="form-group">
								<label>External Rotation - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Hip16" onpaste="return false;"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Hip16','Hip')" value="<cfoutput>#AssForm.Patient_Behav_freq_M0620#</cfoutput>">
							</div>
						</div>
					</div>
				</div>
				<div id="Knee">
					<h4>Knee</h4>
					<div class="row">
						<div class="col-md-6">
							<div id="Knee1" class="form-group">
								<label>Flexion - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Knee1"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Knee1','Knee')" value="<cfoutput>#AssForm.Patient_Behav_Weekly_M0610#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Knee2" class="form-group">
								<label>Flexion - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Knee2"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Knee2','Knee')" value="<cfoutput>#AssForm.Patient_Manage_Equip_M0810#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Knee3" class="form-group">
								<label>Flexion - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Knee3"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Knee3','Knee')"  value="<cfoutput>#AssForm.Resp_Treatments_M0500#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Knee4" class="form-group">
								<label>Flexion - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Knee4" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Knee4','Knee')"  value="<cfoutput>#AssForm.Shopping_M0760#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Knee5" class="form-group">
								<label>Extension - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Knee5"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Knee5','Knee')" value="<cfoutput>#AssForm.Shopping_M0760p#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Knee6" class="form-group">
								<label>Extension - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Knee6" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Knee6','Knee')"  value="<cfoutput>#AssForm.Stasis_Ulcer_M0468#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Knee7" class="form-group">
								<label>Extension - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Knee7" onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Knee7','Knee')" value="<cfoutput>#AssForm.Surgical_Wound_Hidden_M0486#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Knee8" class="form-group">
								<label>Extension - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Knee8" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Knee8','Knee')"  value="<cfoutput>#AssForm.Surgical_Wound_OB_M0484#</cfoutput>">
							</div>
						</div>
					</div>
				</div>
				<div id="Ankle">
					<h4>Ankle</h4>
					<div class="row">
						<div class="col-md-6">
							<div id="Ankle1" class="form-group">
								<label>Flexion - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Ankle1"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Ankle1','Ankle')" value="<cfoutput>#AssForm.Surgical_Wound_Status_M0488#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Ankle2" class="form-group">
								<label>Flexion - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Ankle2"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Ankle2','Ankle')" value="<cfoutput>#AssForm.Therapy_Need_M0825#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Ankle3" class="form-group">
								<label>Flexion - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Ankle3"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Ankle3','Ankle')"  value="<cfoutput>#AssForm.Toileting_M0680p#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Ankle4" class="form-group">
								<label>Flexion - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Ankle4"   onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Ankle4','Ankle')"  value="<cfoutput>#AssForm.Transferring_M0690#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Ankle5" class="form-group">
								<label>Extension - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Ankle5"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Ankle5','Ankle')" value="<cfoutput>#AssForm.Transport_M0730#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Ankle6" class="form-group">
								<label>Extension - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Ankle6" onpaste="return false;"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Ankle6','Ankle')"  value="<cfoutput>#AssForm.Transport_M0730p#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Ankle7" class="form-group">
								<label>Extension - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" name="Ankle7" onpaste="return false;" onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Ankle7','Ankle')" value="<cfoutput>#AssForm.Urinary_INcont_M0520#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Ankle8" class="form-group">
								<label>Extension - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" name="Ankle8"  onpaste="return false;" onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Ankle8','Ankle')"  value="<cfoutput>#AssForm.Urinary_INcont_when_M0530#</cfoutput>">
							</div>
						</div>
					</div>
				</div>
				<div id="Cervical_Spine">
					<h4>Cervical_Spine</h4>
					<div class="row">
						<div class="col-md-6">
							<div id="Cervical_Spine1" class="form-group">
								<label>Flexion - PROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Cervical_Spine1"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Cervical_Spine1','Cervical_Spine')" value="<cfoutput>#AssForm.Use_Phone_M0770#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Cervical_Spine2" class="form-group">
								<label>Flexion - PROM - Left  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Cervical_Spine2"  onKeyPress="return textcheck(event);"  onBlur="textBlur('ptupdate','Cervical_Spine2','Cervical_Spine')" value="<cfoutput>#AssForm.Use_Phone_M0770p#</cfoutput>">
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-6">
							<div id="Cervical_Spine3" class="form-group">
								<label>Flexion - AROM - Right  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;"  name="Cervical_Spine3"  onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Cervical_Spine3','Cervical_Spine')"  value="<cfoutput>#AssForm.UTI_M0510#</cfoutput>">
							</div>
						</div>
						<div class="col-md-6">
							<div id="Cervical_Spine4" class="form-group">
								<label>Flexion - AROM - Left  :</label>
								<input type="text" class="loginbox form-control" onpaste="return false;" name="Cervical_Spine4"   onKeyPress="return textcheck(event);" onBlur="textBlur('ptupdate','Cervical_Spine4','Cervical_Spine')" value="<cfoutput>#AssForm.When_Anxious_M0580#</cfoutput>" >
							</div>
						</div>
					</div>
				</div>
				<!--- Pain Assessment start--->
				<div class="portlet box green">
						<div class="portlet-title">
							<div class="caption">
								<i class="fa fa-gear"></i>
								<cfif AssForm.M0420_Assess EQ 'No Pain'>
									No Pain
								<cfelseif AssForm.M0420_Assess NEQ "" AND AssForm.Pain1 NEQ "" AND AssForm.Pain2 NEQ "" AND AssForm.Pain3 NEQ "" AND AssForm.Pain4 NEQ "" AND AssForm.Pain5 NEQ "">
									Pain Assessment
								<cfelse>
									Pain assessment incomplete
								</cfif>
							</div>
							<div class="tools">
							 <a href="javascript:;" class="expand"></a>
							 </div>
						</div>
						<div class="portlet-body" style="display:none">
							 <cfoutput query="get_pain_que">
											   <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
														  <label class="bold">#get_pain_que.questions#</label>
															<cfscript>
															   get_pain_anw = pat.get_pain_anw(#get_pain_que.id#); 
															</cfscript>
															<div class="form-group">
															 <cfset  cheked_value = "AssForm."&get_pain_anw.answer_label />
															<cfloop query="get_pain_anw">
																<cfif answer_type EQ 'radio'>
																					   <div class="radio-list">
																							   <label> <input type="#answer_type#" name="#answer_label#" id="#answer_label#" value="#answer#" <cfif #Evaluate(Variables.cheked_value)#  EQ  #answer#>checked </cfif>><span>#answer#</span></label>
																						</div>
																		<cfelseif answer_type EQ 'checkbox'>
																						   <div class="checkbox-list">
																							  <label><input type="#answer_type#"  name="#answer_label#" id="#answer_label#" value="#answer#" <cfif #Evaluate(Variables.cheked_value)#  Contains  #answer#>checked</cfif>>#answer#
																							 </label>
																						</div>
																		</cfif>
																</cfloop>
															</div>
													</div>
												</cfoutput>
											  <table style="text-align:center;">
													<tr>
														<td width="10%">
															<img src="../../images/smily0.gif" />
														</td>
														<td width="10%">
															<img src="../../images/smily2.gif"/>
														</td>
														<td width="10%">
															<img src="../../images/smily4.gif" />
														</td>
														<td width="10%">
															<img src="../../images/smily6.gif"/>
														</td>
														<td width="10%">
															<img src="../../images/smily8.gif" />
														</td>
														<td width="10%">
															<img src="../../images/smily10.gif"/>
														</td>
													</tr>
													<tr>
														<td  width="10%">0</td>
														<td width="10%">2</td>
														<td width="10%">4</td>
														<td width="10%">6</td>
														<td width="10%">8</td>
														<td width="10%">10</td>
													</tr>
												</table>
												<p style="color:red">
													<cfif AssForm.M0420_Assess NEQ "" AND AssForm.Pain1 NEQ "" AND AssForm.Pain2 NEQ "" AND AssForm.Pain3 NEQ "" AND AssForm.Pain4 NEQ "" AND AssForm.Pain5 NEQ "">
														pain assessment indicates #AssForm.M0420_Assess# #AssForm.Pain2# requiring medication every as  needed pain relief resolves pain
													<cfelse>
														Pain assessment incomplete
													</cfif>
												</p>
										<div class="form-actions">
											 <input class="btn blue" type="button" name="pain" value="Update Pain Level" onclick="return other_assessment_validation('pain');">
									 </div>
									 </div>
				   </div>
				<!---  Pain Assessment End--->
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Joints</label>
								<div id="Jointsd" class="checkbox-list">
									<label>
									<input type="checkbox"  name="Joints"  onClick="showother('Joints','txtBathing_M0670');"    value="0 - Enlarged" <cfif #AssForm.Bathing_M0670# contains '0 - Enlarged'>checked</cfif>/> 0 - Enlarged</label>
									<label>
									<input type="checkbox"  name="Joints"  onClick="showother('Joints','txtBathing_M0670');"   value="1 - Warm" <cfif #AssForm.Bathing_M0670# contains '1 - Warm'>checked</cfif>/> 1 - Warm</label>
									<label>
									<input type="checkbox" name="Joints"  onClick="showother('Joints','txtBathing_M0670');"    value="2 - Red" <cfif #AssForm.Bathing_M0670# contains '2 - Red'>checked</cfif> /> 2 - Red</label>
									<label>
									<input type="checkbox"  name="Joints"  onClick="showother('Joints','txtBathing_M0670');"   value="3 - Stiff" <cfif #AssForm.Bathing_M0670# contains '3 - Stiff'>checked</cfif>/> 3 - Stiff</label>
									<label>
									<input type="checkbox"  name="Joints"  onClick="showother('Joints','txtBathing_M0670');"   value="4 - Painful" <cfif #AssForm.Bathing_M0670# contains '4 - Painful'>checked</cfif>/> 4 - Painful</label>
									<label>
									<input type="checkbox"  name="Joints"  onClick="showother('Joints','txtBathing_M0670');"   value="5 - Asymptomatic" <cfif #AssForm.Bathing_M0670# contains '5 - Asymptomatic'>checked</cfif>/> 5 - Asymptomatic</label>
									<label>
									<input type="checkbox"  name="Joints"  onClick="showother('Joints','txtBathing_M0670');"   value="Other" <cfif #AssForm.Bathing_M0670# contains 'Other'>checked</cfif>/> Other..</label>
								</div>
							</div>
							<cfoutput><textarea <cfif AssForm.Bathing_M0670 does not contain 'Other'>style="display:none;" </cfif> class="form-control" name="txtBathing_M0670"  id="txtBathing_M0670">#AssForm.Bathing_M0670#</textarea></cfoutput>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Shortness of Breath</label>
								<div id="Shortness_Breathd" class="radio-list">
									<label>
									<input type="radio"  name="Shortness_Breath"  value="0 - Never, patient is not short of breath" <cfif #AssForm.Dress_Lower_M0660p# contains '0 - Never, patient is not short of breath'>checked</cfif>/> 0 - Never, patient is not short of breath</label>
									<label>
									<input type="radio"  name="Shortness_Breath"  value="1 - When walking more than 20 feet, climbing" <cfif #AssForm.Dress_Lower_M0660p# contains '1 - When walking more than 20 feet, climbing'>checked</cfif>/> 1 - When walking more than 20 feet, climbing</label>
									<label>
									<input type="radio" name="Shortness_Breath" value="2 - With moderate exertion" <cfif #AssForm.Dress_Lower_M0660p# contains '2 - With moderate exertion'>checked</cfif> /> 2 - With moderate exertion</label>
									<label>
									<input type="radio"  name="Shortness_Breath"  value="3 - With minimal exertion or with agitation" <cfif #AssForm.Dress_Lower_M0660p# contains '3 - With minimal exertion or with agitation'>checked</cfif>/> 3 - With minimal exertion or with agitation</label>
									<label>
									<input type="radio"  name="Shortness_Breath"  value="4 - At rest (during day or night)" <cfif #AssForm.Dress_Lower_M0660p# contains '4 - At rest (during day or night)'>checked</cfif>/> 4 - At rest (during day or night)</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Home Safety Issues</label>
								<div id="Safety_Issuessd" class="checkbox-list">
									<label>
									<input type="checkbox"    name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="0 - Inadequate heating and /or cooling" <cfif #AssForm.Discharged_From_M0175# contains '0 - Inadequate heating and /or cooling'>checked</cfif>/> 0 - Inadequate heating and /or cooling</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="1 - Inadequate refrigeration" <cfif #AssForm.Discharged_From_M0175# contains '1 - Inadequate refrigeration'>checked</cfif>/> 1 - Inadequate refrigeration</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"  value="2 - Inadequate sanitation and /or plumbing" <cfif #AssForm.Discharged_From_M0175# contains '2 - Inadequate sanitation and /or plumbing'>checked</cfif> /> 2 - Inadequate sanitation and /or plumbing</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="3 - Inadequate smoke detectors" <cfif #AssForm.Discharged_From_M0175# contains '3 - Inadequate smoke detectors'>checked</cfif>/> 3 - Inadequate smoke detectors</label>
									<label>
									<input type="checkbox" name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"    value="4 - O2 in use without precautions" <cfif #AssForm.Discharged_From_M0175# contains '4 - O2 in use without precautions'>checked</cfif>/> 4 - O2 in use without precautions</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="5 - presence of insects and/or rodents" <cfif #AssForm.Discharged_From_M0175# contains '5 - presence of insects and/or rodents'>checked</cfif>/> 5 - presence of insects and/or rodents</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"  value="6 - Rugs, cords and/or furniture causing safety risk" <cfif #AssForm.Discharged_From_M0175# contains '6 - Rugs, cords and/or furniture causing safety risk'>checked</cfif> /> 6 - Rugs, cords and/or furniture causing safety risk</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="7 - Unsafe appliances" <cfif #AssForm.Discharged_From_M0175# contains '7 - Unsafe appliances'>checked</cfif>/> 7 - Unsafe appliances</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="8 - Unsafe stairs and/or doorways" <cfif #AssForm.Discharged_From_M0175# contains '8 - Unsafe stairs and/or doorways'>checked</cfif>/> 8 - Unsafe stairs and/or doorways</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="9 - No home safety Issues noted" <cfif #AssForm.Discharged_From_M0175# contains '9 - No home safety Issues noted'>checked</cfif>/> 9 - No home safety Issues noted</label>
									<label>
									<input type="checkbox"  name="Safety_Issuess"  onClick="showother('Safety_Issuess','txtDischarged_From_M0175');"   value="Other" <cfif #AssForm.Discharged_From_M0175# contains 'Other'>checked</cfif>/> Other..</label>
								</div>
							</div>
							<cfoutput><textarea <cfif AssForm.Discharged_From_M0175 does not contain 'Other'>style="display:none;" </cfif> class="form-control" name="txtDischarged_From_M0175"  id="txtDischarged_From_M0175">#AssForm.Discharged_From_M0175#</textarea></cfoutput>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Accessibility/Environment</label>
								<div id="Accessibilityd" class="checkbox-list">
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Non-accessible building entrance" <cfif #AssForm.When_Confused_M0570# contains 'Non-accessible building entrance'>checked</cfif>/> Non-accessible building entrance</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Non-accessible accessible route" <cfif #AssForm.When_Confused_M0570# contains 'Non-accessible accessible route'>checked</cfif>/> Non-accessible accessible route</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Non-accessible common and public use areas" <cfif #AssForm.When_Confused_M0570# contains 'Non-accessible common and public use areas'>checked</cfif>/> Non-accessible common and public use areas</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Doors un-usable by a person in a wheelchair" <cfif #AssForm.When_Confused_M0570# contains 'Doors un-usable by a person in a wheelchair'>checked</cfif>/> Doors un-usable by a person in a wheelchair</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Non-accessible route into and through the dwelling unit" <cfif #AssForm.When_Confused_M0570# contains 'Non-accessible route into and through the dwelling unit'>checked</cfif>/> Non-accessible route into and through the dwelling unit</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Non-accessible light switches, electrical outlets, thermostats" <cfif #AssForm.When_Confused_M0570# contains 'Non-accessible light switches, electrical outlets, thermostats'>checked</cfif>/> Non-accessible light switches, electrical outlets, thermostats</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Un-reinforced walls in bathrooms for installation of grab bars" <cfif #AssForm.When_Confused_M0570# contains 'Un-reinforced walls in bathrooms for installation of grab bars'>checked</cfif>/> Un-reinforced walls in bathrooms for installation of grab bars</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Non-accessible kitchens and bathrooms" <cfif #AssForm.When_Confused_M0570# contains 'Non-accessible kitchens and bathrooms'>checked</cfif>/> Non-accessible kitchens and bathrooms</label>
									<label>
									<input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"   value="Plush carpets or heavy padding" <cfif #AssForm.When_Confused_M0570# contains 'Plush carpets or heavy padding'>checked</cfif>/> Plush carpets or heavy padding</label>
									 <label>
								 <input type="checkbox"  name="Accessibility"  onClick="showother('Accessibility','txtWhen_Confused_M0570');"    value="Other" <cfif #AssForm.When_Confused_M0570# contains 'Other'>checked</cfif>/> Other..
								</div>
							</div>
							<cfoutput><textarea <cfif AssForm.When_Confused_M0570 does not contain 'Other'>style="display:none;" </cfif> class="form-control" name="txtWhen_Confused_M0570"  id="txtWhen_Confused_M0570">#AssForm.When_Confused_M0570#</textarea></cfoutput>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-5">
						<div class="form-group">
							<div class="label-stable">
								<label>Adaptive Equipment/ Prosthetics</label>
								<div id="Prostheticsd" class="checkbox-list">
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"    value="0 - 4 Wheeled walker" <cfif #AssForm.Bathing_M0670p# contains '0 - 4 Wheeled walker'>checked</cfif>/> 0 - 4 Wheeled walker</label>
									<label>
									<input type="checkbox"   name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="1 - Bath bench" <cfif #AssForm.Bathing_M0670p# contains '1 - Bath bench'>checked</cfif>/> 1 - Bath bench</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="2 - Cane" <cfif #AssForm.Bathing_M0670p# contains '2 - Cane'>checked</cfif> /> 2 - Cane</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="3 - Commode" <cfif #AssForm.Bathing_M0670p# contains '3 - Commode'>checked</cfif>/> 3 - Commode</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="4 - Grab bars" <cfif #AssForm.Bathing_M0670p# contains '4 - Grab bars'>checked</cfif>/> 4 - Grab bars</label>
									<label>
									<input type="checkbox"   name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="5 - Hospital bed" <cfif #AssForm.Bathing_M0670p# contains '5 - Hospital bed'>checked</cfif>/> 5 - Hospital bed</label>
									<label>
									<input type="checkbox"   name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="6 - Hoyer lift" <cfif #AssForm.Bathing_M0670p# contains '6 - Hoyer lift'>checked</cfif>/> 6 - Hoyer lift</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="7 - Large base quad cane" <cfif #AssForm.Bathing_M0670p# contains '7 - Large base quad cane'>checked</cfif>/> 7 - Large base quad cane</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="8 - Long leg brace" <cfif #AssForm.Bathing_M0670p# contains '8 - Long leg brace'>checked</cfif>/> 8 - Long leg brace</label>
									<label>
									<input type="checkbox"   name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="9 - Reacher" <cfif #AssForm.Bathing_M0670p# contains '9 - Reacher'>checked</cfif>/> 9 - Reacher</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="10 - Rolling walker" <cfif #AssForm.Bathing_M0670p# contains '10 - Rolling walker'>checked</cfif>/> 10 - Rolling walker</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="11 - Small base cane" <cfif #AssForm.Bathing_M0670p# contains '11 - Small base cane'>checked</cfif>/> 11 - Small base cane</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="12 - Walker" <cfif #AssForm.Bathing_M0670p# contains '12 - Walker'>checked</cfif>/> 12 - Walker</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="13 - Wheelchair" <cfif #AssForm.Bathing_M0670p# contains '13 - Wheelchair'>checked</cfif>/> 13 - Wheelchair</label>
									<label>
									<input type="checkbox"  name="Prosthetics"  onClick="showother('Prosthetics','txtBathing_M0670p');"   value="Other" <cfif #AssForm.Bathing_M0670p# contains 'Other'>checked</cfif>/> Other..</label>
								</div>
							</div>
							<cfoutput><textarea <cfif AssForm.Bathing_M0670p does not contain 'Other'>style="display:none;" </cfif> class="form-control" name="txtBathing_M0670p"  id="txtBathing_M0670p">#AssForm.Bathing_M0670p#</textarea></cfoutput>
						</div>
					</div>
					<div class="col-md-7">
						<div class="form-group">
							<div class="label-stable">
								<label>Rehabilitation Potential</label>
								<div id="Potentiald" class="checkbox-list">
									<label>
									<input type="radio"  name="Potential"  onClick="uncheckbox('Potential','ptupdate');"  value="0 - Guarded: minimal improvement in functional status is expected; decline is possible" <cfif #AssForm.Rehab_Prognosis_M0270# contains '0 - Guarded: minimal improvement in functional status is expected; decline is possible'>checked</cfif>/> 0 - Guarded: minimal improvement in functional status is expected; decline is possible</label>
									<label>
									<input type="radio"  name="Potential" onClick="uncheckbox('Potential','ptupdate');"   value="1 - Good: marked improvement in functional status is expected" <cfif #AssForm.Rehab_Prognosis_M0270# contains '1 - Good: marked improvement in functional status is expected'>checked</cfif>/> 1 - Good: marked improvement in functional status is expected</label>
									<label>
									<input type="checkbox" name="Potential1"  onClick="uncheck('Potential','ptupdate');" value="UK-Unknown" <cfif #AssForm.Rehab_Prognosis_M0270# contains 'UK-Unknown'>checked</cfif> /> <span id="Potentials"<cfif #AssForm.Rehab_Prognosis_M0270# contains 'UK-Unknown'>style="color:red"</cfif>>UK-Unknown</span></label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>Reason why patient needs devices</label>
					<input class="form-control" type="text" name="needs" id="needs" onBlur="ChangeBlur('ptupdate','needs')" <cfif trim(AssForm.Toileting_M0680) eq ''> <cfelse> value="<cfoutput>#AssForm.Toileting_M0680#</cfoutput>"</cfif> >
				</div>
            </div>
			</div>
            <div class="form-actions">
				<cfset Transmission_status=AssForm.Transmission_status />
                <cfif #UCASE(Transmission_status)# neq "DATASET HAS BEEN TRANSMITTED." AND #UCASE(Transmission_status)# neq "READY TO TRANSMIT">
                    <input class="btn blue" type="submit" name="Submit" value="Update" onClick="check();">
                </cfif>
                <input class="btn default" type="button" name="Cancel" value="Cancel" onClick="window.location='index.cfm?page=patient&ID=<cfoutput>#Session.CS.PatientID#</cfoutput>&cat=Patient'" />
                <input type="hidden" id="M1010updateF" name="M1010updateF">
                <input type="hidden" id="codetype" name="codetype" value="">
                <input type="hidden" id="txtAssId" name="txtAssId" value="<cfoutput>#AssForm.Assessment_ID#</cfoutput>">
			</div>
        </cfform>
    </div>
</div>
<!-- END DEFAULT FORM PORTLET -->
 <cfinclude template="/patientadmin_new/patient/M0230Diagnosis.cfm" />
<cfinclude template="/patientadmin_new/patient/vitaladd.cfm" />
<cfinclude template="/patientadmin_new/patient/woundsadd.cfm" />
<cfinclude template="/Scripts/assessment_form/ptadultform.cfm" />