Click or drag to resize

IHdsiServiceContractResolvePointer Method

Resolve a code to a resource by posting a form-encoded search to the API

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
void ResolvePointer(
	NameValueCollection body
)

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