Fix build

This commit is contained in:
jamesagnew 2015-07-05 17:33:27 -04:00
parent 61d4887f77
commit 0f74db0acd
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class OverlayTestApp {
Organization o1 = new Organization();
o1.getName().setValue("Some Org");
MethodOutcome create = client.create(o1);
IdDt orgId = create.getId();
IdDt orgId = (IdDt) create.getId();
Patient p1 = new Patient();
p1.addIdentifier("foo:bar", "12345");