15 lines
599 B
C#
15 lines
599 B
C#
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; }
|
|
}
|
|
} |