tricc-oo 1.6.25__py3-none-any.whl → 1.7.0.dev1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tests/test_build.py +260 -0
- tests/test_cql.py +0 -9
- tricc_oo/converters/codesystem_to_ocl.py +4 -4
- tricc_oo/converters/cql_to_operation.py +0 -1
- tricc_oo/converters/datadictionnary.py +2 -2
- tricc_oo/converters/drawio_type_map.py +11 -11
- tricc_oo/converters/tricc_to_xls_form.py +4 -5
- tricc_oo/converters/xml_to_tricc.py +34 -55
- tricc_oo/models/base.py +1 -7
- tricc_oo/models/tricc.py +1 -5
- tricc_oo/serializers/xls_form.py +34 -90
- tricc_oo/strategies/output/base_output_strategy.py +0 -7
- tricc_oo/strategies/output/dhis2_form.py +8 -8
- tricc_oo/strategies/output/openmrs_form.py +2 -2
- tricc_oo/strategies/output/xls_form.py +49 -133
- tricc_oo/strategies/output/xlsform_cht.py +4 -129
- tricc_oo/visitors/tricc.py +106 -222
- {tricc_oo-1.6.25.dist-info → tricc_oo-1.7.0.dev1.dist-info}/METADATA +1 -1
- {tricc_oo-1.6.25.dist-info → tricc_oo-1.7.0.dev1.dist-info}/RECORD +22 -21
- {tricc_oo-1.6.25.dist-info → tricc_oo-1.7.0.dev1.dist-info}/WHEEL +1 -1
- {tricc_oo-1.6.25.dist-info → tricc_oo-1.7.0.dev1.dist-info}/licenses/LICENSE +0 -0
- {tricc_oo-1.6.25.dist-info → tricc_oo-1.7.0.dev1.dist-info}/top_level.txt +0 -0
|
@@ -1,51 +1,52 @@
|
|
|
1
1
|
tests/build.py,sha256=Qbxvjkj_Wk2nQ-WjaMGiE1FIe3SRmJMRIgeoMoxqlfQ,6748
|
|
2
|
-
tests/
|
|
2
|
+
tests/test_build.py,sha256=5t8iliPe_0XwoZjSGkHxUbZaNOWBfc6SpIQijh9DLUA,10037
|
|
3
|
+
tests/test_cql.py,sha256=dAsLMqVaS6qxnq62fg5KqTFu6UG6pHO6Ab3NZ1c9T3Y,5248
|
|
3
4
|
tests/to_ocl.py,sha256=4e-i65K3UM6wHgdVcrZcM9AyL1bahIsXJiZTXhhHgQk,2048
|
|
4
5
|
tricc_oo/__init__.py,sha256=oWCE1ubmC_6iqaWOMgTei4eXVQgV202Ia-tXS1NnW_4,139
|
|
5
6
|
tricc_oo/converters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
tricc_oo/converters/codesystem_to_ocl.py,sha256=
|
|
7
|
-
tricc_oo/converters/cql_to_operation.py,sha256=
|
|
8
|
-
tricc_oo/converters/datadictionnary.py,sha256=
|
|
9
|
-
tricc_oo/converters/drawio_type_map.py,sha256=
|
|
10
|
-
tricc_oo/converters/tricc_to_xls_form.py,sha256=
|
|
7
|
+
tricc_oo/converters/codesystem_to_ocl.py,sha256=Fh7Vk73OsxljZKu1k6H9uzYwz334tpQTMZBjWWbamYE,6151
|
|
8
|
+
tricc_oo/converters/cql_to_operation.py,sha256=PUyV_YpUY98Ox0H_F_CN3UUf_I-BhFZVOcWWKTtwecM,14492
|
|
9
|
+
tricc_oo/converters/datadictionnary.py,sha256=T2HLCBo4Am1p0kFqSH1r0PqbD8AC2IGuWkbvMvSCru0,3658
|
|
10
|
+
tricc_oo/converters/drawio_type_map.py,sha256=UCPiGs7Lw0bigKScmZUnmOhACBz-FiDq92jHkI7RTSQ,9113
|
|
11
|
+
tricc_oo/converters/tricc_to_xls_form.py,sha256=REyJQPay3ltILCxLIPQU3-gCl5qfiTOlS9-bRPDUP_o,3772
|
|
11
12
|
tricc_oo/converters/utils.py,sha256=JZrtrvvOfXwdkw49pKauzinOcauWwsy-CVcw36TjyLo,1684
|
|
12
|
-
tricc_oo/converters/xml_to_tricc.py,sha256=
|
|
13
|
+
tricc_oo/converters/xml_to_tricc.py,sha256=T7oFEr56yNZ0empqlev6AaVrairl3evFciji-SeNmyA,39588
|
|
13
14
|
tricc_oo/converters/cql/cqlLexer.py,sha256=8HArbRphcrpnAG4uogJ2rHv4tc1WLzjN0B1uFeYILAc,49141
|
|
14
15
|
tricc_oo/converters/cql/cqlListener.py,sha256=fA7-8DcS2Q69ckwjdg57-OfFHBxjTZFdoSKrtw7Hffc,57538
|
|
15
16
|
tricc_oo/converters/cql/cqlParser.py,sha256=x3KdrwX9nwENSEJ5Ex7_l5NMnu3kWBO0uLdYu4moTq0,414745
|
|
16
17
|
tricc_oo/converters/cql/cqlVisitor.py,sha256=iHuup2S7OGSVWLEcI4H3oecRqgXztC1sKnew_1P2iGY,33880
|
|
17
18
|
tricc_oo/models/__init__.py,sha256=CgS52LLqdDIaXHvZy08hhu_VaYw80OEdfL_llM9ICBA,108
|
|
18
|
-
tricc_oo/models/base.py,sha256=
|
|
19
|
+
tricc_oo/models/base.py,sha256=gqyUkeZlU2NfiR4tTMBtzUYFxKIeY-jtt1HECRomLUw,25917
|
|
19
20
|
tricc_oo/models/calculate.py,sha256=uNP0IDUqPQcJq9Co05H8eX5wbR_DikSxuOHxfVE5Dxg,8018
|
|
20
21
|
tricc_oo/models/lang.py,sha256=ZMRwdoPWe01wEDhOM0uRk-6rt3BkoAAZM8mZ61--s3A,2265
|
|
21
22
|
tricc_oo/models/ocl.py,sha256=MybSeB6fgCOUVJ4aektff0vrrTZsyfwZ2Gt_pPBu_FY,8728
|
|
22
23
|
tricc_oo/models/ordered_set.py,sha256=BpXLW8plRAy4te25PIUPvVXPnLPcypvKg3iNPhtPulA,3833
|
|
23
|
-
tricc_oo/models/tricc.py,sha256=
|
|
24
|
+
tricc_oo/models/tricc.py,sha256=lQ1xguJjhbRQ8wFt2rwefw_756aq_y4rWxf8Gj9zhas,17475
|
|
24
25
|
tricc_oo/parsers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
26
|
tricc_oo/parsers/xml.py,sha256=uzkb1y18MHfqVFmZqVh0sKT4cx6u0-NcAT_lV_gHBt8,4208
|
|
26
27
|
tricc_oo/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
28
|
tricc_oo/serializers/planuml.py,sha256=t57587-6L3aDncpHh58lS77Zft8yxDE9DPtXx2BeUSU,132
|
|
28
|
-
tricc_oo/serializers/xls_form.py,sha256=
|
|
29
|
+
tricc_oo/serializers/xls_form.py,sha256=m1IuzIRS2hjjl9mPPio4Dbq6ijg6CQvM7tGcQoMWOxg,22236
|
|
29
30
|
tricc_oo/strategies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
31
|
tricc_oo/strategies/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
32
|
tricc_oo/strategies/input/base_input_strategy.py,sha256=BEODXS74na1QRRcJVQ4cxiD8F7uRqaLyhE3QzKpGVvk,3891
|
|
32
33
|
tricc_oo/strategies/input/drawio.py,sha256=uXAUPhXOeg0Uk_BNqlCqFBW4cWNox4VfH559bj1fhC0,12767
|
|
33
|
-
tricc_oo/strategies/output/base_output_strategy.py,sha256=
|
|
34
|
-
tricc_oo/strategies/output/dhis2_form.py,sha256=
|
|
34
|
+
tricc_oo/strategies/output/base_output_strategy.py,sha256=M9UFR67-_CFoW681bPAeBS1OUGuFtmUbM_rltACI0hk,8798
|
|
35
|
+
tricc_oo/strategies/output/dhis2_form.py,sha256=BmqFUaM2XFh-NtqxEbe6A6MBYPuBCEugR59pl9rhZw4,38298
|
|
35
36
|
tricc_oo/strategies/output/fhir_form.py,sha256=hbL921pe1Doun4IQrJuZ_Sq2fCh98G3grYie5olC4uc,15740
|
|
36
37
|
tricc_oo/strategies/output/html_form.py,sha256=qSleEZOMV_-Z04y-i-ucyd5rgAYWAyjPwMrw0IHtCRM,8604
|
|
37
|
-
tricc_oo/strategies/output/openmrs_form.py,sha256=
|
|
38
|
+
tricc_oo/strategies/output/openmrs_form.py,sha256=zAmDGMmZdIGNpil5MD-huiUvt_Dbhc2vt5qsGaCS2_k,29003
|
|
38
39
|
tricc_oo/strategies/output/spice.py,sha256=QMeoismVC3PdbvwTK0PtUjWX9jl9780fbQIXn76fMXw,10761
|
|
39
|
-
tricc_oo/strategies/output/xls_form.py,sha256=
|
|
40
|
+
tricc_oo/strategies/output/xls_form.py,sha256=H4vxE7glOdrj83yZo2-eSojLdL8waDcbCne_nxy3GVQ,29413
|
|
40
41
|
tricc_oo/strategies/output/xlsform_cdss.py,sha256=X00Lt5MzV8TX14dR4dFI1MqllI5S1e13bKbeysWM9uA,17435
|
|
41
|
-
tricc_oo/strategies/output/xlsform_cht.py,sha256=
|
|
42
|
+
tricc_oo/strategies/output/xlsform_cht.py,sha256=Kvs7kFk5LPaGP_vRJuOU-SgZRKO7aS7u52MWoc4mGdU,23023
|
|
42
43
|
tricc_oo/strategies/output/xlsform_cht_hf.py,sha256=xm6SKirV3nMZvM2w54_zJcXAeAgAkq-EEqGEjnOWv6c,988
|
|
43
44
|
tricc_oo/visitors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
-
tricc_oo/visitors/tricc.py,sha256=
|
|
45
|
+
tricc_oo/visitors/tricc.py,sha256=VJ2csuRz4fHM-CjQRMonLVFoPHbVE1I6-85qPO2bWz4,109205
|
|
45
46
|
tricc_oo/visitors/utils.py,sha256=j83aAq5s5atXi3OC0jc_uJd54a8XrHHmizeeEbWZQJg,421
|
|
46
47
|
tricc_oo/visitors/xform_pd.py,sha256=ryAnI3V9x3eTmJ2LNsUZfvl0_yfCqo6oBgeSu-WPqaE,9613
|
|
47
|
-
tricc_oo-1.
|
|
48
|
-
tricc_oo-1.
|
|
49
|
-
tricc_oo-1.
|
|
50
|
-
tricc_oo-1.
|
|
51
|
-
tricc_oo-1.
|
|
48
|
+
tricc_oo-1.7.0.dev1.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
|
|
49
|
+
tricc_oo-1.7.0.dev1.dist-info/METADATA,sha256=7pHWn84ywIcsTHpfpy8LiK-crLJZS4EvYr8qPEMr7EQ,8604
|
|
50
|
+
tricc_oo-1.7.0.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
51
|
+
tricc_oo-1.7.0.dev1.dist-info/top_level.txt,sha256=NvbfMNAiy9m4b1unBsqpeOQWh4IgA1Xa33BtKA4abxk,15
|
|
52
|
+
tricc_oo-1.7.0.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|