53 lines
1.5 KiB
C#
53 lines
1.5 KiB
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace _1200gFtp
|
|||
|
{
|
|||
|
public class his03Model
|
|||
|
{
|
|||
|
public int status { get; set; }
|
|||
|
|
|||
|
public string posId { get; set; }
|
|||
|
public string id { get; set; }
|
|||
|
public string testDate { get; set; }
|
|||
|
public string hisCode { get; set; }
|
|||
|
public string name { get; set; }
|
|||
|
public string identityCode { get; set; }
|
|||
|
public string sex { get; set; }
|
|||
|
|
|||
|
|
|||
|
|
|||
|
public int age { get; set; }
|
|||
|
public string ageUnit { get; set; }
|
|||
|
public string itemId { get; set; }
|
|||
|
public string itemName { get; set; }
|
|||
|
public string departmentId { get; set; }
|
|||
|
public string doctorId { get; set; }
|
|||
|
public string patientType { get; set; }
|
|||
|
public string evidence { get; set; }
|
|||
|
public string pdfUrl { get; set; }
|
|||
|
|
|||
|
|
|||
|
|
|||
|
public string optName { get; set; }
|
|||
|
public string auditName { get; set; }
|
|||
|
public string bedNum { get; set; }
|
|||
|
public string testNum { get; set; }
|
|||
|
public string barCode { get; set; }
|
|||
|
|
|||
|
|
|||
|
|
|||
|
public string specimenType { get; set; }
|
|||
|
public string dicomUrl { get; set; }
|
|||
|
public string conclusion { get; set; }
|
|||
|
public string departmentName { get; set; }
|
|||
|
public string doctorName { get; set; }
|
|||
|
public string birthday { get; set; }
|
|||
|
public string negaPosiTive { get; set; }
|
|||
|
|
|||
|
}
|
|||
|
}
|