Ejemplo n.º 1
0
    </tr>

    <tr>
        <th>家族肥胖史:</th>
        <td>
        <?php 
    echo HtmlControl::getRadioCtrImp(HealthItemProject::getWeightHistoryDefines(), 'vars[hasWeightHistory]', '', '&nbsp;&nbsp;&nbsp;');
    ?>
        </td>
    </tr>

    <tr>
        <th>运动相关疾病:</th>
        <td>
        <?php 
    echo HtmlControl::getRadioCtrImp(HealthItemProject::getSportRelatedDiseaseDefines(), 'vars[hasRelatedDisease]', '', '&nbsp;&nbsp;&nbsp;');
    ?>
        </td>
    </tr>

    <?php 
} else {
    ?>
    <tr>
        <th>上次评分:</th>
        <td>
        <input type="text" name="vars[preStepScore]" /> <span class="red">*(0-5)</span>
        </td>
    </tr>
<?php 
}
Ejemplo n.º 2
0
<tr>
    <th>结论</th>
    <td>
<?php 
$arr = ProjectBleedingEvent::getConClusionDefines();
echo HtmlControl::getRadioCtrImp($arr, "vars[conclusion]", $event->conclusion);
?>
    </td>
</tr>

<tr>
 <th>BARC出血类型</th>
    <td>
<?php 
echo HtmlControl::getRadioCtrImp(ProjectBleedingEvent::getBarcTypeDefines(), "vars[barcType]", $event->barcType);
?>
    </td>
</tr>

    <tr>
        <td></td><td><input class="submitButton" value="提交" type="button" onclick="checkForm()"  /></td>
    </tr>
</table>


    </form>
</div>

</div>
</span>
    元。您当前的收入余额为
    <span class="orange1 fb"><?php 
echo $settleAmount;
?>
</span>
    元。
</p>

<div class="mt20 f14 fs">
    <form id="form1" name="form1" method="get" action="/adminpayment/showincomestatement">
        <div class="clearfix">
            <p class="fl pt5">
                类型:
                    <?php 
echo HtmlControl::getSelectCtrImp(PayTrans::getTransTypeArray4Doctor(), 'transType', $transType);
?>
            </p>

            <p class="mr30 ml30 fl">
                时间:
                <font class="pr">
                    <input id="beginDate" name="startTime" class="input_date" type="text" value="<?php 
echo $startTime;
?>
" />
                </font>
            </p>

            <p class="fl">
                <font class="ml5 mr5">至</font>
Ejemplo n.º 4
0
" /> <span class="red">*</span></td>
    </tr>
 
    <tr>
        <th>筛选号:</th>
        <td><input type="text" class="code" name="vars[code]" value="<?php 
echo $projectCustomer->code;
?>
" /> <span class="red">*</span></td>
    </tr>

    <tr>
        <th>性别:</th>
        <td>
           <?php 
echo HtmlControl::getRadioCtrImp(FollowupCustomer::getSexArray4htmlCtr(), "vars[customerSex]", $projectCustomer->followupCustomer->customerSex, "", 'sex');
?>
           <span class="red">*</span>
        </td>
    </tr>

    <tr>
        <th>出生日期:</th>
        <td><input type="text" class="birthday calendar" name="vars[birthday]" value="<?php 
echo $projectCustomer->followupCustomer->birthday;
?>
" /> <span class="red">*</span></td>
    </tr>

    <tr>
        <th>家庭收入:</th>
Ejemplo n.º 5
0
</tr>

</table>

<br/>

当前结果:<?=$taskItem->getResultDesc();?> (<?=$taskItem->resulttime;?>)
<form id="modifypostForm" action="/taskitem/modifyPost" method="get">
<input type="hidden" name="taskItemId" value="<?=$taskItem->id?>"/>
<table class="tc leftTh_rightTd" border="1" width="100%" style="font-size:12px;">
<tr>
	<th width=80>结果:</th>
	<td class='strong'>
	
		<?php
		 	echo HtmlControl::getRadioCtrImp(TaskItem::$resultDesc, 'result', $taskItem->result,'&nbsp;&nbsp;');
		?>
	</td>
