using System; using System.Collections.Generic; using System.Text; using Vinno.vCloud.Protocol.Infrastructures; namespace Mpeg4ConverterTool { public class ReportConclusionInfo { public string ReportId { get; set; } public string DiseaseName { get; set; } public DiseaseConclusion DiseaseConclusion{get;set;} } }