| IAmiServiceContractDownloadLog Method |
Download log
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Stream DownloadLog(
string logId
)
Function DownloadLog (
logId As String
) As Stream
Stream^ DownloadLog(
String^ logId
)
abstract DownloadLog :
logId : string -> Stream
Parameters
- logId
- Type: SystemString
[Missing <param name="logId"/> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.DownloadLog(System.String)"]
Return Value
Type:
Stream[Missing <returns> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.DownloadLog(System.String)"]
See Also