IHTSDO / SNOMED-in-5-minutes

Easy-to-use tutorials for accessing SNOMED APIs within 5 min using various programming languages
Other
123 stars 56 forks source link

Csharp #1

Closed philipwilford closed 8 years ago

philipwilford commented 8 years ago

Please checkout and review code. Once you are happy with it, merge into master please.

Also I did notice in the Java sample code an error in the SnomedExamples.java

System.out.println(" - findByQuery \"heart\" \"procedure\""); should be System.out.println(" - findByQueryWithFilter \"heart\" \"procedure\"");