| IHdsiServiceContractGetSchema Method |
Get the schema of the HDSI API for use in code generation frameworks
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.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.HDSI.IHdsiServiceContract.GetSchema(System.Int32)"]
Return Value
Type:
XmlSchema[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.GetSchema(System.Int32)"]
Remarks
This method can be used to retrieve individual numbered schemas from the service
See Also