12345678910111213141516171819202122232425262728293031323334353637383940 |
- using System;
- using System.Collections.Generic;
- using System.Data;
- using System.Linq;
- using System.Text;
- namespace MediII.Adapter.ReceiveToKCModel
- {
- [Serializable]
- public class zhuyuan_original : BaseEntity
- {
- public Int64 No { get; set;}
- public string patient_zyh { get; set;}
- public string patient_id { get; set;}
- public DateTime RY_DATE { get; set;}
- public string RY_UNIT { get; set;}
- public string RY_BQ { get; set;}
- public string RY_BED { get; set;}
- public DateTime CY_DATE { get; set;}
- public string CY_UNIT { get; set;}
- public string CY_BQ { get; set;}
- public string age { get; set;}
- public string patient_name { get; set;}
- public string Sex { get; set;}
- public string address { get; set;}
- public string JG_DOCT_GH { get; set;}
- public string SZ_DOCT_GH { get; set;}
- public string Nurse_grade { get; set;}
- public string ICD_CODE_RY1 { get; set;}
- public string ICD_CODE_RY2 { get; set;}
- public string ICD_CODE_RY3 { get; set;}
- public string ICD_CODE_RY4 { get; set;}
- public string ICD_CODE_CY1 { get; set;}
- public string ICD_CODE_CY2 { get; set;}
- public string ICD_CODE_CY3 { get; set;}
- public string ICD_CODE_CY4 { get; set;}
- public string CY_Kind { get; set;}
- }
- }
|