Skip to content

Commit af396a4

Browse files
committed
Fix formulaire
1 parent f4b8ddb commit af396a4

File tree

8 files changed

+50
-6
lines changed

8 files changed

+50
-6
lines changed

dist/assets/js/sparnatural-form.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/js/sparnatural-form.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/configs/specialites/form.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
,
1313
{
14-
"variable": "SubstanceFraction",
14+
"variable": "FractionTherapeutique",
1515
"node": {
1616
"type": "UserPrompt",
1717
"name": {

dist/configs/specialites/query.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,28 @@
143143
"values": []
144144
},
145145
"children": []
146+
},
147+
{
148+
"line": {
149+
"s": "SpecialitePharmaceutique",
150+
"p": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique_substanceActive",
151+
"o": "SubstanceActive",
152+
"sType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique",
153+
"oType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#Substance",
154+
"values": []
155+
},
156+
"children": []
157+
},
158+
{
159+
"line": {
160+
"s": "SpecialitePharmaceutique",
161+
"p": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique_fractionTherapeutique",
162+
"o": "FractionTherapeutique",
163+
"sType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique",
164+
"oType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#Substance",
165+
"values": []
166+
},
167+
"children": []
146168
}
147169
],
148170
"limit": -1

static/assets/js/sparnatural-form.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/js/sparnatural-form.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/configs/specialites/form.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
,
1313
{
14-
"variable": "SubstanceFraction",
14+
"variable": "FractionTherapeutique",
1515
"node": {
1616
"type": "UserPrompt",
1717
"name": {

static/configs/specialites/query.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,28 @@
143143
"values": []
144144
},
145145
"children": []
146+
},
147+
{
148+
"line": {
149+
"s": "SpecialitePharmaceutique",
150+
"p": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique_substanceActive",
151+
"o": "SubstanceActive",
152+
"sType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique",
153+
"oType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#Substance",
154+
"values": []
155+
},
156+
"children": []
157+
},
158+
{
159+
"line": {
160+
"s": "SpecialitePharmaceutique",
161+
"p": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique_fractionTherapeutique",
162+
"o": "FractionTherapeutique",
163+
"sType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#SpecialitePharmaceutique",
164+
"oType": "https://sparna-git.github.io/referentiel-medicaments/configs/sparnatural-config.ttl#Substance",
165+
"values": []
166+
},
167+
"children": []
146168
}
147169
],
148170
"limit": -1

0 commit comments

Comments
 (0)