Skip to content

Instantly share code, notes, and snippets.

@sdumitriu
Created June 2, 2014 21:22
Show Gist options
  • Save sdumitriu/96b444003cb3f375fc50 to your computer and use it in GitHub Desktop.
Save sdumitriu/96b444003cb3f375fc50 to your computer and use it in GitHub Desktop.
Querying patients
{{velocity}}
#foreach ($p in $services.query.xwql("from doc.object(PhenoTips.PatientClass) as patient where :matEtn member of patient.maternal_ethnicity").bindValue('matEtn', 'irish').execute())
* [[$p]]
#end
{{/velocity}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment