Skip to content

Instantly share code, notes, and snippets.

View ciwchris's full-sized avatar
🏡

Chris ciwchris

🏡
View GitHub Profile
protected override IEnumerable<IValueSetCode> GetEntries(bool negation)
{
// we currently are not importing allergies, but they should be here soon ...
if (DateTime.Now > new DateTime(2015, 3, 1))
{
throw new NotSupportedException("We still have no allergies imported!");
}
return Enumerable.Empty<IValueSetCode>();
}