Doc updates

This commit is contained in:
jamesagnew 2015-02-16 11:51:04 -05:00
parent 795041a514
commit e3ca555a9c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class PlainProvider {
* determine the resource type so it must be explicitly stated.
*/
@Search(type=Patient.class)
public Bundle searchForPatients(@RequiredParam(name="name") StringDt theName) {
public Bundle searchForPatients(@RequiredParam(name=Patient.SP_NAME) StringDt theName) {
Bundle retVal = new Bundle();
// perform search
return retVal;