Fix outdated example
This commit is contained in:
parent
9c30ea8b31
commit
0ec542b89c
|
@ -70,7 +70,7 @@ public class ClientTransactionExamples {
|
|||
.setResource(patient)
|
||||
.getRequest()
|
||||
.setUrl("Patient")
|
||||
.setIfNoneExist("Patient?identifier=http://acme.org/mrns|12345")
|
||||
.setIfNoneExist("identifier=http://acme.org/mrns|12345")
|
||||
.setMethod(HTTPVerbEnum.POST);
|
||||
|
||||
// Add the observation. This entry is a POST with no header
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<request>
|
||||
<method value="POST"/>
|
||||
<url value="Patient"/>
|
||||
<ifNoneExist value="Patient?identifier=http://acme.org/mrns|12345"/>
|
||||
<ifNoneExist value="identifier=http://acme.org/mrns|12345"/>
|
||||
</request>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in New Issue