Created
January 22, 2015 18:11
-
-
Save OdeToCode/2e8740fc340cadb26eaf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Has the advantage of making the calls easy to find... use like