-
Notifications
You must be signed in to change notification settings - Fork 4
Using the Library
Chuck May edited this page Mar 20, 2015
·
10 revisions
Everything starts with getting an instance of the Staging object. There are DataProvider objects for each staging algorithm and version. The Staging object is thread safe and cached so subsequent calls to Staging.getInstance() will return the same object.
For example, to get an instance of the Collaborative Staging algorithm
Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));Supported Algorithms
Getting Started
API Documentation
- findMatchingTableRow
- getInputs
- getInvolvedSchemas
- getInvolvedTables
- getOutputs
- getSchema
- getSchemaIds
- getTable
- getTableIds
- isCodeValid
- isValidHistology
- isValidSite
- lookupSchema
- stage
Technical Specifications