</tr>
<tr>
	<th>备注:</th>
	<td><textarea id="bugInfo" name="bugInfo" rows="2" cols="40"><?=$taskItem->bugInfo;?></textarea></td>
</tr>
<tr>
	<th></th>
	<td>
		<input id="submit_button" type="button" value="保存执行结果,并进入下一条" class="mr20 f14" style='height:40px;'></input>
	</td>
</tr>
</table>
</form>
    </tr>

    <tr>
        <th>对生活影响:</th>
        <td>
        <?php 
echo HtmlControl::getRadioCtrImp(array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5), 'vars[impactLevel]', $incidentState->impactLevel, '&nbsp;&nbsp;&nbsp;');
?>
        </td>
    </tr>

    <tr>
        <th>在意程度:</th>
        <td>
        <?php 
echo HtmlControl::getRadioCtrImp(array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5), 'vars[careLevel]', $incidentState->careLevel, '&nbsp;&nbsp;&nbsp;');
?>
        </td>
    </tr>

    <tr>
        <th>描述:</th>
        <td colspan="3">
        <textarea rows="2" cols="60" name="vars[content]"><?php 
echo $incidentState->content;
?>
</textarea>
        进健康日记:<input type="radio" checked="checked" value="记录到健康日记" name="vars[healthDiary]" />是 
        <input type="radio" value="" name="vars[healthDiary]" />否 
        </td>
    </tr>
Ejemplo n.º 7
0
<input type="checkbox" name="usecaseids[]" value="<?=$a->id?>" />
</td>
<td class="tc"><?=$a->id?></td>
<td class="tl"><?=$a->title?></td>
<td class="tc"><?=$a->smokeDesc()?></td>
<td class="tc"><?=$a->autoDesc()?></td>
<td class="tc"><?=$a->priorityDesc()?></td>
<td class="tc">
<?echo $a->executepriority?>
</td>
<td class="tc"><?=$a->statusDesc()?></td>
<td class="tc"><?=$a->utime->toString()?></td>
<td class="tc" ><?=$a->getTaskItemCnt()?></td>
</tr>
<?php
}
?>
</table>


<p class="pt10">
挪移至 功能:<?php echo HtmlControl::getSelectCtrImp($funpoint->module->getFunpointInfoArray4SelectCtr(), 'tofunpointid', $funpoint->id);?>
</p>
<p class="pt10">
<input type="submit" value="批量挪移用例"/>
</p>

</form>

<?php include_once(dirname(__file__).'/../footer.php');?>
Ejemplo n.º 8
0
    </tr>

    <tr>
    <th>术前是否血栓造影</th>
    <td>
    <?php 
echo HtmlControl::getRadioCtrImp(ProjectSupport::getImageBeforeSurgeryDefines(), 'vars[isImageBeforeSurgery]', '', '&nbsp;&nbsp;&nbsp;');
?>
    </td>
    </tr>

    <tr>
    <th>PCI结果</th>
    <td>
    <?php 
echo HtmlControl::getRadioCtrImp(ProjectSupport::getPCIResultDefines(), 'vars[PCIResult]', '', '&nbsp;&nbsp;&nbsp;');
?>
    </td>
    </tr>

    <tr>
    <th>支架类型</th>
    <td>
    <?php 
foreach (ProjectSupport::getTypeDefines() as $key => $type) {
    if ($key != 0) {
        ?>
            <br>
            <?php 
    }
    ?>
Ejemplo n.º 9
0
<td align="center"><?php 
    echo $article->getStatusDesc();
    ?>
</td>
<td align="center"><?php 
    echo $article->ctime;
    ?>
</td>
<td align="center">
<form action='/cmsobjref/modifyIsTopAndSequence'>
	<input type='hidden' name='cmsobjrefid' value='<?php 
    echo $a->id;
    ?>
'>
	<?php 
    echo HtmlControl::getRadioCtrImp(array(1 => '置顶', 0 => '普通'), 'isTop', $a->isTop, ' ');
    ?>
  | 排序:
	<input type='text' name='sequence' value='<?php 
    echo $a->sequence;
    ?>
' style='width:30px'>
	<input type='submit' value='修改' />
</form>
</td>
</tr>

<?php 
}
?>
</table>
Ejemplo n.º 10
0
	<td class='strong'>
		<?=$testTask->id;?>
	</td>
