-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodels.ts
164 lines (164 loc) · 5.38 KB
/
models.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
export * from './adverseEvent';
export * from './adverseEventsModule';
export * from './agencyClass';
export * from './aggFilter';
export * from './aggFilterOption';
export * from './agreementRestrictionType';
export * from './analysisDispersionType';
export * from './annotationModule';
export * from './annotationSection';
export * from './armGroup';
export * from './armGroupType';
export * from './armsInterventionsModule';
export * from './availIpd';
export * from './baselineCharacteristicsModule';
export * from './baselineMeasure';
export * from './bioSpec';
export * from './bmiLimits';
export * from './booleanStats';
export * from './browseBranch';
export * from './browseLeaf';
export * from './browseLeafRelevance';
export * from './browseModule';
export * from './certainAgreement';
export * from './conditionsModule';
export * from './confidenceIntervalNumSides';
export * from './contact';
export * from './contactRole';
export * from './contactsLocationsModule';
export * from './dateStats';
export * from './dateStruct';
export * from './dateType';
export * from './denom';
export * from './denomCount';
export * from './derivedSection';
export * from './descriptionModule';
export * from './designAllocation';
export * from './designInfo';
export * from './designMasking';
export * from './designModule';
export * from './designTimePerspective';
export * from './distItem';
export * from './documentSection';
export * from './dropWithdraw';
export * from './eligibilityModule';
export * from './enrollmentInfo';
export * from './enrollmentType';
export * from './enumStats';
export * from './eventAssessment';
export * from './eventGroup';
export * from './eventStats';
export * from './expandedAccessInfo';
export * from './expandedAccessStatus';
export * from './expandedAccessTypes';
export * from './explanation';
export * from './extraHighlights';
export * from './fieldNode';
export * from './fieldStatsType';
export * from './filterType';
export * from './firstMcpInfo';
export * from './flowGroup';
export * from './flowMilestone';
export * from './flowPeriod';
export * from './flowStats';
export * from './geoPoint';
export * from './gzipStats';
export * from './historySummary';
export * from './historySummaryChange';
export * from './identificationModule';
export * from './integerStats';
export * from './intervention';
export * from './interventionType';
export * from './interventionalAssignment';
export * from './interventionsColumn';
export * from './interventionsColumnItem';
export * from './ipdSharing';
export * from './ipdSharingInfoType';
export * from './ipdSharingStatementModule';
export * from './largeDoc';
export * from './largeDocumentModule';
export * from './lastUpdateVersions';
export * from './limitationsAndCaveats';
export * from './listSize';
export * from './listSizes';
export * from './location';
export * from './longestString';
export * from './maskingBlock';
export * from './measureAnalysis';
export * from './measureCategory';
export * from './measureClass';
export * from './measureDispersionType';
export * from './measureGroup';
export * from './measureParam';
export * from './measurement';
export * from './mesh';
export * from './miscInfoModule';
export * from './modelPredictions';
export * from './moreInfoModule';
export * from './nonInferiorityType';
export * from './numberStats';
export * from './observationalModel';
export * from './official';
export * from './officialRole';
export * from './orgStudyIdInfo';
export * from './orgStudyIdType';
export * from './organization';
export * from './originalData';
export * from './outcome';
export * from './outcomeMeasure';
export * from './outcomeMeasureType';
export * from './outcomeMeasuresModule';
export * from './outcomesModule';
export * from './oversightModule';
export * from './pagedStudies';
export * from './participantFlowModule';
export * from './phase';
export * from './pointOfContact';
export * from './primaryPurpose';
export * from './profileResults';
export * from './protocolSection';
export * from './recruitmentStatus';
export * from './reference';
export * from './referenceType';
export * from './referencesModule';
export * from './reportingStatus';
export * from './responsibleParty';
export * from './responsiblePartyType';
export * from './resultsSection';
export * from './retraction';
export * from './samplingMethod';
export * from './searchArea';
export * from './searchDocument';
export * from './searchHit';
export * from './searchPart';
export * from './searchResult';
export * from './searchSignals';
export * from './secondaryIdInfo';
export * from './secondaryIdType';
export * from './seeAlsoLink';
export * from './sex';
export * from './sponsor';
export * from './sponsorCollaboratorsModule';
export * from './standardAge';
export * from './status';
export * from './statusModule';
export * from './stringStats';
export * from './stringsColumn';
export * from './study';
export * from './studyColumns';
export * from './studySize';
export * from './studyType';
export * from './studyVersion';
export * from './submissionInfo';
export * from './submissionTracking';
export * from './suggestedQuery';
export * from './suggestedSearch';
export * from './unpostedAnnotation';
export * from './unpostedEvent';
export * from './unpostedEventType';
export * from './valueCount';
export * from './version';
export * from './violationAnnotation';
export * from './violationEvent';
export * from './violationEventType';
export * from './whoMasked';