chore: deploy initial code base
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user