| IApplicationServiceContractGetTemplateForm Method |
Get the form for the specified template
Namespace:
SanteDB.DisconnectedClient.Ags.Contracts
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax void GetTemplateForm(
string templateId
)
Sub GetTemplateForm (
templateId As String
)
void GetTemplateForm(
String^ templateId
)
abstract GetTemplateForm :
templateId : string -> unit
Parameters
- templateId
- Type: SystemString
[Missing <param name="templateId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.GetTemplateForm(System.String)"]
See Also