-
Notifications
You must be signed in to change notification settings - Fork 3
getSchema
Aaron Hall edited this page Aug 3, 2021
·
2 revisions
public Schema getSchema(String id)Get a Schema based on schema identifier.
TNMStagingCSharp.Src.Staging.Staging staging = TNMStagingCSharp.Src.Staging.Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
Assert.IsNull(_STAGING.getSchema("bad_schema_name"));
Assert.IsNotNull(_STAGING.getSchema("brain"));
Assert.AreEqual(143, _STAGING.getSchema("brain").getSchemaNum());Supported Algorithms
Getting Started
API Documentation
- findMatchingTableRow
- getInputs
- getInvolvedSchemas
- getInvolvedTables
- getOutputs
- getSchema
- getSchemaIds
- getTable
- getTableIds
- isCodeValid
- isValidHistology
- isValidSite
- lookupSchema
- stage
Technical Specifications