using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CLIP.eForm.Consent.Dfh.Entity { [Serializable] public class DocListVO { public string doctorid { get; set; } public string doctornm { get; set; } } }