| HdsiServiceBehaviorBaseGetPointer Method |
Get pointer to the specified resource
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public virtual Stream GetPointer(
string resourceType,
string id,
string authority
)
Public Overridable Function GetPointer (
resourceType As String,
id As String,
authority As String
) As Stream
public:
virtual Stream^ GetPointer(
String^ resourceType,
String^ id,
String^ authority
)
abstract GetPointer :
resourceType : string *
id : string *
authority : string -> Stream
override GetPointer :
resourceType : string *
id : string *
authority : string -> Stream
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.GetPointer(System.String,System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.GetPointer(System.String,System.String,System.String)"]
- authority
- Type: SystemString
[Missing <param name="authority"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.GetPointer(System.String,System.String,System.String)"]
Return Value
Type:
Stream[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.GetPointer(System.String,System.String,System.String)"]
Implements
IHdsiServiceContractGetPointer(String, String, String)See Also