| IHdsiServiceContractGetPointer 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: 2.2.1
Syntax Stream GetPointer(
string resourceType,
string id,
string authorityId
)
Function GetPointer (
resourceType As String,
id As String,
authorityId As String
) As Stream
Stream^ GetPointer(
String^ resourceType,
String^ id,
String^ authorityId
)
abstract GetPointer :
resourceType : string *
id : string *
authorityId : string -> Stream
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.GetPointer(System.String,System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.GetPointer(System.String,System.String,System.String)"]
- authorityId
- Type: SystemString
[Missing <param name="authorityId"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.GetPointer(System.String,System.String,System.String)"]
Return Value
Type:
Stream[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.GetPointer(System.String,System.String,System.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