CernerUserImageAIA.cs
395 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace AIAHTML5.API.Models
{
public class CernerUserImageAIA
{
public string DocumentId { get; set; }
public string JsonData { get; set; }
public string PatientId { get; set; }
public string Encounter { get; set; }
public string Code { get; set; }
}
}