Click or drag to resize

IBisServiceContractRenderReport Method

Renders the specified BIS view in the specified format

Namespace: SanteDB.Rest.BIS
Assembly: SanteDB.Rest.BIS (in SanteDB.Rest.BIS.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
Stream RenderReport(
	string id,
	string format
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.RenderReport(System.String,System.String)"]

format  String

[Missing <param name="format"/> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.RenderReport(System.String,System.String)"]

Return Value

Stream

[Missing <returns> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.RenderReport(System.String,System.String)"]

See Also