@claudebernard/search-bar-element
Version:
An element providing some custom stuff.
184 lines • 343 kB
JSON
{
"schemaVersion": "1.0.0",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "src/index.ts",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "*",
"declaration": {
"name": "*",
"package": "\"./search-bar/search-input/search-input\""
}
},
{
"kind": "js",
"name": "*",
"declaration": {
"name": "*",
"package": "\"./search-bar/search-item-result/search-item-result\""
}
},
{
"kind": "js",
"name": "*",
"declaration": {
"name": "*",
"package": "\"./search-bar/search-categories/search-categories\""
}
},
{
"kind": "js",
"name": "*",
"declaration": {
"name": "*",
"package": "\"./search-bar/search-bar\""
}
}
]
},
{
"kind": "javascript-module",
"path": "src/shared/enums.ts",
"declarations": [],
"exports": []
},
{
"kind": "javascript-module",
"path": "src/shared/tracecontext.ts",
"declarations": [
{
"kind": "function",
"name": "makeTraceState",
"return": {
"type": {
"text": "string"
}
},
"parameters": [
{
"name": "state",
"type": {
"text": "{ [key: string]: string }"
}
}
]
},
{
"kind": "function",
"name": "defaultTraceState",
"return": {
"type": {
"text": "string"
}
}
},
{
"kind": "function",
"name": "makeTraceParent",
"return": {
"type": {
"text": "Traceparent"
}
},
"parameters": [
{
"name": "sampled",
"optional": true,
"type": {
"text": "boolean"
}
}
]
}
],
"exports": [
{
"kind": "js",
"name": "makeTraceState",
"declaration": {
"name": "makeTraceState",
"module": "src/shared/tracecontext.ts"
}
},
{
"kind": "js",
"name": "defaultTraceState",
"declaration": {
"name": "defaultTraceState",
"module": "src/shared/tracecontext.ts"
}
},
{
"kind": "js",
"name": "makeTraceParent",
"declaration": {
"name": "makeTraceParent",
"module": "src/shared/tracecontext.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/test/api-results-mock.ts",
"declarations": [
{
"kind": "variable",
"name": "categoriesRequestResponseWithDeletedProducts",
"type": {
"text": "SearchResponseBean"
},
"default": "{\n \"filters\": {\n \"available\": [\n {\n \"type\": \"categorie\",\n \"field\": \"libelleType.keyword\",\n \"label\": \"categorie\",\n \"values\": [\n {\n \"value\": \"Présentation\",\n \"label\": \"Présentation\",\n \"count\": 3,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 3\n }\n ],\n \"active\": []\n },\n \"search\": null\n}"
},
{
"kind": "variable",
"name": "categoriesRequestResponseWithOnlyOneProduct",
"type": {
"text": "SearchResponseBean"
},
"default": "{\n \"filters\": {\n \"available\": [\n {\n \"type\": \"categorie\",\n \"field\": \"libelleType.keyword\",\n \"label\": \"categorie\",\n \"values\": [\n {\n \"value\": \"Présentation\",\n \"label\": \"Présentation\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n ],\n \"active\": [],\n },\n \"search\": undefined,\n}"
},
{
"kind": "variable",
"name": "categoriesRequestResponseWithTwoProducts",
"type": {
"text": "SearchResponseBean"
},
"default": "{\n \"filters\": {\n \"available\": [\n {\n \"type\": \"categorie\",\n \"field\": \"libelleType.keyword\",\n \"label\": \"categorie\",\n \"values\": [\n {\n \"value\": \"Présentation\",\n \"label\": \"Présentation\",\n \"count\": 2,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 2,\n },\n ],\n \"active\": [],\n },\n \"search\": undefined,\n}"
},
{
"kind": "variable",
"name": "categoriesRequestResponseWithManyProducts",
"type": {
"text": "SearchResponseBean"
},
"default": "{\n \"filters\": {\n \"available\": [\n {\n \"type\": \"categorie\",\n \"field\": \"libelleType.keyword\",\n \"label\": \"categorie\",\n \"values\": [\n {\n \"value\": \"Présentation\",\n \"label\": \"Présentation\",\n \"count\": 25,\n \"exclude\": 0\n },\n {\n \"value\": \"Présentation Hosp\",\n \"label\": \"Présentation Hosp\",\n \"count\": 7,\n \"exclude\": 0\n },\n {\n \"value\": \"Gamme\",\n \"label\": \"Gamme\",\n \"count\": 5,\n \"exclude\": 0\n },\n {\n \"value\": \"Marque\",\n \"label\": \"Marque\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 38\n }\n ],\n \"active\": []\n },\n \"search\": null\n}"
},
{
"kind": "variable",
"name": "resultsRequestResponseWithOnlyOneProduct",
"type": {
"text": "SearchResponseBean"
},
"default": "{\n \"filters\": {\n \"available\": [\n {\n \"type\": \"terrains\",\n \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n \"label\": \"Terrains\",\n \"values\": [\n {\n \"value\": \"Adulte\",\n \"label\": \"Adulte\",\n \"count\": 1,\n \"exclude\": 0,\n },\n {\n \"value\": \"Sujet âgé\",\n \"label\": \"Sujet âgé\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 2,\n },\n {\n \"type\": \"laboratoire\",\n \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n \"label\": \"Laboratoires\",\n \"values\": [\n {\n \"value\": \"PIERRE FABRE MEDICAMENT\",\n \"label\": \"PIERRE FABRE MEDICAMENT\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"supprime\",\n \"field\": \"flags.supprime\",\n \"label\": \"Statut\",\n \"values\": [\n {\n \"value\": \"0\",\n \"label\": \"Commercialisé\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"ci\",\n \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n \"label\": \"Contre indications\",\n \"values\": [\n {\n \"value\": \"Allaitement\",\n \"label\": \"Allaitement\",\n \"count\": 1,\n \"exclude\": 0,\n },\n {\n \"value\": \"Asthmatique\",\n \"label\": \"Asthmatique\",\n \"count\": 1,\n \"exclude\": 0,\n },\n {\n \"value\": \"Insuffisance respiratoire\",\n \"label\": \"Insuffisance respiratoire\",\n \"count\": 1,\n \"exclude\": 0,\n },\n {\n \"value\": \"Métaboliseur ultrarapide du CYP2D6\",\n \"label\": \"Métaboliseur ultrarapide du CYP2D6\",\n \"count\": 1,\n \"exclude\": 0,\n },\n {\n \"value\": \"Patient de moins de 12 ans\",\n \"label\": \"Patient de moins de 12 ans\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 5,\n },\n {\n \"type\": \"composant\",\n \"field\": \"composition.principesActifs.libelleComposantPere.keyword\",\n \"label\": \"Composants\",\n \"values\": [\n {\n \"value\": \"Codéine\",\n \"label\": \"Codéine\",\n \"count\": 1,\n \"exclude\": 0,\n },\n {\n \"value\": \"Erysimum\",\n \"label\": \"Erysimum\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 2,\n },\n {\n \"type\": \"statutsSegmentation\",\n \"field\": \"infoProduit.statutSegmentationHtml.keyword\",\n \"label\": \"Statuts segmentation\",\n \"values\": [\n {\n \"value\": \"Médicament\",\n \"label\": \"Médicament\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"autres\",\n \"field\": \"attributsSegmentation.autres.libelle.keyword\",\n \"label\": \"Autres attributs segmentation\",\n \"values\": [\n {\n \"value\": \"Hors pilulier\",\n \"label\": \"Hors pilulier\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"voies\",\n \"field\": \"listeVoiesAdm.voieAdministration.keyword\",\n \"label\": \"Voies d'administration\",\n \"values\": [\n {\n \"value\": \"orale\",\n \"label\": \"orale\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"marque\",\n \"field\": \"infoProduit.nomMarqueHtml.keyword\",\n \"label\": \"Marques\",\n \"values\": [\n {\n \"value\": \"POLERY\",\n \"label\": \"POLERY\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"hospitalier\",\n \"field\": \"flags.hospitalier\",\n \"label\": \"Hospitalier\",\n \"values\": [\n {\n \"value\": \"0\",\n \"label\": \"Non\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"gamme\",\n \"field\": \"infoProduit.nomGammeHtml.keyword\",\n \"label\": \"Gammes\",\n \"values\": [\n {\n \"value\": \"Adulte\",\n \"label\": \"Adulte\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"type\",\n \"field\": \"type\",\n \"label\": \"Type\",\n \"values\": [\n {\n \"value\": \"1\",\n \"label\": \"Médicament\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"indication\",\n \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\",\n \"label\": \"Indications\",\n \"values\": [\n {\n \"value\": \"Toux non productive\",\n \"label\": \"Toux non productive\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"dopant\",\n \"field\": \"flags.dopant\",\n \"label\": \"Dopant\",\n \"values\": [\n {\n \"value\": \"0\",\n \"label\": \"Non\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n {\n \"type\": \"circuitsDeDistribution\",\n \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\",\n \"label\": \"Circuits de distribution\",\n \"values\": [\n {\n \"value\": \"Pharmacie\",\n \"label\": \"Pharmacie\",\n \"count\": 1,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 1,\n },\n ],\n \"active\": [],\n },\n \"search\": {\n \"content\": [\n {\n \"code\": \"40525\",\n \"productId\": 40525,\n \"type\": 1,\n \"labelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, boîte de 1 flacon (+ gobelet doseur) de 200 ml\",\n \"code13\": \"3400939845869\",\n \"deletedDate\": \"\",\n \"deleted\": false,\n \"labels\": {\n \"typeLabel\": \"Présentation\",\n \"label\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n \"shortLabel\": \"POLERY AD SP S S 200ML\",\n \"shortLabelHtml\": \"POLERY AD SP S/S 200ML\",\n \"longLabel\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n \"longLabelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, boîte de 1 flacon (+ gobelet doseur) de 200 ml\",\n \"searchLabel\": \"POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP S S 200ML POLERY AD. S SUC SIR FL200ML CODEINE ERYSIMUM* POLERYADULTESSANSSUCRE.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADULTESSANSSUCRE.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADSPSS200MLPOLERYAD.SSUCSIRFL200MLCODEINEERYSIMUM* POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP S S 200ML POLERY AD. S SUC SIR FL200ML CODEINE ERYSIMUM* Adulte Sujet_age Hors_pilulier\",\n },\n \"properties\": {\n \"thumbnail\": \"https://documents.resip.fr/vignettes/40525_vign.jpg\",\n \"productName\": \"POLERY ADULTES SANS SUCRE\",\n \"productDosage\": \"\",\n \"galenicFormCode\": \"BB01\",\n \"galenicFormLabel\": \"Sirop\",\n \"galenicFormLabelHtml\": undefined,\n \"aspect\": \" A LIQUIDE SIROP MARRON JAUNE BRUN CLAIR\",\n \"inFacilityFormulary\": false,\n \"codes\": {\n \"cip7\": \"3984586\",\n \"cip13\": \"3400939845869\",\n \"cip13Referent\": \"3400939845869\",\n \"ucd7\": \"9362325\",\n \"ucd13\": \"3400893623251\",\n \"cis\": \"69592294\",\n \"code13Referent\": \"3400939845869\",\n \"ean13\": [],\n },\n \"flags\": {\n \"doping\": 0,\n \"driveWarning\": \"1\",\n \"narcotic\": 1,\n \"crushable\": -1,\n \"referent\": 0,\n \"generic\": 0,\n \"biosimilar\": 0,\n \"hospitalDelivery\": 0,\n \"internal\": 1,\n \"medicalDevice\": 0,\n \"homeo\": 0,\n \"exactcureSimulable\": 1,\n \"pediatrics\": 0,\n \"hybrid\": 0,\n \"extendedFlags\": {\n \"bloodDerivative\": 0,\n \"anticoagulant\": 0,\n \"vaccin\": 0,\n \"soluteDilution\": 0,\n \"emergencyContraceptive\": 0,\n \"minorContraceptive\": 0,\n \"fridge\": 0,\n \"humanAntibiotic\": 0,\n \"veterinaryAntibiotic\": 0,\n \"veterinaryPrescription\": 0,\n \"deconditionning\": 0,\n \"seasonalFluVaccine\": 0,\n \"ghs\": 1,\n \"horsGhs\": 0,\n \"infertilityTreatment\": 0,\n \"mindalteringSubstance\": 0,\n \"testReagent\": 0,\n \"firstAgeMilk\": 0,\n \"abortionDrug\": 0,\n \"mte\": 0,\n \"tfr\": 0,\n \"biosimilarReferent\": 0,\n \"freezer\": 0,\n \"reinforcedMonitoring\": 0,\n \"t2a\": 0,\n \"communityApproval\": 1,\n \"drugException\": 0,\n \"hybridReferent\": 0,\n \"pregnancyPictogram\": 0,\n },\n },\n \"segmentationAttributes\": undefined,\n \"excipientsWithKnowEffects\": [\n {\n \"code\": \"48\",\n \"label\": \"Sodium benzoate\",\n \"parentCode\": \"48\",\n },\n {\n \"code\": \"17582\",\n \"label\": \"Methyle parahydroxybenzoate\",\n \"parentCode\": \"78\",\n },\n {\n \"code\": \"7358\",\n \"label\": \"Ethanol\",\n \"parentCode\": \"235\",\n },\n ],\n \"atcClassesLevel2\": [\n {\n \"code\": \"R05\",\n \"label\": \"Médicaments du rhume et de la toux\",\n },\n ],\n \"intakeUnits\": [\n {\n \"order\": 1,\n \"code\": 776,\n \"labelHtml\": \"gobelet-doseur de 15 ml\",\n \"pluralLabelHtml\": \"gobelets-doseur de 15 ml\",\n \"shortLabelHtml\": \"gobelet 15 ml\",\n \"dispensationNumber\": \"0\",\n \"distributionNumber\": \"0\",\n \"intakeUnitNumber\": \"15,0000000000\",\n \"round\": 2,\n \"throwTheRest\": 0,\n },\n {\n \"order\": 2,\n \"code\": 27,\n \"labelHtml\": \"ml\",\n \"pluralLabelHtml\": \"ml\",\n \"shortLabelHtml\": \"ml\",\n \"dispensationNumber\": \"0\",\n \"distributionNumber\": \"200,00000\",\n \"intakeUnitNumber\": \"1,0000000000\",\n \"round\": 10,\n \"throwTheRest\": 0,\n },\n {\n \"order\": 3,\n \"code\": 26,\n \"labelHtml\": \"flacon\",\n \"pluralLabelHtml\": \"flacons\",\n \"shortLabelHtml\": \"fl\",\n \"dispensationNumber\": \"1\",\n \"distributionNumber\": \"0\",\n \"intakeUnitNumber\": \"200,0000000000\",\n \"round\": 1,\n \"throwTheRest\": 0,\n },\n ],\n \"subLaboratories\": undefined,\n },\n \"prices\": {\n \"ucdPrice\": \"200\",\n \"repaymentRate\": 30.0,\n \"vatRate\": \"2,10\",\n \"reimbursementBase\": \"0000200\",\n \"sellingPrice\": \"0000200\",\n \"tfr\": undefined,\n },\n \"searchProperties\": {\n \"score\": undefined,\n \"safeScore\": 12,\n \"safeDetails\": [\n {\n \"codeAlerte\": 1,\n \"libelleAlerte\": \"Patient de moins de 12 ans\",\n \"typeAlerte\": \"Contre-indication contre-indiqué\",\n \"niveauAlerte\": 4,\n \"idAlerte\": \"0000033355\",\n \"productId2\": 0,\n \"productLabel2\": \"\",\n \"details\": \"\",\n },\n {\n \"codeAlerte\": 1,\n \"libelleAlerte\": \"Patient de 12 à 15 ans\",\n \"typeAlerte\": \"Contre-indication déconseillé\",\n \"niveauAlerte\": 3,\n \"idAlerte\": \"0000008254\",\n \"productId2\": 0,\n \"productLabel2\": \"\",\n \"details\": \"\",\n },\n {\n \"codeAlerte\": 1,\n \"libelleAlerte\": \"Adolescent de plus de 15 ans de moins de 50 kg\",\n \"typeAlerte\": \"Contre-indication déconseillé\",\n \"niveauAlerte\": 3,\n \"idAlerte\": \"0000033351\",\n \"productId2\": 0,\n \"productLabel2\": \"\",\n \"details\": \"\",\n },\n {\n \"codeAlerte\": 2,\n \"libelleAlerte\": \"Sujet âgé\",\n \"typeAlerte\": \"Précaution d'emploi\",\n \"niveauAlerte\": 2,\n \"idAlerte\": \"0000005633\",\n \"productId2\": 0,\n \"productLabel2\": \"\",\n \"details\": \"\",\n },\n ],\n \"samCode\": undefined,\n \"samPatient\": false,\n },\n \"extendedProperties\": undefined,\n },\n ],\n \"pageable\": {\n \"sort\": {\n \"unsorted\": false,\n \"sorted\": true,\n \"empty\": false,\n },\n \"pageSize\": 150,\n \"pageNumber\": 0,\n \"offset\": 0,\n \"paged\": true,\n \"unpaged\": false,\n },\n \"totalPages\": 1,\n \"totalElements\": 1,\n \"last\": true,\n \"numberOfElements\": 1,\n \"first\": true,\n \"sort\": {\n \"unsorted\": false,\n \"sorted\": true,\n \"empty\": false,\n },\n \"number\": 0,\n \"size\": 150,\n \"empty\": false,\n },\n}"
},
{
"kind": "variable",
"name": "resultsRequestResponseWithDeletedProducts",
"type": {
"text": "SearchResponseBean"
},
"default": "{\n \"filters\": {\n \"available\": [\n {\n \"type\": \"terrains\",\n \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n \"label\": \"Terrains\",\n \"values\": [\n {\n \"value\": \"Enfant\",\n \"label\": \"Enfant\",\n \"count\": 1,\n \"exclude\": 0\n },\n {\n \"value\": \"Nourrisson\",\n \"label\": \"Nourrisson\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 2\n },\n {\n \"type\": \"laboratoire\",\n \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n \"label\": \"Laboratoires\",\n \"values\": [\n {\n \"value\": \"SANOFI AVENTIS FRANCE\",\n \"label\": \"SANOFI AVENTIS FRANCE\",\n \"count\": 2,\n \"exclude\": 0\n },\n {\n \"value\": \"OPELLA HEALTHCARE FRANCE SAS\",\n \"label\": \"OPELLA HEALTHCARE FRANCE SAS\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 3\n },\n {\n \"type\": \"supprime\",\n \"field\": \"flags.supprime\",\n \"label\": \"Statut\",\n \"values\": [\n {\n \"value\": \"1\",\n \"label\": \"Arrêt de la commercialisation\",\n \"count\": 3,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 3\n },\n {\n \"type\": \"ci\",\n \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n \"label\": \"Contre indications\",\n \"values\": [\n {\n \"value\": \"Insuffisance hépatique sévère\",\n \"label\": \"Insuffisance hépatique sévère\",\n \"count\": 1,\n \"exclude\": 0\n },\n {\n \"value\": \"Insuffisance hépatocellulaire\",\n \"label\": \"Insuffisance hépatocellulaire\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 2\n },\n {\n \"type\": \"composant\",\n \"field\": \"composition.principesActifs.libelleComposantPere.keyword\",\n \"label\": \"Composants\",\n \"values\": [\n {\n \"value\": \"Paracétamol\",\n \"label\": \"Paracétamol\",\n \"count\": 2,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 2\n },\n {\n \"type\": \"statutsSegmentation\",\n \"field\": \"infoProduit.statutSegmentationHtml.keyword\",\n \"label\": \"Statuts segmentation\",\n \"values\": [\n {\n \"value\": \"Médicament\",\n \"label\": \"Médicament\",\n \"count\": 3,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 3\n },\n {\n \"type\": \"autres\",\n \"field\": \"attributsSegmentation.autres.libelle.keyword\",\n \"label\": \"Autres attributs segmentation\",\n \"values\": [\n {\n \"value\": \"Hors pilulier\",\n \"label\": \"Hors pilulier\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 1\n },\n {\n \"type\": \"voies\",\n \"field\": \"listeVoiesAdm.voieAdministration.keyword\",\n \"label\": \"Voies d'administration\",\n \"values\": [\n {\n \"value\": \"orale\",\n \"label\": \"orale\",\n \"count\": 2,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 2\n },\n {\n \"type\": \"marque\",\n \"field\": \"infoProduit.nomMarqueHtml.keyword\",\n \"label\": \"Marques\",\n \"values\": [\n {\n \"value\": \"DOLIPRANE\",\n \"label\": \"DOLIPRANE\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 1\n },\n {\n \"type\": \"hospitalier\",\n \"field\": \"flags.hospitalier\",\n \"label\": \"Hospitalier\",\n \"values\": [\n {\n \"value\": \"0\",\n \"label\": \"Non\",\n \"count\": 3,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 3\n },\n {\n \"type\": \"gamme\",\n \"field\": \"infoProduit.nomGammeHtml.keyword\",\n \"label\": \"Gammes\",\n \"values\": [\n {\n \"value\": \"Sans gamme\",\n \"label\": \"Sans gamme\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 1\n },\n {\n \"type\": \"type\",\n \"field\": \"type\",\n \"label\": \"Type\",\n \"values\": [\n {\n \"value\": \"1\",\n \"label\": \"Médicament\",\n \"count\": 3,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 3\n },\n {\n \"type\": \"indication\",\n \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\",\n \"label\": \"Indications\",\n \"values\": [\n {\n \"value\": \"Etat fébrile\",\n \"label\": \"Etat fébrile\",\n \"count\": 2,\n \"exclude\": 0\n },\n {\n \"value\": \"Douleur\",\n \"label\": \"Douleur\",\n \"count\": 1,\n \"exclude\": 0\n },\n {\n \"value\": \"Douleur légère à modérée\",\n \"label\": \"Douleur légère à modérée\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 4\n },\n {\n \"type\": \"dopant\",\n \"field\": \"flags.dopant\",\n \"label\": \"Dopant\",\n \"values\": [\n {\n \"value\": \"0\",\n \"label\": \"Non\",\n \"count\": 3,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 3\n },\n {\n \"type\": \"circuitsDeDistribution\",\n \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\",\n \"label\": \"Circuits de distribution\",\n \"values\": [\n {\n \"value\": \"Pharmacie\",\n \"label\": \"Pharmacie\",\n \"count\": 3,\n \"exclude\": 0\n },\n {\n \"value\": \"ECOM\",\n \"label\": \"ECOM\",\n \"count\": 1,\n \"exclude\": 0\n }\n ],\n \"totalCount\": 4\n }\n ],\n \"active\": []\n },\n \"search\": {\n \"content\": [\n {\n \"code\": \"23800\",\n \"productId\": 23800,\n \"type\": 1,\n \"labelHtml\": \"DOLIPRANE 50 mg NOURRISSONS, poudre orale en sachet, sachets boîte de 12\",\n \"code13\": \"3400932447770\",\n \"deletedDate\": \"20050824\",\n \"deleted\": true,\n \"labels\": {\n \"typeLabel\": \"Présentation\",\n \"label\": \"DOLIPRANE 50 mg NOURRISSONS. poudre orale en sachet. sachets boite de 12\",\n \"shortLabel\": \"DOLIPRANE 50MG SACHET 12\",\n \"shortLabelHtml\": \"DOLIPRANE 50MG SACHET 12\",\n \"longLabel\": \"DOLIPRANE 50 mg NOURRISSONS. poudre orale en sachet. sachets boite de 12\",\n \"longLabelHtml\": \"DOLIPRANE 50 mg NOURRISSONS, poudre orale en sachet, sachets boîte de 12\",\n \"searchLabel\": \"DOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50MG SACHET 12 DOLIPRANE 50MG PDR SACH PARACETAMOL DOLIPRANE50MGNOURRISSONS.POUDREORALEENSACHET.SACHETSBOITEDE12DOLIPRANE50MGNOURRISSONS.POUDREORALEENSACHET.SACHETSBOITEDE12DOLIPRANE50MGSACHET12DOLIPRANE50MGPDRSACHPARACETAMOL 50MG 50 MG 50 MGDOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50MG SACHET 12 DOLIPRANE 50MG PDR SACH PARACETAMOL \"\n },\n \"properties\": {\n \"thumbnail\": \"\",\n \"productName\": \"DOLIPRANE\",\n \"productDosage\": \"50 mg\",\n \"galenicFormCode\": \"BN01\",\n \"galenicFormLabel\": \"Poudre orale\",\n \"galenicFormLabelHtml\": null,\n \"aspect\": \"\",\n \"inFacilityFormulary\": false,\n \"codes\": {\n \"cip7\": \"3244777\",\n \"cip13\": \"3400932447770\",\n \"cip13Referent\": \"3400932447770\",\n \"ucd7\": \"9028230\",\n \"ucd13\": \"3400890282307\",\n \"cis\": \"61783123\",\n \"code13Referent\": \"3400932447770\",\n \"ean13\": [],\n \"udi\": null\n },\n \"flags\": {\n \"misuse\": 0,\n \"careBasket\": 0,\n \"doping\": 0,\n \"driveWarning\": \"0\",\n \"narcotic\": 0,\n \"crushable\": -1,\n \"referent\": 0,\n \"generic\": 0,\n \"biosimilar\": 0,\n \"hospitalDelivery\": 0,\n \"internal\": 1,\n \"medicalDevice\": 0,\n \"homeo\": 0,\n \"exactcureSimulable\": 0,\n \"pediatrics\": 1,\n \"hybrid\": 0,\n \"extendedFlags\": {\n \"bloodDerivative\": 0,\n \"anticoagulant\": 0,\n \"vaccin\": 0,\n \"soluteDilution\": 0,\n \"emergencyContraceptive\": 0,\n \"minorContraceptive\": 0,\n \"fridge\": 0,\n \"humanAntibiotic\": 0,\n \"veterinaryAntibiotic\": 0,\n \"veterinaryPrescription\": 0,\n \"deconditionning\": 0,\n \"seasonalFluVaccine\": 0,\n \"ghs\": 1,\n \"horsGhs\": 0,\n \"infertilityTreatment\": 0,\n \"mindalteringSubstance\": 0,\n \"testReagent\": 0,\n \"firstAgeMilk\": 0,\n \"abortionDrug\": 0,\n \"mte\": 0,\n \"tfr\": 0,\n \"biosimilarReferent\": 0,\n \"freezer\": 0,\n \"reinforcedMonitoring\": 0,\n \"t2a\": 0,\n \"communityApproval\": 1,\n \"drugException\": 0,\n \"hybridReferent\": 0,\n \"pregnancyPictogram\": 0\n }\n },\n \"careBasket\": null,\n \"segmentationAttributes\": null,\n \"excipientsWithKnowEffects\": [],\n \"atcClasses\": [\n {\n \"code\": \"N\",\n \"label\": \"Système nerveux\"\n },\n {\n \"code\": \"N02\",\n \"label\": \"Analgésiques\"\n },\n {\n \"code\": \"N02B\",\n \"label\": \"Autres analgésiques et antipyrétiques\"\n },\n {\n \"code\": \"N02BE\",\n \"label\": \"Anilides \"\n },\n {\n \"code\": \"N02BE01\",\n \"label\": \"Paracétamol\"\n }\n ],\n \"intakeUnits\": [\n {\n \"order\": 1,\n \"code\": 48,\n \"labelHtml\": \"mg\",\n \"pluralLabelHtml\": \"mg\",\n \"shortLabelHtml\": \"mg\",\n \"dispensationNumber\": \"0\",\n \"distributionNumber\": \"0\",\n \"intakeUnitNumber\": \"0,0200000000\",\n \"round\": 100,\n \"throwTheRest\": 0\n },\n {\n \"order\": 2,\n \"code\": 13,\n \"labelHtml\": \"sachet\",\n \"pluralLabelHtml\": \"sachets\",\n \"shortLabelHtml\": \"sac\",\n \"dispensationNumber\": \"12\",\n \"distributionNumber\": \"12,00000\",\n \"intakeUnitNumber\": \"1,0000000000\",\n \"round\": 1,\n \"throwTheRest\": 0\n }\n ],\n \"subLaboratories\": null\n },\n \"prices\": {\n \"ucdPrice\": \"14\",\n \"repaymentRate\": 65.0,\n \"vatRate\": \"2,10\",\n \"reimbursementBase\": \"0000166\",\n \"sellingPrice\": \"0000166\",\n \"tfr\": null\n },\n \"searchProperties\": {\n \"score\": null,\n \"safeScore\": 0,\n \"safeDetails\": null,\n \"samCode\": null,\n \"samPatient\": false\n },\n \"extendedProperties\": null\n },\n {\n \"code\": \"30442\",\n \"productId\": 30442,\n \"type\": 1,\n \"labelHtml\": \"DOLIPRANE 150 mg, poudre pour solution buvable en sachet-dose, boîte de 12 sachets-dose\",\n \"code13\": \"3400934998799\",\n \"deletedDate\": \"20250212\",\n \"deleted\": true,\n \"labels\": {\n \"typeLabel\": \"Présentation\",\n \"label\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n \"shortLabel\": \"DOLIPRANE 150MG SACHET 12\",\n \"shortLabelHtml\": \"DOLIPRANE 150MG SACHET 12\",\n \"longLabel\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n \"longLabelHtml\": \"DOLIPRANE 150 mg, poudre pour solution buvable en sachet-dose, boîte de 12 sachets-dose\",\n \"searchLabel\": \"DOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150MG SACHET 12 DOLIPRANE 150MG PDR SACH PARACETAMOL DOLIPRANE150MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE150MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE150MGSACHET12DOLIPRANE150MGPDRSACHPARACETAMOL 150MG 150 MG 150 MGDOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150MG SACHET 12 DOLIPRANE 150MG PDR SACH PARACETAMOL Nourrisson Enfant Hors_pilulier\"\n },\n \"properties\": {\n \"thumbnail\": \"https://documents.resip.fr/vignettes/30442_vign.jpg\",\n \"productName\": \"DOLIPRANE\",\n \"productDosage\": \"150 mg\",\n \"galenicFormCode\": \"BD03\",\n \"galenicFormLabel\": \"Poudre pour solution buvable\",\n \"galenicFormLabelHtml\": null,\n \"aspect\": \" POUDRE BUVABLE SOLUTION\",\n \"inFacilityFormulary\": false,\n \"codes\": {\n \"cip7\": \"3499879\",\n \"cip13\": \"3400934998799\",\n \"cip13Referent\": \"3400934998799\",\n \"ucd7\": \"9210934\",\n \"ucd13\": \"3400892109343\",\n \"cis\": \"65103838\",\n \"code13Referent\": \"3400934998799\",\n \"ean13\": [],\n \"udi\": null\n },\n \"flags\": {\n \"misuse\": 0,\n \"careBasket\": 0,\n \"doping\": 0,\n \"driveWarning\": \"0\",\n \"narcotic\": 0,\n \"crushable\": -1,\n \"referent\": 0,\n \"generic\": 0,\n \"biosimilar\": 0,\n \"hospitalDelivery\": 0,\n \"internal\": 1,\n \"medicalDevice\": 0,\n \"homeo\": 0,\n \"exactcureSimulable\": 1,\n \"pediatrics\": 1,\n \"hybrid\": 0,\n \"extendedFlags\": {\n \"bloodDerivative\": 0,\n \"anticoagulant\": 0,\n \"vaccin\": 0,\n \"soluteDilution\": 0,\n \"emergencyContraceptive\": 0,\n \"minorContraceptive\": 0,\n \"fridge\": 0,\n \"humanAntibiotic\": 0,\n \"veterinaryAntibiotic\": 0,\n \"veterinaryPrescription\": 0,\n \"deconditionning\": 0,\n \"seasonalFluVaccine\": 0,\n \"ghs\": 1,\n \"horsGhs\": 0,\n \"infertilityTreatment\": 0,\n \"mindalteringSubstance\": 0,\n \"testReagent\": 0,\n \"firstAgeMilk\": 0,\n \"abortionDrug\": 0,\n \"mte\": 0,\n \"tfr\": 0,\n \"biosimilarReferent\": 0,\n \"freezer\": 0,\n \"reinforcedMonitoring\": 0,\n \"t2a\": 0,\n \"communityApproval\": 1,\n \"drugException\": 0,\n \"hybridReferent\": 0,\n \"pregnancyPictogram\": 0\n }\n },\n \"careBasket\": null,\n \"segmentationAttributes\": null,\n \"excipientsWithKnowEffects\": [\n {\n \"code\": \"15\",\n \"label\": \"Saccharose\",\n \"parentCode\": \"15\"\n }\n ],\n \"atcClasses\": [\n {\n \"code\": \"N\",\n \"label\": \"Système nerveux\"\n },\n {\n \"code\": \"N02\",\n \"label\": \"Analgésiques\"\n },\n {\n \"code\": \"N02B\",\n \"label\": \"Autres analgésiques et antipyrétiques\"\n },\n {\n \"code\": \"N02BE\",\n \"label\": \"Anilides \"\n },\n {\n \"code\": \"N02BE01\",\n \"label\": \"Paracétamol\"\n }\n ],\n \"intakeUnits\": [\n {\n \"order\": 1,\n \"code\": 48,\n \"labelHtml\": \"mg\",\n \"pluralLabelHtml\": \"mg\",\n \"shortLabelHtml\": \"mg\",\n \"dispensationNumber\": \"0\",\n \"distributionNumber\": \"0\",\n \"intakeUnitNumber\": \"0,0066666000\",\n \"round\": 100,\n \"throwTheRest\": 0\n },\n {\n \"order\": 2,\n \"code\": 13,\n \"labelHtml\": \"sachet\",\n \"pluralLabelHtml\": \"sachets\",\n \"shortLabelHtml\": \"sac\",\n \"dispensationNumber\": \"0\",\n \"distributionNumber\": \"0\",\n \"intakeUnitNumber\": \"1,0000000000\",\n \"round\": 1,\n \"throwTheRest\": 0\n },\n {\n \"order\": 3,\n \"code\": 158,\n \"labelHtml\": \"sachet-dose\",\n \"pluralLabelHtml\": \"sachets-dose\",\n \"shortLabelHtml\": \"sac\",\n \"dispensationNumber\": \"12\",\n \"distributionNumber\": \"12,00000\",\n \"intakeUnitNumber\": \"1,0000000000\",\n \"round\": 1,\n \"throwTheRest\": 0\n }\n ],\n \"subLaboratories\": null\n },\n \"prices\": {\n \"ucdPrice\": \"12\",\n \"repaymentRate\": 65.0,\n \"vatRate\": \"2,10\",\n \"reimbursementBase\": \"0000143\",\n \"sellingPrice\": \"0000143\",\n \"tfr\": null\n },\n \"searchProperties\": {\n \"score\": null,\n \"safeScore\": 0,\n \"safeDetails\": null,\n \"samCode\": null,\n \"samPatient\": false\n },\n \"extendedProperties\": null\n },\n {\n \"code\": \"25869\",\n \"productId\": 25869,\n \"type\": 1,\n \"labelHtml\": \"DOLIPRANE 250MG SACHET 12\",\n \"code13\": \"3400933264468\",\n \"deletedDate\": \"19991006\",\n \"deleted\": true,\n \"labels\": {\n \"typeLabel\": \"Présentation\",\n \"label\": \"DOLIPRANE 250MG SACHET 12\",\n \"shortLabel\": \"DOLIPRANE 250MG SACHET 12\",\n \"shortLabelHtml\": \"DOLIPRANE 250MG SACHET 12\",\n \"longLabel\": \"DOLIPRANE 250MG SACHET 12\",\n \"longLabelHtml\": \"DOLIPRANE 250MG SACHET 12\",\n \"searchLabel\": \"DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG PDR SACH DOLIPRANE250MGSACHET12DOLIPRANE250MGSACHET12DOLIPRANE250MGSACHET12DOLIPRANE250MGPDRSACH DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG PDR SACH \"\n },\n \"properties\": {\n \"thumbnail\": \"\",\n \"productName\": \"\",\n \"productDosage\": \"\",\n \"galenicFormCode\": \"\",\n \"galenicFormLabel\": \"\",\n \"galenicFormLabelHtml\": null,\n \"aspect\": \"\",\n \"inFacilityFormulary\": false,\n \"codes\": {\n \"cip7\": \"3326446\",\n \"cip13\": \"3400933264468\",\n \"cip13Referent\": \"3400933264468\",\n \"ucd7\": \"9146633\",\n \"ucd13\": \"3400891466331\",\n \"cis\": \"\",\n \"code13Referent\": \"3400933264468\",\n \"ean13\": [],\n \"udi\": null\n },\n \"flags\": {\n \"misuse\": 0,\n \"careBasket\": 0,\n \"doping\": 0,\n \"driveWarning\": \"0\",\n \"narcotic\": 0,\n \"crushable\": -1,\n \"referent\": 0,\n \"generic\": 0,\n \"biosimilar\": 0,\n \"hospitalDelivery\": 0,\n \"internal\": 1,\n \"medicalDevice\": 0,\n \"homeo\": 0,\n \"exactcureSimulable\": 0,\n \"pediatrics\": 0,\n \"hybrid\": 0,\n \"extendedFlags\": {\n \"bloodDerivative\": 0,\n \"anticoagulant\": 0,\n \"vaccin\": 0,\n \"soluteDilution\": 0,\n \"emergencyContraceptive\": 0,\n \"minorContraceptive\": 0,\n \"fridge\": 0,\n \"humanAntibiotic\": 0,\n \"veterinaryAntibiotic\": 0,\n \"veterinaryPrescription\": 0,\n \"deconditionning\": 0,\n \"seasonalFluVaccine\": 0,\n \"ghs\": 1,\n \"horsGhs\": 0,\n \"infertilityTreatment\": 0,\n \"mindalteringSubstance\": 0,\n \"testReagent\": 0,\n \"firstAgeMilk\": 0,\n \"abortionDrug\": 0,\n \"mte\": 0,\n \"tfr\": 0,\n \"biosimilarReferent\": 0,\n \"freezer\": 0,\n \"reinforcedMonitoring\": 0,\n \"t2a\": 0,\n \"communityApproval\": 1,\n \"drugException\": 0,\n \"hybridReferent\": 0,\n \"pregnancyPictogram\": 0\n }\n },\n \"careBasket\": null,\n \"segmentationAttributes\": null,\n \"excipientsWithKnowEffects\": [],\n \"atcClasses\": [\n {\n \"code\": \"N\",\n \"label\": \"Système nerveux\"\n },\n {\n \"code\": \"N02\",\n \"label\": \"Analgésiques\"\n },\n {\n \"code\": \"N02B\",\n \"label\": \"Autres analgésiques et antipyrétiques\"\n },\n {\n \"code\": \"N02BE\",\n \"label\": \"Anilides \"\n },\n {\n \"code\": \"N02BE01\",\n \"label\": \"Paracétamol\"\n }\n ],\n \"intakeUnits\": [],\n \"subLaboratories\": null\n },\n \"prices\": {\n \"ucdPrice\": \"0\",\n \"repaymentRate\": 65.0,\n \"vatRate\": \"2,10\",\n \"reimbursementBase\": \"0000198\",\n \"sellingPrice\": \"0000198\",\n \"tfr\": null\n },\n \"searchProperties\": {\n \"score\": null,\n \"safeScore\": 0,\n \"safeDetails\": null,\n \"samCode\": null,\n \"samPatient\": false\n },\n \"extendedProperties\": null\n }\n ],\n \"pageable\": {\n \"sort\": {\n \"unsorted\": false,\n \"sorted\": true,\n \"empty\": false\n },\n \"pageSize\": 50,\n \"pageNumber\": 0,\n \"offset\": 0,\n \"paged\": true,\n \"unpaged\": false\n },\n \"totalElements\": 3,\n \"totalPages\": 1,\n \"last\": true,\n \"numberOfElements\": 3,\n \"first\": true,\n \"size\": 50,\n \"number\": 0,\n \"sort\": {\n \"unsorted\": false,\n \"sorted\": true,\n \"empty\": false\n },\n \"empty\": false\n }\n}"
},
{
"kind": "variable",
"name": "resultsRequestResponseWithTwoProducts",
"type": {
"text": "SearchResponseBean"
},
"default": "{\n \"filters\": {\n \"available\": [\n {\n \"type\": \"terrains\",\n \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n \"label\": \"Terrains\",\n \"values\": [\n {\n \"value\": \"Adulte\",\n \"label\": \"Adulte\",\n \"count\": 2,\n \"exclude\": 0,\n },\n {\n \"value\": \"Sujet âgé\",\n \"label\": \"Sujet âgé\",\n \"count\": 2,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 4,\n },\n {\n \"type\": \"laboratoire\",\n \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n \"label\": \"Laboratoires\",\n \"values\": [\n {\n \"value\": \"PIERRE FABRE MEDICAMENT\",\n \"label\": \"PIERRE FABRE MEDICAMENT\",\n \"count\": 2,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 2,\n },\n {\n \"type\": \"supprime\",\n \"field\": \"flags.supprime\",\n \"label\": \"Statut\",\n \"values\": [\n {\n \"value\": \"0\",\n \"label\": \"Commercialisé\",\n \"count\": 2,\n \"exclude\": 0,\n },\n ],\n \"totalCount\": 2,\n },\n {\n \"type\": \"ci\",\n \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n \"label\": \"Contre indications\",\n \"values\": [\n {\n \"value\": \"Allaitement\",\n \"label\": \"Allaitement\",\n \"count\": 2,\n \"exclude\": 0,\n },\n {\n \"value\": \"Asthmatique\",\n \"label\": \"Asthmatique\",\n \"count\": 2,\n \"exclude\": 0,\n },\n {\n \"value\": \"Insuffisance respiratoire\",\n \"label\": \"Insuffisance respiratoire\",\n