<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,M0420_Assess,
    Pain1,
    Pain2,
    Pain3,
    pain4,
    Pain5,
	Discharged_From_M0175,
	Start_of_Care_M0030,
	Inpatient_Discharge_Date_NA_M0180,
	Dress_Upper_M0650,
	Medical_or_Treatment_Change_M0200,
	Conditions_Prior_M0220,
	Therapies_Home_M0250,
	NUTRITION_485,
	Rehab_Prognosis_M0270,
	Life_Exp_M0280,
	High_Risk_Factors_M0290,
	Vision_M0390,Hearing_M0400,
	Freq_of_Pain_M0420,Intrac_Pain_M0430,
	Open_Wounds_M0440,
	Pressure_Ulcer_M0445,
	Pressure_Ulcer_a_M0450,
	Pressure_Ulcer_c_M0450,
	Pressure_Ulcer_d_M0450,
	Pressure_Ulcer_e_M0450,
	Pressure_Ulcer_Stage_M0460,
	Pressure_Ulcer_Status_M0464,
	Stasis_Ulcer_Num_M0470,
	Stasis_Ulcer_Hidden_M0474,
	Stasis_Ulcer_Status_M0476,
	Surgical_Wound_M0482,
	Surgical_Wound_OB_M0484,
	Surgical_Wound_Hidden_M0486,
	Surgical_Wound_Status_M0488,
	Breathing_M0490,
	Resp_Treatments_M0500,
	UTI_M0510,
	Urinary_INcont_M0520,
	Bowel_Incont_M0540,
	Ostomy_for_Bowel_M0550,
	Cog_Function_M0560,
	When_Confused_M0570,
	Depressive_Feelings_M0590,
	Patient_Behav_Weekly_M0610,
	Patient_Behav_freq_M0620,
	Psy_Nursing_M0630,
	Grooming_M0640,
	Grooming_M0640p,
	Dress_Upper_M0650p,
	Dress_Lower_M0660,
	Dress_Lower_M0660p,
	Bathing_M0670,
	Bathing_M0670p,
	Toileting_M0680,
	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')# - ST Pediatric Form</cfoutput>
		</div>
		<div class="tools">
			<a href="javascript:;" class="collapse"></a>
		</div>
	</div>
	<div class="portlet-body form">
		<cfform name="stupdate" action="index.cfm?a=1&a=1&px=y&page=patient&px=y&cat=stpediatricformupdate" method="post" id="stupdate">
			<div class="form-body">
			<div class="well">
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<label>Reason for Evaluation</label>
							<textarea class="form-control" name="Discharged_From_M0175" id="Discharged_From_M0175" rows="3"><cfoutput>#AssForm.Discharged_From_M0175#</cfoutput></textarea>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<label>Other Services Involved(By Current Agencies)</label>
							<textarea class="form-control" name="Inpatient_Discharge_Date_NA_M0180" id="Inpatient_Discharge_Date_NA_M0180" rows="3"><cfoutput>#AssForm.Inpatient_Discharge_Date_NA_M0180#</cfoutput></textarea>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>Other Agencies Involved</label>
					<textarea class="form-control" name="Dress_Upper_M0650" id="Dress_Upper_M0650" rows="3"><cfoutput>#AssForm.Dress_Upper_M0650#</cfoutput></textarea>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Pertinent Medical History</label>
								<div class="checkbox-list">
									<label>
									<input type="checkbox" name="PatientHstry1" value="Asthma"  <cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Asthma'> checked</cfif> />Asthma</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Bronchitis/Pneumonia"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Bronchitis/Pneumonia'> checked</cfif> />Bronchitis/Pneumonia</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Drainage from Ear" <cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Drainage from Ear'> checked</cfif> />Drainage from Ear</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Ear Infections"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Ear Infections'> checked</cfif> />Ear Infections</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Encephalitis"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Encephalitis'> checked</cfif> />Encephalitis</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Frequent Colds/Sinus Infections"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Frequent Colds/Sinus Infections'> checked</cfif> />Frequent Colds/Sinus Infections</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Head Injury"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Head Injury'> checked</cfif> />Head Injury</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="High Fevers lasting longer than 1 day"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'High Fevers lasting longer than 1 day'> checked</cfif> />High Fevers lasting longer than 1 day</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Hospitalization"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Hospitalization'> checked</cfif> />Hospitalization</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Pe Tubes"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Pe Tubes'> checked</cfif> />Pe Tubes</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Seizures/Convulsions"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Seizures/Convulsions'> checked</cfif> />Seizures/Convulsions</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Surgery"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Surgery'> checked</cfif> />Surgery</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Swallowing/Chewing Problems"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Swallowing/Chewing Problems'> checked</cfif> />Swallowing/Chewing Problems</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Tonsils/Adenoids Removed?"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Tonsils/Adenoids Removed?)'> checked</cfif> />Tonsils/Adenoids Removed?</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Tuberculosis"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Tuberculosis'> checked</cfif> />Tuberculosis</label>
									<label>
									<input type="checkbox" name="PatientHstry1" value="Visual Difficulities"<cfif #AssForm.Medical_or_Treatment_Change_M0200# contains 'Visual Difficulities'> checked</cfif> />Visual Difficulities</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<!-- BEGIN DEFAULT FORM PORTLET -->
						<div class="portlet box green">
							<div class="portlet-title">
								<div class="caption">
									<i class="fa fa-gear"></i> Medical Diagnoses (diagnosis lookup)
								</div>
								<div class="tools">
									<a href="javascript:;" class="expand"></a>
								</div>
							</div>
							<div class="portlet-body form" style="display:none">
								<div class="form-body">
									<div class="form-group">
										<label>Inpatient Facilities ICD10 Codes</label>
										<textarea class="form-control"  id="M0230txtsearch" name="M0230txtsearch"  type="text" value=""></textarea>
									</div>
								</div>
								<div class="form-actions">
									<input class="btn blue" name="Search" type="button" value="Search" onClick="SearchClick();"  />
									<input class="btn blue" name="btnSev" type="button" value="Redo Find" />
								</div>
							</div>
						</div>
						<!-- END DEFAULT FORM PORTLET -->
						<div class="form-group">
							<label>Safe Swallowing Evaluation Date</label>
							<div>
								<div class="input-group input-medium date date-picker" data-date-format="mm/dd/yyyy">
									<cfparam name='AssForm.Conditions_Prior_M0220' default='' />
									<cfset M0220 = (IsDate(AssForm.Conditions_Prior_M0220) ? AssForm.Conditions_Prior_M0220 : '') />
									<input type="text" class="form-control" id="M0220" name="M0220" value="<cfoutput>#DateFormat(M0220, "mm/dd/yyyy")#</cfoutput>">

									<span class="input-group-btn">
										<button class="btn default" type="button"> <i class="fa fa-calendar"></i> </button>
									</span>
								</div>
								<span class="help-block">Date Format: mm/dd/yyyy</span>
							</div>
						</div>
					</div>
				</div>
				<cfinput name="tinput1" type="text" style="display:none" value="Test">
				<!---<cfdiv bind="url:#Application.siteURL#/patientadmin_new/stpediatric_grid.cfm?InputText={tinput1}" ID="theDiv"> </cfdiv>--->
				<cfdiv bind="url:#Application.siteURL#/patientadmin_new/M0230Grid.cfm?InputText={tinput1}" ID="theDiv"></cfdiv>
				
				<div class="hidden">
				<div class="form-group">
					<div class="label-stable">
						<label>Use Coding Expert?</label>
						<label><img src="../../../images/icon_help.png" alt="top" style="cursor:pointer" onClick="help();" /></label>
						<div class="checkbox-list">
							<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>Physician</label>
							<textarea class="form-control" name="Therapies_Home_M0250" id="Therapies_Home_M0250" rows="2"><cfoutput>#AssForm.Therapies_Home_M0250#</cfoutput></textarea>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<label>Current Diet</label>
							<textarea class="form-control" name="NUTRITION_485" id="NUTRITION_485" rows="2"><cfoutput>#AssForm.NUTRITION_485#</cfoutput></textarea>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>Liquids</label>
					<textarea class="form-control" name="Rehab_Prognosis_M0270" id="Rehab_Prognosis_M0270" rows="2"><cfoutput>#AssForm.Rehab_Prognosis_M0270#</cfoutput></textarea>
				</div>
				<h4>Cognition (Age Appropriate) </h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Short Term Memory</label>
							  <div class="radio-list">
								<label>
								<input type="radio"  name="Bath" value="0 - Impaired" <cfif #AssForm.Life_Exp_M0280# contains '0 - Impaired' > checked</cfif>/> 0 - Impaired</label>

								<label>
								<input type="radio"  name="Bath" value="1 - Appropriate for Age" <cfif #AssForm.Life_Exp_M0280# contains '1 - Appropriate for Age' > checked</cfif>/> 1 - Appropriate for Age</label>
							  </div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Long Term Memory</label>
							  <div class="radio-list">
								<label>
								<input type="radio"  name="Risk" value="0 - Impaired" <cfif #AssForm.High_Risk_Factors_M0290# contains '0 - Impaired' > checked</cfif>/> 0 - Impaired</label>

								<label>
								<input type="radio"  name="Risk" value="1 - Appropriate for Age" <cfif #AssForm.High_Risk_Factors_M0290# contains '1 - Appropriate for Age' > checked</cfif>/> 1 - Appropriate for Age</label>
							  </div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Orientation</label>
							  <div class="radio-list">
								<label>
								<input type="radio"  name="Vision" value="0 - Impaired" <cfif #AssForm.Vision_M0390# contains '0 - Impaired' > checked</cfif>/> 0 - Impaired</label>

								<label>
								<input type="radio"  name="Vision" value="1 - Appropriate for Age" <cfif #AssForm.Vision_M0390# contains '1 - Appropriate for Age' > checked</cfif>/> 1 - Appropriate for Age</label>
							  </div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Attention Span</label>
							  <div class="radio-list">
								<label>
								<input type="radio"  name="Hearing" value="0 - Impaired" <cfif #AssForm.Hearing_M0400# contains '0 - Impaired' > checked</cfif>/> 0 - Impaired</label>

								<label>
								<input type="radio"  name="Hearing" value="1 - Appropriate for Age" <cfif #AssForm.Hearing_M0400# contains '1 - Appropriate for Age' > checked</cfif>/> 1 - Appropriate for Age</label>
							  </div>
							</div>
						</div>
					</div>
				</div>
				<h4>Reading (Age Appropriate) </h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Names One Word Vocabulary</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="WordVoc" value="0 - Unable" <cfif #AssForm.Freq_of_Pain_M0420# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="WordVoc" value="1 - Severe Impairment" <cfif #AssForm.Freq_of_Pain_M0420# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="WordVoc" value="2 - Moderate Impairment" <cfif #AssForm.Freq_of_Pain_M0420# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="WordVoc" value="3 - Mild impairment" <cfif #AssForm.Freq_of_Pain_M0420# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="WordVoc" value="4 - Within Functional Limits" <cfif #AssForm.Freq_of_Pain_M0420# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="WordVoc" value="5 - Infant skill not age appropriate" <cfif #AssForm.Freq_of_Pain_M0420# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Combines Words/Simple Phrases</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Pain" value="0 - Unable" <cfif #AssForm.Intrac_Pain_M0430# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Pain" value="1 - Severe Impairment" <cfif #AssForm.Intrac_Pain_M0430# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Pain" value="2 - Moderate Impairment" <cfif #AssForm.Intrac_Pain_M0430# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Pain" value="3 - Mild impairment" <cfif #AssForm.Intrac_Pain_M0430# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Pain" value="4 - Within Functional Limits" <cfif #AssForm.Intrac_Pain_M0430# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Pain" value="5 - Infant skill not age appropriate" <cfif #AssForm.Intrac_Pain_M0430# contains '5 - Infant: skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Simple Sentences</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Simple" value="0 - Unable" <cfif #AssForm.Open_Wounds_M0440# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Simple" value="1 - Severe Impairment" <cfif #AssForm.Open_Wounds_M0440# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Simple" value="2 - Moderate Impairment" <cfif #AssForm.Open_Wounds_M0440# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Simple" value="3 - Mild impairment" <cfif #AssForm.Open_Wounds_M0440# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Simple" value="4 - Within Functional Limits" <cfif #AssForm.Open_Wounds_M0440# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Simple" value="5 - Infant skill not age appropriate" <cfif #AssForm.Open_Wounds_M0440# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Complex Sentences</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Complex" value="0 - Unable" <cfif #AssForm.Pressure_Ulcer_M0445# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Complex" value="1 - Severe Impairment" <cfif #AssForm.Pressure_Ulcer_M0445# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Complex" value="2 - Moderate Impairment" <cfif #AssForm.Pressure_Ulcer_M0445# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Complex" value="3 - Mild impairment" <cfif #AssForm.Pressure_Ulcer_M0445# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Complex" value="4 - Within Functional Limits" <cfif #AssForm.Pressure_Ulcer_M0445# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Complex" value="5 - Infant skill not age appropriate" <cfif #AssForm.Pressure_Ulcer_M0445# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
					  <label>Indicates Wants/Needs</label>
						<div class="radio-list">
							<label>
							<input type="radio"  name="Wants" value="0 - Unable" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
							<label>
							<input type="radio"  name="Wants" value="1 - Severe Impairment" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
							<label>
							<input type="radio"  name="Wants" value="2 - Moderate Impairment" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
							<label>
							<input type="radio"  name="Wants" value="3 - Mild impairment" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
							<label>
							<input type="radio"  name="Wants" value="4 - Within Functional Limits" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
							<label>
							<input type="radio"  name="Wants" value="5 - Infant skill not age appropriate" <cfif #AssForm.Pressure_Ulcer_a_M0450# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
						</div>
					</div>
				</div>
				<h4>Writing (Age Appropriate)</h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Letters/Numbers</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Letters" value="0 - Unable" <cfif #AssForm.Pressure_Ulcer_c_M0450# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Letters" value="1 - Severe Impairment" <cfif #AssForm.Pressure_Ulcer_c_M0450# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Letters" value="2 - Moderate Impairment" <cfif #AssForm.Pressure_Ulcer_c_M0450# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Letters" value="3 - Mild impairment" <cfif #AssForm.Pressure_Ulcer_c_M0450# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Letters" value="4 - Within Functional Limits" <cfif #AssForm.Pressure_Ulcer_c_M0450# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Letters" value="5 - Infant skill not age appropriate" <cfif #AssForm.Pressure_Ulcer_c_M0450# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Words</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="divWord" value="0 - Unable" <cfif #AssForm.Pressure_Ulcer_d_M0450# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="divWord" value="1 - Severe Impairment" <cfif #AssForm.Pressure_Ulcer_d_M0450# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="divWord" value="2 - Moderate Impairment" <cfif #AssForm.Pressure_Ulcer_d_M0450# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="divWord" value="3 - Mild impairment" <cfif #AssForm.Pressure_Ulcer_d_M0450# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="divWord" value="4 - Within Functional Limits" <cfif #AssForm.Pressure_Ulcer_d_M0450# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="divWord" value="5 - Infant skill not age appropriate" <cfif #AssForm.Pressure_Ulcer_d_M0450# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Simple Sentences</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="SimpSen" value="0 - Unable" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="SimpSen" value="1 - Severe Impairment" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="SimpSen" value="2 - Moderate Impairment" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="SimpSen" value="3 - Mild impairment" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="SimpSen" value="4 - Within Functional Limits" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="SimpSen" value="5 - Infant skill not age appropriate" <cfif #AssForm.Pressure_Ulcer_e_M0450# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Complex Sentences</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="CompSen" value="0 - Unable" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="CompSen" value="1 - Severe Impairment" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="CompSen" value="2 - Moderate Impairment" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="CompSen" value="3 - Mild impairment" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="CompSen" value="4 - Within Functional Limits" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="CompSen" value="5 - Infant skill not age appropriate" <cfif #AssForm.Pressure_Ulcer_Stage_M0460# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
						<label>Paragraph</label>
						<div class="radio-list">
							<label>
							<input type="radio"  name="Para" value="0 - Unable" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>

							<label>
							<input type="radio"  name="Para" value="1 - Severe Impairment" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>

							<label>
							<input type="radio"  name="Para" value="2 - Moderate Impairment" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>

							<label>
							<input type="radio"  name="Para" value="3 - Mild impairment" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
							<label>
							<input type="radio"  name="Para" value="4 - Within Functional Limits" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
							<label>
							<input type="radio"  name="Para" value="5 - Infant skill not age appropriate" <cfif #AssForm.Pressure_Ulcer_Status_M0464# contains '5 - Infant skill not age appropriate' > checked</cfif>/> 5 - Infant skill not age appropriate</label>
						</div>
					</div>
				</div>
				<h4>Speech/Voice (Age Appropriate) </h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Articulation</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Arti" value="0 - Unable" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Arti" value="1 - Severe Impairment" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Arti" value="2 - Moderate Impairment" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Arti" value="3 - Mild impairment" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Arti" value="4 - Within Functional Limits" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Arti" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Stasis_Ulcer_Num_M0470# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Prosody</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Proso" value="0 - Unable" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Proso" value="1 - Severe Impairment" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Proso" value="2 - Moderate Impairment" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Proso" value="3 - Mild impairment" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Proso" value="4 - Within Functional Limits" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Proso" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Stasis_Ulcer_Hidden_M0474# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Voice/Respiration</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Voice" value="0 - Unable" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Voice" value="1 - Severe Impairment" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Voice" value="2 - Moderate Impairment" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Voice" value="3 - Mild impairment" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Voice" value="4 - Within Functional Limits" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Voice" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Stasis_Ulcer_Status_M0476# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Speech Intelligibility</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="SpeechIn" value="0 - Unable" <cfif #AssForm.Surgical_Wound_M0482# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="SpeechIn" value="1 - Severe Impairment" <cfif #AssForm.Surgical_Wound_M0482# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="SpeechIn" value="2 - Moderate Impairment" <cfif #AssForm.Surgical_Wound_M0482# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="SpeechIn" value="3 - Mild impairment" <cfif #AssForm.Surgical_Wound_M0482# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="SpeechIn" value="4 - Within Functional Limits" <cfif #AssForm.Surgical_Wound_M0482# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="SpeechIn" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Surgical_Wound_M0482# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Oral/Facial exam</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Oral" value="0 - Unable" <cfif #AssForm.Surgical_Wound_OB_M0484# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Oral" value="1 - Severe Impairment" <cfif #AssForm.Surgical_Wound_OB_M0484# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Oral" value="2 - Moderate Impairment" <cfif #AssForm.Surgical_Wound_OB_M0484# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Oral" value="3 - Mild impairment" <cfif #AssForm.Surgical_Wound_OB_M0484# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Oral" value="4 - Within Functional Limits" <cfif #AssForm.Surgical_Wound_OB_M0484# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Oral" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Surgical_Wound_OB_M0484# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Infant-Specific</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Infant" value="0 - Unable" <cfif #AssForm.Surgical_Wound_Hidden_M0486# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Infant" value="1 - Severe Impairment" <cfif #AssForm.Surgical_Wound_Hidden_M0486# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Infant" value="2 - Moderate Impairment" <cfif #AssForm.Surgical_Wound_Hidden_M0486# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Infant" value="3 - Mild impairment" <cfif #AssForm.Surgical_Wound_Hidden_M0486# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Infant" value="4 - Within Functional Limits" <cfif #AssForm.Surgical_Wound_Hidden_M0486# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<h4>Swallowing (Age Appropriate)</h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Chewing Ability</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Chew" value="0 - Unable" <cfif #AssForm.Surgical_Wound_Status_M0488# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Chew" value="1 - Severe Impairment" <cfif #AssForm.Surgical_Wound_Status_M0488# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Chew" value="2 - Moderate Impairment" <cfif #AssForm.Surgical_Wound_Status_M0488# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Chew" value="3 - Mild impairment" <cfif #AssForm.Surgical_Wound_Status_M0488# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Chew" value="4 - Within Functional Limits" <cfif #AssForm.Surgical_Wound_Status_M0488# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Chew" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Surgical_Wound_Status_M0488# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Oral Stage Management</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="OralStage" value="0 - Unable" <cfif #AssForm.Breathing_M0490# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="OralStage" value="1 - Severe Impairment" <cfif #AssForm.Breathing_M0490# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="OralStage" value="2 - Moderate Impairment" <cfif #AssForm.Breathing_M0490# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="OralStage" value="3 - Mild impairment" <cfif #AssForm.Breathing_M0490# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="OralStage" value="4 - Within Functional Limits" <cfif #AssForm.Breathing_M0490# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="OralStage" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Breathing_M0490# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
							  <label>Pharyngeal Stage Management</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Resp" value="0 - Unable" <cfif #AssForm.Resp_Treatments_M0500# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Resp" value="1 - Severe Impairment" <cfif #AssForm.Resp_Treatments_M0500# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Resp" value="2 - Moderate Impairment" <cfif #AssForm.Resp_Treatments_M0500# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Resp" value="3 - Mild impairment" <cfif #AssForm.Resp_Treatments_M0500# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Resp" value="4 - Within Functional Limits" <cfif #AssForm.Resp_Treatments_M0500# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Resp" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Resp_Treatments_M0500# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Reflex Time</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Reflex" value="0 - Unable" <cfif #AssForm.UTI_M0510# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Reflex" value="1 - Severe Impairment" <cfif #AssForm.UTI_M0510# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Reflex" value="2 - Moderate Impairment" <cfif #AssForm.UTI_M0510# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Reflex" value="3 - Mild impairment" <cfif #AssForm.UTI_M0510# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Reflex" value="4 - Within Functional Limits" <cfif #AssForm.UTI_M0510# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Reflex" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.UTI_M0510# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<h4>Verbal Expression (Age Appropriate) </h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Augmentative Methods</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Aug" value="0 - Unable" <cfif #AssForm.Urinary_INcont_M0520# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Aug" value="1 - Severe Impairment" <cfif #AssForm.Urinary_INcont_M0520# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Aug" value="2 - Moderate Impairment" <cfif #AssForm.Urinary_INcont_M0520# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Aug" value="3 - Mild impairment" <cfif #AssForm.Urinary_INcont_M0520# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Aug" value="4 - Within Functional Limits" <cfif #AssForm.Urinary_INcont_M0520# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Aug" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Urinary_INcont_M0520# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Naming</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Naming" value="0 - Unable" <cfif #AssForm.Bowel_Incont_M0540# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Naming" value="1 - Severe Impairment" <cfif #AssForm.Bowel_Incont_M0540# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Naming" value="2 - Moderate Impairment" <cfif #AssForm.Bowel_Incont_M0540# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Naming" value="3 - Mild impairment" <cfif #AssForm.Bowel_Incont_M0540# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Naming" value="4 - Within Functional Limits" <cfif #AssForm.Bowel_Incont_M0540# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Naming" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Bowel_Incont_M0540# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Appropriate Yes/No</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Appro" value="0 - Unable" <cfif #AssForm.Ostomy_for_Bowel_M0550# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Appro" value="1 - Severe Impairment" <cfif #AssForm.Ostomy_for_Bowel_M0550# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Appro" value="2 - Moderate Impairment" <cfif #AssForm.Ostomy_for_Bowel_M0550# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Appro" value="3 - Mild impairment" <cfif #AssForm.Ostomy_for_Bowel_M0550# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Appro" value="4 - Within Functional Limits" <cfif #AssForm.Ostomy_for_Bowel_M0550# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Appro" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Ostomy_for_Bowel_M0550# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Complex sentences</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Complexs" value="0 - Unable" <cfif #AssForm.Cog_Function_M0560# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Complexs" value="1 - Severe Impairment" <cfif #AssForm.Cog_Function_M0560# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Complexs" value="2 - Moderate Impairment" <cfif #AssForm.Cog_Function_M0560# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Complexs" value="3 - Mild impairment" <cfif #AssForm.Cog_Function_M0560# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Complexs" value="4 - Within Functional Limits" <cfif #AssForm.Cog_Function_M0560# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Complexs" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Cog_Function_M0560# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
						<label>Conversation</label>
						<div class="radio-list">
							<label>
							<input type="radio"  name="Convers" value="0 - Unable" <cfif #AssForm.When_Confused_M0570# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
							<label>
							<input type="radio"  name="Convers" value="1 - Severe Impairment" <cfif #AssForm.When_Confused_M0570# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
							<label>
							<input type="radio"  name="Convers" value="2 - Moderate Impairment" <cfif #AssForm.When_Confused_M0570# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
							<label>
							<input type="radio"  name="Convers" value="3 - Mild impairment" <cfif #AssForm.When_Confused_M0570# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
							<label>
							<input type="radio"  name="Convers" value="4 - Within Functional Limits" <cfif #AssForm.When_Confused_M0570# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
							<label>
							<input type="radio"  name="Convers" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.When_Confused_M0570# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
						</div>
					</div>
				</div>
				<h4>Auditory Comprehension (Age Appropriate) </h4>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Word Discrimination</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="WordDis" value="0 - Unable" <cfif #AssForm.Depressive_Feelings_M0590# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="WordDis" value="1 - Severe Impairment" <cfif #AssForm.Depressive_Feelings_M0590# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="WordDis" value="2 - Moderate Impairment" <cfif #AssForm.Depressive_Feelings_M0590# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="WordDis" value="3 - Mild impairment" <cfif #AssForm.Depressive_Feelings_M0590# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="WordDis" value="4 - Within Functional Limits" <cfif #AssForm.Depressive_Feelings_M0590# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="WordDis" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Depressive_Feelings_M0590# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Complex Directions</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="Complexsdir" value="0 - Unable" <cfif #AssForm.Psy_Nursing_M0630# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="Complexsdir" value="1 - Severe Impairment" <cfif #AssForm.Psy_Nursing_M0630# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="Complexsdir" value="2 - Moderate Impairment" <cfif #AssForm.Psy_Nursing_M0630# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="Complexsdir" value="3 - Mild impairment" <cfif #AssForm.Psy_Nursing_M0630# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="Complexsdir" value="4 - Within Functional Limits" <cfif #AssForm.Psy_Nursing_M0630# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="Complexsdir" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Psy_Nursing_M0630# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>1 Step Directions</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="StepDir1" value="0 - Unable" <cfif #AssForm.Patient_Behav_Weekly_M0610# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="StepDir1" value="1 - Severe Impairment" <cfif #AssForm.Patient_Behav_Weekly_M0610# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="StepDir1" value="2 - Moderate Impairment" <cfif #AssForm.Patient_Behav_Weekly_M0610# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="StepDir1" value="3 - Mild impairment" <cfif #AssForm.Patient_Behav_Weekly_M0610# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="StepDir1" value="4 - Within Functional Limits" <cfif #AssForm.Patient_Behav_Weekly_M0610# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="StepDir1" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Patient_Behav_Weekly_M0610# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>2 Step Directions</label>
								<div class="radio-list">
									<label>
									<input type="radio"  name="StepDir2" value="0 - Unable" <cfif #AssForm.Patient_Behav_freq_M0620# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
									<label>
									<input type="radio"  name="StepDir2" value="1 - Severe Impairment" <cfif #AssForm.Patient_Behav_freq_M0620# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
									<label>
									<input type="radio"  name="StepDir2" value="2 - Moderate Impairment" <cfif #AssForm.Patient_Behav_freq_M0620# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
									<label>
									<input type="radio"  name="StepDir2" value="3 - Mild impairment" <cfif #AssForm.Patient_Behav_freq_M0620# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
									<label>
									<input type="radio"  name="StepDir2" value="4 - Within Functional Limits" <cfif #AssForm.Patient_Behav_freq_M0620# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
									<label>
									<input type="radio"  name="StepDir2" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Patient_Behav_freq_M0620# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
						<label>Conversation</label>
						<div class="radio-list">
							<label>
							<input type="radio"  name="ConversAud" value="0 - Unable" <cfif #AssForm.Grooming_M0640# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
							<label>
							<input type="radio"  name="ConversAud" value="1 - Severe Impairment" <cfif #AssForm.Grooming_M0640# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
							<label>
							<input type="radio"  name="ConversAud" value="2 - Moderate Impairment" <cfif #AssForm.Grooming_M0640# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
							<label>
							<input type="radio"  name="ConversAud" value="3 - Mild impairment" <cfif #AssForm.Grooming_M0640# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
							<label>
							<input type="radio"  name="ConversAud" value="4 - Within Functional Limits" <cfif #AssForm.Grooming_M0640# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
							<label>
							<input type="radio"  name="ConversAud" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Grooming_M0640# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
						<label>Speech Reading</label>
						<div class="radio-list">
							<label>
							<input type="radio"  name="SpeechRe" value="0 - Unable" <cfif #AssForm.Grooming_M0640p# contains '0 - Unable' > checked</cfif>/> 0 - Unable</label>
							<label>
							<input type="radio"  name="SpeechRe" value="1 - Severe Impairment" <cfif #AssForm.Grooming_M0640p# contains '1 - Severe Impairment' > checked</cfif>/> 1 - Severe Impairment</label>
							<label>
							<input type="radio"  name="SpeechRe" value="2 - Moderate Impairment" <cfif #AssForm.Grooming_M0640p# contains '2 - Moderate Impairment' > checked</cfif>/> 2 - Moderate Impairment</label>
							<label>
							<input type="radio"  name="SpeechRe" value="3 - Mild impairment" <cfif #AssForm.Grooming_M0640p# contains '3 - Mild impairment' > checked</cfif>/> 3 - Mild impairment</label>
							<label>
							<input type="radio"  name="SpeechRe" value="4 - Within Functional Limits" <cfif #AssForm.Grooming_M0640p# contains '4 - Within Functional Limits' > checked</cfif>/> 4 - Within Functional Limits</label>
							<label>
							<input type="radio"  name="SpeechRe" value="5 - Infant Skill not Age Appropriate" <cfif #AssForm.Grooming_M0640p# contains '5 - Infant Skill not Age Appropriate' > checked</cfif>/> 5 - Infant Skill not Age Appropriate</label>
						</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="form-group">
					<label>Comments</label>
					<textarea class="form-control" name="txtComment" id="txtComment" rows="3"><cfoutput>#AssForm.Assessment_note#</cfoutput></textarea>
				</div>
			</div>
			</div>
			<div class="form-actions">
				<input type="hidden" id="M1010Diagnosisid" name="M1010Diagnosisid" value=""/>
				<input type="hidden" id="txtAssId" name="txtAssId" value="<cfoutput>#AssForm.Assessment_ID#</cfoutput>"/>
				<input type="hidden" id="M1010updateF" name="M1010updateF" value=""/>
				<input type="hidden" id="codetype" name="codetype" value=""/>
				<input type="hidden" name="tmp" id="tmp" value=""/>
				<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="return 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'" />
			</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/stpediatricform.cfm" />