Skip to content

Commit

Permalink
remove choice for recruitmentStatus in ClinialTrial
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Jan 29, 2024
1 parent 27c7fea commit 874269c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/definitions/ontology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,6 @@ const models: PartialSchemaDefn = {
name: 'recruitmentStatus',
type: 'string',
description: 'The recruitment status of the trial',
choices: [
'not yet recruiting',
'recruiting',
'enrolling by invitation',
'active, not recruiting',
'suspended',
'terminated',
'completed',
'withdrawn',
'unknown',
],
},
{
name: 'location', type: 'string', description: 'Free text representation of the location of where the trial is being held', cast: util.castNullableString,
Expand Down

0 comments on commit 874269c

Please sign in to comment.