</tr>

<tr>
	<th>状态:</th>
	<td class='red'>
		<?=$testTask->statusDesc();?>
	</td>
</tr>

<tr>
	<th>测试人:</th>
	<td>
		<?php echo HtmlControl::getSelectCtrImp(Tester::toArray4HtmlCtr($testers), 'testerId', $testTask->getTester()->id); ?>
	</td>
</tr>

<tr>
	<th>名称:</th>
	<td><input type="text" id="name" name="name" size=70 value="<?=$testTask->name;?>" class="f14 h25"/></td>
</tr>

<tr>
	<th>版本:</th>
	<td><input type="text" id="testVer" name="testVer" value="<?=$testTask->testVer;?>" class="f14 h25"/></td>
</tr>

<tr>
	<th>环境:</th>
Ejemplo n.º 11
0
    ?>
    <a href="/projectcustomermgr/add" target="_blank" class="f14">新增患者</a>
    <?php 
}
?>
</div>

<div class="mt10">
<form action="/projectcustomermgr/listofcond" method="get" >
用户姓名: <input type="text" name="customerName" value="<?php 
echo isset($customerName) ? $customerName : "";
?>
" />
<?php 
if (false == $myProjectOperator->isDoctorRole()) {
    echo HtmlControl::getSelectCtrImp(ProjectOrg::entitys2array4htmlCtr($projectOrgs), 'projectOrgId', isset($projectOrgId) ? $projectOrgId : 0);
}
?>
<input type="submit" value="搜索" />
</form>
</div>

<div class="mt10">
<table class="thintop">
	<tr>
		<th>患者ID</th>
		<th>筛选号</th>
		<th>患者姓名</th>
		<th>患者姓名拼音</th>
		<th>所属机构</th>
		<th>创建时间</th>
Ejemplo n.º 12
0
    </tr>
    <tr>
        <th>图片:</th>
        <td> <img src="<?php 
echo $wxArticle->getImgSrc(300, 300);
?>
"/><a href="/wxmgr/uploadattachment?wxArticleId=<?php 
echo $wxArticle->id;
?>
">修改图片</a>
        </td>
    </tr>
    <tr>
        <th>状态:</th>
        <td><?php 
echo HtmlControl::getRadioCtrImp(array(1 => '有效', 0 => '无效'), 'status', $wxArticle->status, ' ');
?>
</td>
    </tr>
    <tr>
        <th></th>
        <td><input class="submitButton" type="submit" value="提交" /></td>
    </tr>
</table>
</form>
</div>

</div>

