tricc-oo 1.6.0__tar.gz → 1.6.2__tar.gz
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.
- {tricc_oo-1.6.0/tricc_oo.egg-info → tricc_oo-1.6.2}/PKG-INFO +1 -1
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/pyproject.toml +1 -1
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/xml_to_tricc.py +1 -1
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/visitors/tricc.py +1 -1
- {tricc_oo-1.6.0 → tricc_oo-1.6.2/tricc_oo.egg-info}/PKG-INFO +1 -1
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo.egg-info/top_level.txt +1 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/LICENSE +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/README.md +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/setup.cfg +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tests/build.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tests/test_cql.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tests/to_ocl.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/codesystem_to_ocl.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/cql/cqlLexer.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/cql/cqlListener.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/cql/cqlParser.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/cql/cqlVisitor.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/cql_to_operation.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/datadictionnary.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/drawio_type_map.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/tricc_to_xls_form.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/converters/utils.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/models/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/models/base.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/models/calculate.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/models/lang.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/models/ocl.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/models/ordered_set.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/models/tricc.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/parsers/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/parsers/xml.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/serializers/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/serializers/planuml.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/serializers/xls_form.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/input/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/input/base_input_strategy.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/input/drawio.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/base_output_strategy.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/dhis2_form.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/fhir_form.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/html_form.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/openmrs_form.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/spice.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/xls_form.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/xlsform_cdss.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/xlsform_cht.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/strategies/output/xlsform_cht_hf.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/visitors/__init__.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/visitors/utils.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo/visitors/xform_pd.py +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo.egg-info/SOURCES.txt +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo.egg-info/dependency_links.txt +0 -0
- {tricc_oo-1.6.0 → tricc_oo-1.6.2}/tricc_oo.egg-info/requires.txt +0 -0
|
@@ -455,7 +455,7 @@ def create_root_node(diagram):
|
|
|
455
455
|
instance=int(elm.attrib.get("instance") if elm.attrib.get("instance") is not None else 1),
|
|
456
456
|
)
|
|
457
457
|
load_expressions(node)
|
|
458
|
-
return node, elm.attrib.get("name",
|
|
458
|
+
return node, _get_name(elm.attrib.get("name", "act_"), external_id, diagram.attrib.get("id"))
|
|
459
459
|
|
|
460
460
|
|
|
461
461
|
# converter XML item to object
|
|
@@ -2625,7 +2625,7 @@ def generate_base(node, processed_nodes, **kwargs):
|
|
|
2625
2625
|
constraints.append(
|
|
2626
2626
|
TriccOperation(TriccOperator.MORE_OR_EQUAL, ["$this", TriccStatic(node.min)])
|
|
2627
2627
|
)
|
|
2628
|
-
constraints_min = "The
|
|
2628
|
+
constraints_min = "The minimum value is {0}.".format(node.min)
|
|
2629
2629
|
if node.max is not None and node.max != "":
|
|
2630
2630
|
node.max = float(node.max)
|
|
2631
2631
|
if int(node.max) == node.max:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|