i trying form request :
using hapi fhir java api, how can parse following params :
schedule.actor:practitioner=1234
schedule.actor:practitioner.location=5678
this supported.
assuming you're creating server, want parameter on resource provider method like:
@includeparam(allow={"schedule:actor","schedule:practitioner"}) set<include> theincludes
add "*"
list of strings whitelist anything
Comments
Post a Comment