Click or drag to resize

HdsiServiceBehaviorResolvePointer 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
public virtual void ResolvePointer(
	NameValueCollection parms
)

Parameters

parms  NameValueCollection

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

Implements

IHdsiServiceContractResolvePointer(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