<?php 
include_once dirname(__FILE__) . '/../_footer.inner.php';
        </tr>

        <tr>
        <th>家族肥胖史:</th>
        <td>
        <?php 
    echo HtmlControl::getRadioCtrImp(HealthItemProject::getWeightHistoryDefines(), "vars[healthItemProject][{$healthItemProject->id}][hasWeightHistory]", '', '&nbsp;&nbsp;&nbsp;');
    ?>
        </td>
        </tr>

        <tr>
        <th>运动相关疾病:</th>
        <td>
        <?php 
    echo HtmlControl::getRadioCtrImp(HealthItemProject::getSportRelatedDiseaseDefines(), "vars[healthItemProject][{$healthItemProject->id}][hasRelatedDisease]", '', '&nbsp;&nbsp;&nbsp;');
    ?>
        </td>
        </tr>


        <?php 
} else {
    ?>
        <tr>
        <th>上次评分:</th>
        <td>
        <input type="text" name="vars[healthItemProject][<?php 
    echo $healthItemProject->id;
    ?>
][preStepScore]" /> <span class="red">*(0-5)</span>
Ejemplo n.º 14
0
        <input type="radio" value="1" name="vars[1][m_diabetesHarm]" <?php 
    echo $bloodSugarStep->m_diabetesHarm == 1 ? "checked=checked" : "";
    ?>
 class='table_1'>是
        <input type="radio" value="0" name="vars[1][m_diabetesHarm]" <?php 
    echo $bloodSugarStep->m_diabetesHarm == 0 ? "checked=checked" : "";
    ?>
 class='table_1'>否
        </td>
        </tr>

        <tr>
        <th>血糖控制标准:</th>
        <td>
        <?php 
    echo HtmlControl::getRadioCtrImp(BloodSugarStep::getM_StandardDefines(), 'vars[1][m_standard]', $bloodSugarStep->m_standard, '&nbsp;&nbsp;&nbsp;', 'table_1');
    ?>
        </td>
        </tr>

        <tr>
        <th>需要监测的血糖:</th>
        <td>
        <?php 
    $needMonitoringStr = $bloodSugarStep->m_needMonitoring;
    $needMonitoringArr = explode(",", $needMonitoringStr);
    echo BloodSugarStep::getCheckboxCtrImp(BloodSugarStep::getM_NeedMonitoringDefines(), 'vars[1][m_needMonitoring][]', $needMonitoringArr, '&nbsp;&nbsp;&nbsp;', 'table_1');
    ?>
        </td>
        </tr>
</tr>

<tr>
<th title="1-5分,分数越过影响越大,1分代表对日常生活(如吃饭、睡觉、工作、家务等)没有影响,5分代表无法正常生活">对生活影响:</th>
<td>
<?php 
echo HtmlControl::getRadioCtrImp(array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5), "vars[incident][{$incident->id}][impactLevel]", '', '&nbsp;&nbsp;&nbsp;');
?>
</td>
</tr>

<tr>
<th title="1-5分,分数越高越在意,1分代表患者不在意,如果我们不问起就当没这回事,5分代表特别在意,几乎时时刻刻想着这个症状。">在意程度:</th>
<td>
<?php 
echo HtmlControl::getRadioCtrImp(array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5), "vars[incident][{$incident->id}][careLevel]", '', '&nbsp;&nbsp;&nbsp;');
?>
</td>
</tr>

<tr>
<th>描述:</th>
<td>
<textarea rows="2" cols="60" name="vars[incident][<?php 
echo $incident->id;
?>
][content]" /></textarea>
进健康日记:<input type="radio" checked="checked" value="记录到健康日记" name="vars[incident][<?php 
echo $incident->id;
?>
][healthDiary]" />是 
Ejemplo n.º 16
0
    </tr>

    <tr>
        <th>对生活影响:</th>
        <td>
        <?php 
echo HtmlControl::getRadioCtrImp(array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5), 'vars[impactLevel]', '', '&nbsp;&nbsp;&nbsp;');
?>
        </td>
    </tr>

    <tr>
        <th>在意程度:</th>
        <td>
        <?php 
echo HtmlControl::getRadioCtrImp(array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5), 'vars[careLevel]', '', '&nbsp;&nbsp;&nbsp;');
?>
        </td>
    </tr>

    <tr>
        <th>描述:</th>
        <td>
        <textarea rows="2" cols="60" name="vars[content]" /></textarea>
        进健康日记:<input type="radio" checked="checked" value="记录到健康日记" name="vars[healthDiary]" />是 
        <input type="radio" value="" name="vars[healthDiary]" />否 
        </td>
    </tr>

    <tr>
        <th>备注:</th>
