ReportConclusionInfo.cs 353 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using Vinno.vCloud.Protocol.Infrastructures;
  5. namespace Mpeg4ConverterTool
  6. {
  7. public class ReportConclusionInfo
  8. {
  9. public string ReportId { get; set; }
  10. public string DiseaseName { get; set; }
  11. public DiseaseConclusion DiseaseConclusion{get;set;}
  12. }
  13. }