部分日期未知月份评估
检查日期问题的月份是否选为未知 (UNK),如果需要,显示查询。
规则说明:如果为初始诊断日期选择 UNK 作为“月份”,则发出查询。
规则表达式
if(DIADT.getMonth()==='UNK') //checks for the presence of 'UNK' value as the month of a date
{
return false; //System sends query when return false condition is met
}
else
{
return true;
}
查询消息:为“月份”选择了 UNK。请验证并提供。
定义
验证步骤
- 使用主题进行测试,转到包含要检查的日期项的给定访问和表单,在本例中为初始诊断日期 <
DIADT
>。 - 按照下表更新表单项
DIADT
,并验证结果是否已列出:DIADT
结果 10-May-2021 无查询 UNK-UNK-2021 查询 UNK-May-2021 无查询 05-Jun-2021 无查询 UNK-UNK-2021 查询 Null
无查询
注意:
如果表单存在于多个访问中,请重复上述步骤。
父主题:部分日期比较