Click or drag to resize

UpstreamHdsiServiceBehaviorResolvePointer Method

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

Namespace: SanteDB.Messaging.HDSI.Wcf
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override void ResolvePointer(
	NameValueCollection parms
)

Parameters

parms  NameValueCollection

[Missing <param name="parms"/> documentation for "M:SanteDB.Messaging.HDSI.Wcf.UpstreamHdsiServiceBehavior.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