813 lines
27 KiB
C#
813 lines
27 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
namespace DrawGraph
|
|
{
|
|
[Serializable]
|
|
public partial class OperationRecordInstrumentList
|
|
{
|
|
private int? id;
|
|
private int? operationRecordId;
|
|
private string applianceUseType;
|
|
private string tagPicture;
|
|
private string remark;
|
|
private string jsonTextData;
|
|
private string operatorNo;
|
|
private string operatorName;
|
|
private DateTime? operateDate;
|
|
private string operationName;
|
|
private string operationNameRermark;
|
|
private string diseaseName;
|
|
private string operationSite;
|
|
private string skinBackInfo;
|
|
private string beforSkinInfo;
|
|
private string deepVeniPuncture;
|
|
private string specialInfected;
|
|
private string gastricCanal;
|
|
private string catheterization;
|
|
private string inBloodType;
|
|
private string inBloodName;
|
|
private string inBloodXXB;
|
|
private string inBloodXFHXB;
|
|
private string inBloodXJ;
|
|
private string inBloodLCD;
|
|
private string inBloodZTX;
|
|
private string inBloodQT;
|
|
private string inBloodDose;
|
|
private string veinInfuse;
|
|
private string inDose;
|
|
private string outDose;
|
|
private string imagingData;
|
|
private string specimen;
|
|
private string specimenCount;
|
|
private string pathologyCount;
|
|
private string specimenState;
|
|
private string specimanToFrozen;
|
|
private string specimanToPathology;
|
|
private string submitForInspection;
|
|
private string submitPerson;
|
|
private string opeOutState;
|
|
private string opeSpecialGoods;
|
|
private string specialProblems;
|
|
private string antibioticUserTime;
|
|
private string beforInvasive;
|
|
private string tourniquetBegin1;
|
|
private string tourniquetEnd1;
|
|
private string tourniquetBegin2;
|
|
private string tourniquetEnd2;
|
|
private string tourniquetBegin3;
|
|
private string tourniquetEnd3;
|
|
private string tourniquetPosition;
|
|
private string negativePlatePosition;
|
|
private string inWardTime;
|
|
private string eMRInfo;
|
|
private string consciousness;
|
|
private string bloodPressure;
|
|
private string pulse;
|
|
private string breathing;
|
|
private string skinType;
|
|
private string hbsAg;
|
|
private string afterSkinStatus;
|
|
private string drainage;
|
|
private string inBloodPosition;
|
|
private string asepticBagMonitor;
|
|
private string drugAllergy;
|
|
private string operationDoctor;
|
|
private string instrumentNurse;
|
|
private string instrumentNurseSucceed;
|
|
private string instrumentNurseSucceedTime;
|
|
private string tourNurse;
|
|
private string tourNurseSucceed;
|
|
private string tourNurseSucceedTime;
|
|
private string outInstrumentNurse;
|
|
private string outInstrumentNurseSucceed;
|
|
private string outTourNurse;
|
|
private string outTourNurseSucceed;
|
|
private string otherInfo;
|
|
private string operationNurse;
|
|
private string wardNurse;
|
|
|
|
public List<ApplianceRecord> ApplianceRecordList;
|
|
|
|
[NoCreatControlAttributs]
|
|
public int? Id
|
|
{
|
|
get { return id; }
|
|
set { id = value; }
|
|
}
|
|
[NoCreatControlAttributs]
|
|
public int? OperationRecordId
|
|
{
|
|
get { return operationRecordId; }
|
|
set { operationRecordId = value; }
|
|
}
|
|
/// <summary>
|
|
/// 器械包Id
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public string ApplianceUseType
|
|
{
|
|
get { return applianceUseType; }
|
|
set { applianceUseType = value; }
|
|
}
|
|
/// <summary>
|
|
/// 人体标记图
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public string TagPicture
|
|
{
|
|
get { return tagPicture; }
|
|
set { tagPicture = value; }
|
|
}
|
|
[ClassAttributs(Description = "人体标记图")]
|
|
public string TagPicturePanel { get; set; }
|
|
[ClassAttributs(Description = "灭菌包列表")]
|
|
public string PackPanel { get; set; }
|
|
/// <summary>
|
|
/// 备注
|
|
/// </summary>
|
|
[ClassAttributs(Description = "备注")]
|
|
public string Remark
|
|
{
|
|
get { return remark; }
|
|
set { remark = value; }
|
|
}
|
|
/// <summary>
|
|
/// 格式化文本
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public string JsonTextData
|
|
{
|
|
get { return jsonTextData; }
|
|
set { jsonTextData = value; }
|
|
}
|
|
/// <summary>
|
|
/// 操作工号3
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public string OperatorNo
|
|
{
|
|
get { return operatorNo; }
|
|
set { operatorNo = value; }
|
|
}
|
|
/// <summary>
|
|
/// 操作人名称
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public string OperatorName
|
|
{
|
|
get { return operatorName; }
|
|
set { operatorName = value; }
|
|
}
|
|
/// <summary>
|
|
/// 操作时间
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public DateTime? OperateDate
|
|
{
|
|
get { return operateDate; }
|
|
set { operateDate = value; }
|
|
}
|
|
/// <summary>
|
|
/// 手术名称
|
|
/// </summary>
|
|
[ClassAttributs(Description = "手术名称")]
|
|
public string OperationName
|
|
{
|
|
get { return operationName; }
|
|
set { operationName = value; }
|
|
}
|
|
/// <summary>
|
|
/// 手术名称备注
|
|
/// </summary>
|
|
[ClassAttributs(Description = "手术名称备注")]
|
|
public string OperationNameRermark
|
|
{
|
|
get { return operationNameRermark; }
|
|
set { operationNameRermark = value; }
|
|
}
|
|
/// <summary>
|
|
/// 术后诊断
|
|
/// </summary>
|
|
[ClassAttributs(Description = "术后诊断")]
|
|
public string DiseaseName
|
|
{
|
|
get { return diseaseName; }
|
|
set { diseaseName = value; }
|
|
}
|
|
/// <summary>
|
|
/// 手术体位
|
|
/// </summary>
|
|
[ClassAttributs(Description = "手术体位")]
|
|
public string OperationSite
|
|
{
|
|
get { return operationSite; }
|
|
set { operationSite = value; }
|
|
}
|
|
/// <summary>
|
|
/// 备皮情况
|
|
/// </summary>
|
|
[ClassAttributs(Description = "备皮情况")]
|
|
public string SkinBackInfo
|
|
{
|
|
get { return skinBackInfo; }
|
|
set { skinBackInfo = value; }
|
|
}
|
|
/// <summary>
|
|
/// 术前皮肤完整情况
|
|
/// </summary>
|
|
[ClassAttributs(Description = "术前皮肤完整情况")]
|
|
public string BeforSkinInfo
|
|
{
|
|
get { return beforSkinInfo; }
|
|
set { beforSkinInfo = value; }
|
|
}
|
|
/// <summary>
|
|
/// 深静脉穿刺
|
|
/// </summary>
|
|
[ClassAttributs(Description = "深静脉穿刺")]
|
|
public string DeepVeniPuncture
|
|
{
|
|
get { return deepVeniPuncture; }
|
|
set { deepVeniPuncture = value; }
|
|
}
|
|
/// <summary>
|
|
/// 特殊感染
|
|
/// </summary>
|
|
[ClassAttributs(Description = "特殊感染")]
|
|
public string SpecialInfected
|
|
{
|
|
get { return specialInfected; }
|
|
set { specialInfected = value; }
|
|
}
|
|
/// <summary>
|
|
/// 胃管
|
|
/// </summary>
|
|
[ClassAttributs(Description = "胃管")]
|
|
public string GastricCanal
|
|
{
|
|
get { return gastricCanal; }
|
|
set { gastricCanal = value; }
|
|
}
|
|
/// <summary>
|
|
/// 导尿
|
|
/// </summary>
|
|
[ClassAttributs(Description = "导尿")]
|
|
public string Catheterization
|
|
{
|
|
get { return catheterization; }
|
|
set { catheterization = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血血型
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血血型")]
|
|
public string InBloodType
|
|
{
|
|
get { return inBloodType; }
|
|
set { inBloodType = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血成分名称
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血成分名称")]
|
|
public string InBloodName
|
|
{
|
|
get { return inBloodName; }
|
|
set { inBloodName = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血成分名称血小板
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血成分名称血小板")]
|
|
public string InBloodXXB
|
|
{
|
|
get { return inBloodXXB; }
|
|
set { inBloodXXB = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血成分名称悬浮红细胞
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血成分名称悬浮红细胞")]
|
|
public string InBloodXFHXB
|
|
{
|
|
get { return inBloodXFHXB; }
|
|
set { inBloodXFHXB = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血成分名称血浆
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血成分名称血浆")]
|
|
public string InBloodXJ
|
|
{
|
|
get { return inBloodXJ; }
|
|
set { inBloodXJ = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血成分名称冷沉淀
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血成分名称冷沉淀")]
|
|
public string InBloodLCD
|
|
{
|
|
get { return inBloodLCD; }
|
|
set { inBloodLCD = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血成分名称自体血
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血成分名称自体血")]
|
|
public string InBloodZTX
|
|
{
|
|
get { return inBloodZTX; }
|
|
set { inBloodZTX = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血成分名称其他
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血成分名称其他")]
|
|
public string InBloodQT
|
|
{
|
|
get { return inBloodQT; }
|
|
set { inBloodQT = value; }
|
|
}
|
|
/// <summary>
|
|
/// 输血量
|
|
/// </summary>
|
|
[ClassAttributs(Description = "输血量")]
|
|
public string InBloodDose
|
|
{
|
|
get { return inBloodDose; }
|
|
set { inBloodDose = value; }
|
|
}
|
|
/// <summary>
|
|
/// 静脉输液
|
|
/// </summary>
|
|
[ClassAttributs(Description = "静脉输液")]
|
|
public string VeinInfuse
|
|
{
|
|
get { return veinInfuse; }
|
|
set { veinInfuse = value; }
|
|
}
|
|
/// <summary>
|
|
/// 液体
|
|
/// </summary>
|
|
[ClassAttributs(Description = "液体")]
|
|
public string InDose
|
|
{
|
|
get { return inDose; }
|
|
set { inDose = value; }
|
|
}
|
|
/// <summary>
|
|
/// 出量
|
|
/// </summary>
|
|
[ClassAttributs(Description = "出量")]
|
|
public string OutDose
|
|
{
|
|
get { return outDose; }
|
|
set { outDose = value; }
|
|
}
|
|
/// <summary>
|
|
/// 影像资料
|
|
/// </summary>
|
|
[ClassAttributs(Description = "影像资料")]
|
|
public string ImagingData
|
|
{
|
|
get { return imagingData; }
|
|
set { imagingData = value; }
|
|
}
|
|
/// <summary>
|
|
/// 有无标本
|
|
/// </summary>
|
|
[ClassAttributs(Description = "有无标本")]
|
|
public string Specimen
|
|
{
|
|
get { return specimen; }
|
|
set { specimen = value; }
|
|
}
|
|
/// <summary>
|
|
/// 标本数量
|
|
/// </summary>
|
|
[ClassAttributs(Description = "标本数量")]
|
|
public string SpecimenCount
|
|
{
|
|
get { return specimenCount; }
|
|
set { specimenCount = value; }
|
|
}
|
|
/// <summary>
|
|
/// 病理数量
|
|
/// </summary>
|
|
[ClassAttributs(Description = "病理数量")]
|
|
public string PathologyCount
|
|
{
|
|
get { return pathologyCount; }
|
|
set { pathologyCount = value; }
|
|
}
|
|
/// <summary>
|
|
/// 标本去处
|
|
/// </summary>
|
|
[ClassAttributs(Description = "标本去处")]
|
|
public string SpecimenState
|
|
{
|
|
get { return specimenState; }
|
|
set { specimenState = value; }
|
|
}
|
|
/// <summary>
|
|
/// 标本送冰冻
|
|
/// </summary>
|
|
[ClassAttributs(Description = "标本送冰冻")]
|
|
public string SpecimanToFrozen
|
|
{
|
|
get { return specimanToFrozen; }
|
|
set { specimanToFrozen = value; }
|
|
}
|
|
/// <summary>
|
|
/// 标本送病理
|
|
/// </summary>
|
|
[ClassAttributs(Description = "标本送病理")]
|
|
public string SpecimanToPathology
|
|
{
|
|
get { return specimanToPathology; }
|
|
set { specimanToPathology = value; }
|
|
}
|
|
/// <summary>
|
|
/// 是否送检
|
|
/// </summary>
|
|
[ClassAttributs(Description = "是否送检")]
|
|
public string SubmitForInspection
|
|
{
|
|
get { return submitForInspection; }
|
|
set { submitForInspection = value; }
|
|
}
|
|
/// <summary>
|
|
/// 送检者
|
|
/// </summary>
|
|
[ClassAttributs(Description = "送检者")]
|
|
public string SubmitPerson
|
|
{
|
|
get { return submitPerson; }
|
|
set { submitPerson = value; }
|
|
}
|
|
/// <summary>
|
|
/// 术后送回
|
|
/// </summary>
|
|
[ClassAttributs(Description = "术后送回")]
|
|
public string OpeOutState
|
|
{
|
|
get { return opeOutState; }
|
|
set { opeOutState = value; }
|
|
}
|
|
/// <summary>
|
|
/// 术中使用特殊物品
|
|
/// </summary>
|
|
[ClassAttributs(Description = "术中使用特殊物品")]
|
|
public string OpeSpecialGoods
|
|
{
|
|
get { return opeSpecialGoods; }
|
|
set { opeSpecialGoods = value; }
|
|
}
|
|
/// <summary>
|
|
/// 特殊问题处理
|
|
/// </summary>
|
|
[ClassAttributs(Description = "特殊问题处理")]
|
|
public string SpecialProblems
|
|
{
|
|
get { return specialProblems; }
|
|
set { specialProblems = value; }
|
|
}
|
|
/// <summary>
|
|
/// 预防性抗生素术前用药时间
|
|
/// </summary>
|
|
[ClassAttributs(Description = "预防性抗生素术前用药时间")]
|
|
public string AntibioticUserTime
|
|
{
|
|
get { return antibioticUserTime; }
|
|
set { antibioticUserTime = value; }
|
|
}
|
|
/// <summary>
|
|
/// 术前有创筛查
|
|
/// </summary>
|
|
[ClassAttributs(Description = "术前有创筛查")]
|
|
public string BeforInvasive
|
|
{
|
|
get { return beforInvasive; }
|
|
set { beforInvasive = value; }
|
|
}
|
|
/// <summary>
|
|
/// 止血带开始时间
|
|
/// </summary>
|
|
[ClassAttributs(Description = "止血带开始时间")]
|
|
public string TourniquetBegin1
|
|
{
|
|
get { return tourniquetBegin1; }
|
|
set { tourniquetBegin1 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 止血带结束时间
|
|
/// </summary>
|
|
[ClassAttributs(Description = "止血带结束时间")]
|
|
public string TourniquetEnd1
|
|
{
|
|
get { return tourniquetEnd1; }
|
|
set { tourniquetEnd1 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 止血带开始时间2
|
|
/// </summary>
|
|
[ClassAttributs(Description = "止血带开始时间2")]
|
|
public string TourniquetBegin2
|
|
{
|
|
get { return tourniquetBegin2; }
|
|
set { tourniquetBegin2 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 止血带结束时间2
|
|
/// </summary>
|
|
[ClassAttributs(Description = "止血带结束时间2")]
|
|
public string TourniquetEnd2
|
|
{
|
|
get { return tourniquetEnd2; }
|
|
set { tourniquetEnd2 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 止血带开始时间3
|
|
/// </summary>
|
|
[ClassAttributs(Description = "止血带开始时间3")]
|
|
public string TourniquetBegin3
|
|
{
|
|
get { return tourniquetBegin3; }
|
|
set { tourniquetBegin3 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 止血带结束时间3
|
|
/// </summary>
|
|
[ClassAttributs(Description = "止血带结束时间3")]
|
|
public string TourniquetEnd3
|
|
{
|
|
get { return tourniquetEnd3; }
|
|
set { tourniquetEnd3 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 止血带部位
|
|
/// </summary>
|
|
[ClassAttributs(Description = "止血带部位")]
|
|
public string TourniquetPosition
|
|
{
|
|
get { return tourniquetPosition; }
|
|
set { tourniquetPosition = value; }
|
|
}
|
|
/// <summary>
|
|
/// 负极板部位
|
|
/// </summary>
|
|
[ClassAttributs(Description = "负极板部位")]
|
|
public string NegativePlatePosition
|
|
{
|
|
get { return negativePlatePosition; }
|
|
set { negativePlatePosition = value; }
|
|
}
|
|
/// <summary>
|
|
/// 回病房时间
|
|
/// </summary>
|
|
[ClassAttributs(Description = "回病房时间")]
|
|
public string InWardTime
|
|
{
|
|
get { return inWardTime; }
|
|
set { inWardTime = value; }
|
|
}
|
|
/// <summary>
|
|
/// 病历资料
|
|
/// </summary>
|
|
[ClassAttributs(Description = "病历资料")]
|
|
public string EMRInfo
|
|
{
|
|
get { return eMRInfo; }
|
|
set { eMRInfo = value; }
|
|
}
|
|
/// <summary>
|
|
/// 意识
|
|
/// </summary>
|
|
[ClassAttributs(Description = "意识")]
|
|
public string Consciousness
|
|
{
|
|
get { return consciousness; }
|
|
set { consciousness = value; }
|
|
}
|
|
/// <summary>
|
|
/// 血压
|
|
/// </summary>
|
|
[ClassAttributs(Description = "血压")]
|
|
public string BloodPressure
|
|
{
|
|
get { return bloodPressure; }
|
|
set { bloodPressure = value; }
|
|
}
|
|
/// <summary>
|
|
/// 脉搏
|
|
/// </summary>
|
|
[ClassAttributs(Description = "脉搏")]
|
|
public string Pulse
|
|
{
|
|
get { return pulse; }
|
|
set { pulse = value; }
|
|
}
|
|
/// <summary>
|
|
/// 呼吸
|
|
/// </summary>
|
|
[ClassAttributs(Description = "呼吸")]
|
|
public string Breathing
|
|
{
|
|
get { return breathing; }
|
|
set { breathing = value; }
|
|
}
|
|
/// <summary>
|
|
/// 皮肤
|
|
/// </summary>
|
|
[ClassAttributs(Description = "皮肤")]
|
|
public string SkinType
|
|
{
|
|
get { return skinType; }
|
|
set { skinType = value; }
|
|
}
|
|
/// <summary>
|
|
/// HbsAg
|
|
/// </summary>
|
|
[ClassAttributs(Description = "HbsAg")]
|
|
public string HbsAg
|
|
{
|
|
get { return hbsAg; }
|
|
set { hbsAg = value; }
|
|
}
|
|
/// <summary>
|
|
/// 皮肤情况
|
|
/// </summary>
|
|
[ClassAttributs(Description = "皮肤情况")]
|
|
public string AfterSkinStatus
|
|
{
|
|
get { return afterSkinStatus; }
|
|
set { afterSkinStatus = value; }
|
|
}
|
|
/// <summary>
|
|
/// 引流
|
|
/// </summary>
|
|
[ClassAttributs(Description = "引流")]
|
|
public string Drainage
|
|
{
|
|
get { return drainage; }
|
|
set { drainage = value; }
|
|
}
|
|
/// <summary>
|
|
/// 静脉输液(血)/部位
|
|
/// </summary>
|
|
[ClassAttributs(Description = "静脉输液(血)/部位")]
|
|
public string InBloodPosition
|
|
{
|
|
get { return inBloodPosition; }
|
|
set { inBloodPosition = value; }
|
|
}
|
|
/// <summary>
|
|
/// 无菌包监测合格
|
|
/// </summary>
|
|
[ClassAttributs(Description = "无菌包监测合格")]
|
|
public string AsepticBagMonitor
|
|
{
|
|
get { return asepticBagMonitor; }
|
|
set { asepticBagMonitor = value; }
|
|
}
|
|
/// <summary>
|
|
/// 药物过敏史
|
|
/// </summary>
|
|
[ClassAttributs(Description = "药物过敏史")]
|
|
public string DrugAllergy
|
|
{
|
|
get { return drugAllergy; }
|
|
set { drugAllergy = value; }
|
|
}
|
|
/// <summary>
|
|
/// 主刀医生
|
|
/// </summary>
|
|
[ClassAttributs(Description = "主刀医生")]
|
|
public string OperationDoctor
|
|
{
|
|
get { return operationDoctor; }
|
|
set { operationDoctor = value; }
|
|
}
|
|
/// <summary>
|
|
/// 器械护士
|
|
/// </summary>
|
|
[ClassAttributs(Description = "器械护士")]
|
|
public string InstrumentNurse
|
|
{
|
|
get { return instrumentNurse; }
|
|
set { instrumentNurse = value; }
|
|
}
|
|
/// <summary>
|
|
/// 器械护士接台
|
|
/// </summary>
|
|
[ClassAttributs(Description = "器械护士接台")]
|
|
public string InstrumentNurseSucceed
|
|
{
|
|
get { return instrumentNurseSucceed; }
|
|
set { instrumentNurseSucceed = value; }
|
|
}
|
|
/// <summary>
|
|
/// 器械护士接台时间
|
|
/// </summary>
|
|
[ClassAttributs(Description = "器械护士接台时间")]
|
|
public string InstrumentNurseSucceedTime
|
|
{
|
|
get { return instrumentNurseSucceedTime; }
|
|
set { instrumentNurseSucceedTime = value; }
|
|
}
|
|
/// <summary>
|
|
/// 巡回护士
|
|
/// </summary>
|
|
[ClassAttributs(Description = "巡回护士")]
|
|
public string TourNurse
|
|
{
|
|
get { return tourNurse; }
|
|
set { tourNurse = value; }
|
|
}
|
|
/// <summary>
|
|
/// 巡回护士接台
|
|
/// </summary>
|
|
[ClassAttributs(Description = "巡回护士接台")]
|
|
public string TourNurseSucceed
|
|
{
|
|
get { return tourNurseSucceed; }
|
|
set { tourNurseSucceed = value; }
|
|
}
|
|
/// <summary>
|
|
/// 巡回护士接台时间
|
|
/// </summary>
|
|
[ClassAttributs(Description = "巡回护士接台时间")]
|
|
public string TourNurseSucceedTime
|
|
{
|
|
get { return tourNurseSucceedTime; }
|
|
set { tourNurseSucceedTime = value; }
|
|
}
|
|
/// <summary>
|
|
/// 结束器械护士
|
|
/// </summary>
|
|
[ClassAttributs(Description = "结束器械护士")]
|
|
public string OutInstrumentNurse
|
|
{
|
|
get { return outInstrumentNurse; }
|
|
set { outInstrumentNurse = value; }
|
|
}
|
|
/// <summary>
|
|
/// 结束器械护士接台
|
|
/// </summary>
|
|
[ClassAttributs(Description = "结束器械护士接台")]
|
|
public string OutInstrumentNurseSucceed
|
|
{
|
|
get { return outInstrumentNurseSucceed; }
|
|
set { outInstrumentNurseSucceed = value; }
|
|
}
|
|
/// <summary>
|
|
/// 结束巡回护士
|
|
/// </summary>
|
|
[ClassAttributs(Description = "结束巡回护士")]
|
|
public string OutTourNurse
|
|
{
|
|
get { return outTourNurse; }
|
|
set { outTourNurse = value; }
|
|
}
|
|
/// <summary>
|
|
/// 结束巡回护士接台
|
|
/// </summary>
|
|
[ClassAttributs(Description = "结束巡回护士接台")]
|
|
public string OutTourNurseSucceed
|
|
{
|
|
get { return outTourNurseSucceed; }
|
|
set { outTourNurseSucceed = value; }
|
|
}
|
|
/// <summary>
|
|
/// 其他
|
|
/// </summary>
|
|
[ClassAttributs(Description = "其他")]
|
|
public string OtherInfo
|
|
{
|
|
get { return otherInfo; }
|
|
set { otherInfo = value; }
|
|
}
|
|
/// <summary>
|
|
/// 手术护士
|
|
/// </summary>
|
|
[ClassAttributs(Description = "手术护士")]
|
|
public string OperationNurse
|
|
{
|
|
get { return operationNurse; }
|
|
set { operationNurse = value; }
|
|
}
|
|
/// <summary>
|
|
/// 病房护士
|
|
/// </summary>
|
|
[ClassAttributs(Description = "病房护士")]
|
|
public string WardNurse
|
|
{
|
|
get { return wardNurse; }
|
|
set { wardNurse = value; }
|
|
}
|
|
}
|
|
}
|