 | HdsiServiceBehaviorGetVrpPointerData Method |
Gets the digitally signed pointer (in JWS format) for the resource
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual Stream GetVrpPointerData(
string resourceType,
string id
)
Public Overridable Function GetVrpPointerData (
resourceType As String,
id As String
) As Stream
public:
virtual Stream^ GetVrpPointerData(
String^ resourceType,
String^ id
)
abstract GetVrpPointerData :
resourceType : string *
id : string -> Stream
override GetVrpPointerData :
resourceType : string *
id : string -> Stream 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
StreamA 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