Click or drag to resize

HdsiServiceBehaviorGetVrpPointerData Method

Gets the digitally signed pointer (in JWS format) for the resource

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public virtual Stream GetVrpPointerData(
	string resourceType,
	string id
)

Parameters

resourceType  String
The type of resource which should be generated
id  String
The identifier of the object for which the pointer should be created

Return Value

Stream
A JSON structure in JWS form

Implements

IHdsiServiceContractGetVrpPointerData(String, String)
Remarks
This operation (like the _code operation) generates a digitally signed pointer for an object. Rather than rendering that pointer as a visual code, the API will return the structured contents of that code so the client can best determine how to represent the data. For complete specification see: https://help.santesuite.org/santedb/extending-santedb/service-apis/health-data-service-interface-hdsi/digitally-signed-visual-code-api
See Also