医疗文书未排程列表 点击主复制药品 剂量也复制 在空白行之上 添加多个子药往后新增行 刷新手术间台次逻辑 药品判断相同新增通路 考虑模板 通路 版本号 是否限制用药 自备药品 是否皮试
249 lines
5.7 KiB
C#
249 lines
5.7 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using AIMSDAL;
|
|
|
|
namespace AIMSModel
|
|
{
|
|
[Serializable]
|
|
public partial class OperationTemplate
|
|
{
|
|
private int? id;
|
|
private string templateName;
|
|
private int? typeId;
|
|
private string itemKindName;
|
|
private DateTime? inRoomTime;
|
|
private int? itemId;
|
|
private DateTime? beginTime;
|
|
private DateTime? endTime;
|
|
private Decimal? _value;
|
|
private string dosageUnit;
|
|
private string drugChannel;
|
|
private string giveDrugType;
|
|
private string operatorNo;
|
|
private string operatorName;
|
|
private DateTime? operateDate;
|
|
private int? isPublic;
|
|
private string spare1;
|
|
private string spare2;
|
|
private string spare3;
|
|
private string spare4;
|
|
private string spare5;
|
|
private string spare6;
|
|
private string spare7;
|
|
private string spare8;
|
|
private string spare9;
|
|
private string spare10;
|
|
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int? Id
|
|
{
|
|
get { return id; }
|
|
set { id = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string TemplateName
|
|
{
|
|
get { return templateName; }
|
|
set { templateName = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int? TypeId
|
|
{
|
|
get { return typeId; }
|
|
set { typeId = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string ItemKindName
|
|
{
|
|
get { return itemKindName; }
|
|
set { itemKindName = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? InRoomTime
|
|
{
|
|
get { return inRoomTime; }
|
|
set { inRoomTime = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int? ItemId
|
|
{
|
|
get { return itemId; }
|
|
set { itemId = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? BeginTime
|
|
{
|
|
get { return beginTime; }
|
|
set { beginTime = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? EndTime
|
|
{
|
|
get { return endTime; }
|
|
set { endTime = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public Decimal? Value
|
|
{
|
|
get { return _value; }
|
|
set { _value = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string DosageUnit
|
|
{
|
|
get { return dosageUnit; }
|
|
set { dosageUnit = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string DrugChannel
|
|
{
|
|
get { return drugChannel; }
|
|
set { drugChannel = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string GiveDrugType
|
|
{
|
|
get { return giveDrugType; }
|
|
set { giveDrugType = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string OperatorNo
|
|
{
|
|
get { return operatorNo; }
|
|
set { operatorNo = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string OperatorName
|
|
{
|
|
get { return operatorName; }
|
|
set { operatorName = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? OperateDate
|
|
{
|
|
get { return operateDate; }
|
|
set { operateDate = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int? IsPublic
|
|
{
|
|
get { return isPublic; }
|
|
set { isPublic = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare1
|
|
{
|
|
get { return spare1; }
|
|
set { spare1 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare2
|
|
{
|
|
get { return spare2; }
|
|
set { spare2 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare3
|
|
{
|
|
get { return spare3; }
|
|
set { spare3 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare4
|
|
{
|
|
get { return spare4; }
|
|
set { spare4 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare5
|
|
{
|
|
get { return spare5; }
|
|
set { spare5 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare6
|
|
{
|
|
get { return spare6; }
|
|
set { spare6 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare7
|
|
{
|
|
get { return spare7; }
|
|
set { spare7 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare8
|
|
{
|
|
get { return spare8; }
|
|
set { spare8 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare9
|
|
{
|
|
get { return spare9; }
|
|
set { spare9 = value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string Spare10
|
|
{
|
|
get { return spare10; }
|
|
set { spare10 = value; }
|
|
}
|
|
}
|
|
}
|