Ejemplo n.º 17
0
	</td>
	</tr>
	
	<?php if($patientSignin->treatType < 1 && false == $patientSignin->isSrcQRcode()) {?>
	<tr>
	<td width="150">门诊还是住院患者:</td>
	<td>
	<input type="radio" name="vars[isInHospital]" id="isInHospital" value="0" <?php if($patientSignin->isInHospital == false) echo "checked='checked'";?>>门诊	
	<input type="radio" name="vars[isInHospital]" id="isInHospital" value="1" <?php if($patientSignin->isInHospital) echo "checked='checked'";?>>住院  &nbsp;&nbsp;&nbsp;&nbsp;(本条是旧数据,还没选新的就诊类型)
	</td>
	</tr>
	<?php } ?>
	
	<tr>
	<td width="150">就诊类型:</td>
	<td><?php echo HtmlControl::getRadioCtrImp(PatientSignin::getAllTreatTypeArr(), 'vars[treatType]', (($patientSignin->treatType == 0 && $doctorPatientRef->isTreated()) ? PatientSignin::TreatType_Fuzhen : $patientSignin->treatType),'');?>
	</td>
	</tr>
	<tr>
	<td width="150">最近一次看门诊日期:</td>
	<td>
	<input type="text" class="" name="vars[latestTreatedTime]" id="latestTreatedTime" value="<?=$patientSignin->latestTreatedTime?>" >
	</td>
	</tr>
	<tr>
	<td width="150">病 历 号 :</td>
	<td>
	<input type="text" class="" name="vars[hospitalCaseNO]" id="hospitalCaseNO" value="<?=$patientSignin->hospitalCaseNO ?>" >
	</td>
	</tr>	
	<tr>
Ejemplo n.º 18
0
echo HtmlControl::getSelectCtrImp(ProjectOrg::entitys2array4htmlCtr($projectOrgs), 'projectOrgId', $projectOperator->projectOrg->id);
?>
</td>
    </tr>
    
    <tr>
        <th>角色:</th>
        <td><?php 
echo HtmlControl::getRadioCtrImp(ProjectRole::getArray4htmlCtr(), 'role', $projectOperator->role, ' ');
?>
</td>
    </tr>
    <tr>
        <th>状态:</th>
        <td><?php 
echo HtmlControl::getRadioCtrImp(array(1 => '有效', 0 => '无效'), 'status', $projectOperator->status, ' ');
?>
</td>
    </tr>
    
    <tr>
        <th></th>
        <td><input type="submit" value="提交" /></td>
    </tr>
</table>

</form>

</div>
</div>
        <th>血糖生成指数备注:</th>
        <td>
        <textarea rows="2" cols="60" name="vars[3][i_remark]" class="table_3"/></textarea>
        </td>
        </tr>

</table>
<br />
<table id="table_4">
        <tr>
        <th title="运动好处:消耗热情,降低稳定血糖,增加胰岛素的敏感性,减轻胰岛负担
                   运动时间:每周4-5天以上的活动,建议餐后90分钟(血糖的高峰期)后散步30分钟
        ">管理:</th>
        <td>
        <?php 
echo HtmlControl::getCheckboxCtrImp(BloodSugarStep::getS_ManagementDefines(), 'vars[4][s_management][]', '', '&nbsp;&nbsp;&nbsp;', "table_4");
?>
        </td>
        </tr>

        <tr>
        <th>方案:</th>
        <td>
        <textarea rows="2" cols="60" name="vars[4][s_plan]" class="table_4"/></textarea>
        </td>
        </tr>

        <tr>
        <th>运动备注:</th>
        <td>
        <textarea rows="2" cols="60" name="vars[4][s_remark]" class="table_4"/></textarea>
Ejemplo n.º 20
0
</script>
<div class="mainContent">
<div class="pageTitle">
<?php 
echo $pageTitle;
?>
 
</div>

<div class="mt10">
<form action="/wxmgr/addwxarticlepost" method="post">
<table class="thinleft">
    <tr>
        <th>类型:</th>
        <td><?php 
echo HtmlControl::getRadioCtrImp(wxArticle::getTypeArray(), 'type', WxArticle::DAILY_PHOTO, ' ');
?>
</td>
    </tr>
    <tr>
        <th>Code:</th>
        <td><input name="code" id="code" />  <span class="red" id="codenotice">*</span></td>
    </tr>
    <tr>
        <th>作者:</th>
        <td><input name="authorname" />  <span class="red">*</span></td>
    </tr>
    <tr>
        <th>名称:</th>
        <td><input name="title" />  <span class="red">*</span></td>
    </tr>