chore: deploy initial code base

This commit is contained in:
Thom Lamb
2026-05-12 10:34:59 -05:00
parent cbe3f6cc09
commit e826bf412b
257 changed files with 6137748 additions and 1 deletions
@@ -0,0 +1,15 @@
namespace Strata.RxNorm.Client.FactNdcDeatils
{
public class FactNdcDetail
{
public string NdcCode { get; set; }
public string BrandCode { get; set; }
public string BrandDescription { get; set; }
public string DoseFormCode { get; set; }
public string DoseFormDescription { get; set; }
public string BrandedClinicalDrugCode { get; set; }
public string BrandedClinicalDrugDescription { get; set; }
public string SemanticClinicalDrugCode { get; set; }
public string SemanticClinicalDrugDescription { get; set; }
}
}