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