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: 2.2.1
Syntax
void ResolvePointer(
	NameValueCollection body
)

Parameters

body
Type: System.Collections.SpecializedNameValueCollection

[Missing <param name="body"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.ResolvePointer(System.Collections.Specialized.NameValueCollection)"]

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