Skip to content

Commit

Permalink
Estimands changes (DDF-RA #487) and StudyDesign tweak (DDF-RA #493)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASL-rmarshall committed Oct 23, 2024
1 parent 2000859 commit 88d6b05
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 80 deletions.
132 changes: 90 additions & 42 deletions docs/USDM_API.json
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,14 @@
"type": "string",
"title": "Text"
},
"subsetOfIds": {
"items": {
"type": "string"
},
"type": "array",
"title": "Subsetofids",
"default": []
},
"notes": {
"items": {
"$ref": "#/components/schemas/CommentAnnotation"
Expand Down Expand Up @@ -1466,6 +1474,14 @@
"type": "string",
"title": "Text"
},
"subsetOfIds": {
"items": {
"type": "string"
},
"type": "array",
"title": "Subsetofids",
"default": []
},
"notes": {
"items": {
"$ref": "#/components/schemas/CommentAnnotation"
Expand Down Expand Up @@ -3277,16 +3293,19 @@
],
"title": "Description"
},
"summaryMeasure": {
"populationSummary": {
"type": "string",
"title": "Summarymeasure"
"title": "Populationsummary"
},
"analysisPopulation": {
"$ref": "#/components/schemas/AnalysisPopulation-Input"
},
"interventionId": {
"type": "string",
"title": "Interventionid"
"interventionIds": {
"items": {
"type": "string"
},
"type": "array",
"title": "Interventionids"
},
"variableOfInterestId": {
"type": "string",
Expand Down Expand Up @@ -3320,9 +3339,9 @@
"required": [
"id",
"name",
"summaryMeasure",
"populationSummary",
"analysisPopulation",
"interventionId",
"interventionIds",
"variableOfInterestId",
"intercurrentEvents",
"instanceType"
Expand Down Expand Up @@ -3363,16 +3382,19 @@
],
"title": "Description"
},
"summaryMeasure": {
"populationSummary": {
"type": "string",
"title": "Summarymeasure"
"title": "Populationsummary"
},
"analysisPopulation": {
"$ref": "#/components/schemas/AnalysisPopulation-Output"
},
"interventionId": {
"type": "string",
"title": "Interventionid"
"interventionIds": {
"items": {
"type": "string"
},
"type": "array",
"title": "Interventionids"
},
"variableOfInterestId": {
"type": "string",
Expand Down Expand Up @@ -3406,9 +3428,9 @@
"required": [
"id",
"name",
"summaryMeasure",
"populationSummary",
"analysisPopulation",
"interventionId",
"interventionIds",
"variableOfInterestId",
"intercurrentEvents",
"instanceType"
Expand Down Expand Up @@ -3880,9 +3902,20 @@
],
"title": "Description"
},
"strategy": {
"text": {
"type": "string",
"title": "Strategy"
"title": "Text"
},
"dictionaryId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Dictionaryid"
},
"notes": {
"items": {
Expand All @@ -3899,14 +3932,19 @@
],
"const": "IntercurrentEvent",
"title": "Instancetype"
},
"strategy": {
"type": "string",
"title": "Strategy"
}
},
"type": "object",
"required": [
"id",
"name",
"strategy",
"instanceType"
"text",
"instanceType",
"strategy"
],
"title": "IntercurrentEvent"
},
Expand Down Expand Up @@ -3944,9 +3982,20 @@
],
"title": "Description"
},
"strategy": {
"text": {
"type": "string",
"title": "Strategy"
"title": "Text"
},
"dictionaryId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Dictionaryid"
},
"notes": {
"items": {
Expand All @@ -3963,14 +4012,19 @@
],
"const": "IntercurrentEvent",
"title": "Instancetype"
},
"strategy": {
"type": "string",
"title": "Strategy"
}
},
"type": "object",
"required": [
"id",
"name",
"strategy",
"instanceType"
"text",
"instanceType",
"strategy"
],
"title": "IntercurrentEvent"
},
Expand Down Expand Up @@ -6962,16 +7016,13 @@
"title": "Scheduletimelines",
"default": []
},
"documentVersionId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Documentversionid"
"documentVersionIds": {
"items": {
"type": "string"
},
"type": "array",
"title": "Documentversionids",
"default": []
},
"dictionaries": {
"items": {
Expand Down Expand Up @@ -7221,16 +7272,13 @@
"title": "Scheduletimelines",
"default": []
},
"documentVersionId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Documentversionid"
"documentVersionIds": {
"items": {
"type": "string"
},
"type": "array",
"title": "Documentversionids",
"default": []
},
"dictionaries": {
"items": {
Expand Down
Loading

0 comments on commit 88d6b05

Please sign in to comment.