Giter Site home page Giter Site logo

Comments (7)

wajiha-oicr avatar wajiha-oicr commented on August 12, 2024 1

Hi, I've been able to identify the following fields with the word staging system in their names:

  • follow_up.json

    • recurrence_tumour_staging_system
    • posttherapy_tumour_staging_system
  • primary_diagnosis.json

    • clinical_tumour_staging_system
  • specimen.json

    • pathological_tumour_staging_system

Just want to confirm, will this script apply to each of these 5 fields? Am I missing any?

from argo-dictionary.

wajiha-oicr avatar wajiha-oicr commented on August 12, 2024 1

@wajiha-oicr They will NOT have a codelist, but the will probably have a regex. An empty string should not be allowed for now:

Here is a list of possibilities for the TNM scenarios that need to be codified into regex:

T[0-4]
T[0-4][a-e]
T[0-4][a-e][0-2]
T[0-4][a-e][mi]
TX
Ta
Tis
Tis \(DCIS\)
Tis \(LCIS\)
Tis \(Paget's\)

N[0-4]
N[0-4][a-c]
N1(bI|bII|bIII|bIV|mi)
N0 (i+)
N0 (i-)
N0 (mol-)
N0 (mol-)
NX

M[0-2]
M[0-2][a-c]
MX
cM0 \(i+\)

I see, thanks. I'm assuming we will work on creating the validations for those fields as part of a separate ticket.

from argo-dictionary.

wajiha-oicr avatar wajiha-oicr commented on August 12, 2024

Also, are there recent tsv sample files available for these schemas? Particularly specimen.tsv and primary_diagnosis.tsv; I'm not seeing any columns for the m, n, t, or stage fields.

from argo-dictionary.

rosibaj avatar rosibaj commented on August 12, 2024

@wajiha-oicr Yes, those are all the correct spots!

from argo-dictionary.

wajiha-oicr avatar wajiha-oicr commented on August 12, 2024

@rosibaj , will the fields (i.e t,n,m category, stage group, stage suffix) eventually get codelists for which values are permitted? Or can the user enter any string they like?

Wondering if I need to check for empty strings or not; when there's a codelist that's already taken care of.

from argo-dictionary.

rosibaj avatar rosibaj commented on August 12, 2024

@wajiha-oicr They will NOT have a codelist, but the will probably have a regex. An empty string should not be allowed for now:

Here is a list of possibilities for the TNM scenarios that need to be codified into regex:

T[0-4]
T[0-4][a-e]
T[0-4][a-e][0-2]
T[0-4][a-e][mi]
TX
Ta
Tis
Tis \(DCIS\)
Tis \(LCIS\)
Tis \(Paget's\)

N[0-4]
N[0-4][a-c]
N1(bI|bII|bIII|bIV|mi)
N0 (i+)
N0 (i-)
N0 (mol-)
N0 (mol-)
NX

M[0-2]
M[0-2][a-c]
MX
cM0 \(i+\)

from argo-dictionary.

rosibaj avatar rosibaj commented on August 12, 2024

@wajiha-oicr yes, thats a future update :) list is still being verified.

from argo-dictionary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.