staging-client-java icon indicating copy to clipboard operation
staging-client-java copied to clipboard

A cancer staging client library for Java applications.

Results 9 staging-client-java issues
Sort by recently updated
recently updated
newest added

Hi Team, Great API and tool that gives a simplified way to access and assess different systems and versions... I was wondering, if there is a place we can download...

From @schusslern So right now there are 4 grade fields defined as SSDIs (Grade Clin, Grade Path, Grade Post Tx Clin, Grade Post Tx Path) They are discussing changing the...

enhancement

There are times when there is enough input to calculate a schema, however we don't process anything in staging because the inputs are not valid. The question is should the...

question

We have error codes for missing site/histology but when that are invalid, we return `NO_MATCHING_SCHEMA`. It would be better to indicate the fields we not valid.

Some schemas, like CS prostate, have 1000's of raw rows that could be collapsed to a fraction of that size in the internal representation. This is done by collapsing INPUTs...

enhancement

Input mapping currently looks like this: ``` "input_mapping": [ { "from": "ajcc7_t", "to": "t" } ] ``` This example temporarily puts the context value contained in "ajcc_t" into "t" before...

enhancement

This issue began with the CS breast schema. In the "lymph_nodes_positive_axillary_node_xcy.json" table, there are some invalid ranges. For example: ``` ["720", "000", "VALUE:N1c", "VALUE:N1c"], ["748", "000", "VALUE:N2b", "VALUE:N2b"], ["250", "001-0003",...

question

When matching table rows, we are using a float comparison for ranges. That means that we can find a match for a decimal value for a purely integer range. That...

bug

@schusslern brought this up in another issue. Currently SSDI are associated with schemas. However there are times when the SSDIs don't apply to all cases in the schema. Sometimes they...

enhancement