You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Can you give more detailed documentation for create function. I dont know what to put in this entry variable. Any sample would be helpful.
/
/Create patient resource
var entry = {
resource: {
resourceType: 'Patient'
//...
}
}
Can you give more detailed documentation for create function. I dont know what to put in this entry variable. Any sample would be helpful.
/
/Create patient resource
var entry = {
resource: {
resourceType: 'Patient'
//...
}
}
client.create(entry,
function(entry){
console.log(entry)
},
function(error){
console.error(error)
}
)
}
}
The text was updated successfully, but these errors were encountered: