AIMS/AIMSEntity/DAL/Extension/DNotesRecord.cs
leomon ca639ee117 禁食水28 营养中等
评估时间默认入室加一小时
麻醉已转入的情况下 护士再转入判断
门诊床号-
金州登记表
2023-05-17 01:40:14 +08:00

14 lines
239 B
C#

using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
using System.Collections.Generic;
using AIMSModel;
using AIMSObjectQuery;
namespace AIMSDAL
{
internal partial class DNotesRecord
{
}
}