| IAmiServiceContractGetSchema Method |
Get the schema for this service
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax XmlSchema GetSchema(
int schemaId
)
Function GetSchema (
schemaId As Integer
) As XmlSchema
XmlSchema^ GetSchema(
int schemaId
)
abstract GetSchema :
schemaId : int -> XmlSchema
Parameters
- schemaId
- Type: SystemInt32
[Missing <param name="schemaId"/> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.GetSchema(System.Int32)"]
Return Value
Type:
XmlSchema[Missing <returns> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.GetSchema(System.Int32)"]
See Also