chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Strata.RxNorm.Biz.Test.Unit.RxNorm
|
||||
{
|
||||
public class RxnGenericComponent
|
||||
{
|
||||
[Key]
|
||||
public int Key { get; set; }
|
||||
public string GenericRxcui { get; set; }
|
||||
public string GenericDescription { get; set; }
|
||||
public string ComponentRxcui { get; set; }
|
||||
public string ComponentDescription { get; set; }
|
||||
public string Strength { get; set; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user