 | IHdsiServiceContractResolvePointer Method |
Resolve a code to a resource by posting a form-encoded search to the API
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxvoid ResolvePointer(
NameValueCollection body
)
Sub ResolvePointer (
body As NameValueCollection
)
void ResolvePointer(
NameValueCollection^ body
)
abstract ResolvePointer :
body : NameValueCollection -> unit Parameters
- body NameValueCollection
- The search parameters in in HTTP form query
Remarks
This operation will decode and validate the pointer passed in the code parameter of the form submission and will return a 303 (method redirect) to the object that matches the code.
See Also