| FhirServiceBehaviorGetSchema Method |
Get schema
Namespace:
SanteDB.Messaging.FHIR.Rest
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public XmlSchema GetSchema(
int schemaId
)
Public Function GetSchema (
schemaId As Integer
) As XmlSchema
public:
XmlSchema^ GetSchema(
int schemaId
)
member GetSchema :
schemaId : int -> XmlSchema
Parameters
- schemaId
- Type: SystemInt32
[Missing <param name="schemaId"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.GetSchema(System.Int32)"]
Return Value
Type:
XmlSchema[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.GetSchema(System.Int32)"]
See Also