pour déploiement auto v2 via gitlab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

238 lines
22 KiB

<?xml version="1.0" encoding="ISO-8859-1"?>
<VUE name="PMSI000143" label="PMSI. Analyse SRC" title="= 'Analyse SRC par ' + SELECT.GROUPBY_LABEL + ' (' + SELECT.PERIODE_LABEL + ' à ' + SELECT.TOPERIODE_LABEL + ') - ' + SELECT.VERSION_GROUPAGE_LABEL" database="iCTI" swf="*CTI_view1" softCode="iCTI_pmsi" globals="PMSI_globals.XML" componentsFile="PMSI_components.XML" helpDokuWIkiDir="pmsi:qualite:etudes" helpDokuWIkiFile="pmsi000143" helpFile="iCTI_PMSI_PMSI000143.HTML">
<VIEWPROPERTIES componentName="PROPERTIES_RSS" />
<VIEWPROPERTIES componentName="PROPERTIES_SELECT_TABTREE" />
<SELECTIONS label="Paramètres de l'analyse" displayText="">
<GROUP label="Période">
<FIELD name="ALIAS_PERIODE" label="" UI="combo" width="220" default="CUM_LAST_MONTH" tree="true" globalListProvider="ALIAS_PERIODE" />
<FIELD name="PERIODE" label="" UI="combo" tree="true" width="200" default="2014-01-01" globalListProvider="DATE_DEBUT" />
<FIELD name="TOPERIODE" label="à" UI="combo" tree="true" width="200" default="2014-12-31" globalListProvider="DATE_FIN" />
</GROUP>
<GROUP label="Regroupements">
<FIELD name="GROUPBY" width="220" label="" UI="combo" default="4" tree="true">
<OPTION label="Options" data="" globalListProvider="RSS_GROUPBY_OPTIONS" />
</FIELD>
<FIELD name="GROUPBY_TAB" width="100" label="Présentation" UI="combo" default="AUTO" visible="= SELECT.GROUPBY_2 != '-1' ">
<OPTION label="Automatique" data="AUTO" />
<OPTION label="Arbre" data="TREE" />
<OPTION label="Onglet" data="TAB" />
</FIELD>
</GROUP>
<GROUP label="">
<FIELD name="GROUPBY_2" width="220" label="" UI="combo" default="-1" tree="true">
<OPTION label="Pas de second niveau" data="-1" treeLevel="1" />
<OPTION label="Options" data="" globalListProvider="RSS_GROUPBY_OPTIONS" />
</FIELD>
<FIELD name="ACTIVITE_SIGNIFICATIVE_BASE" label="" UI="text" visible="false" default="-1" />
</GROUP>
<GROUP label="">
<FIELD name="GROUPBY_3" width="220" label="" UI="combo" default="-1" tree="true">
<OPTION label="Pas de troisième niveau" data="-1" treeLevel="1" />
<OPTION label="Options" data="" globalListProvider="RSS_GROUPBY_OPTIONS" />
</FIELD>
</GROUP>
</SELECTIONS>
<SELECTIONS componentName="FILTRES_RSS_SELECTIONS" />
<QUERIES>
<QUERY label="">
<SQL optimizer="V_RSS_X" cacheEnabled="false">
<select><![CDATA[
CTISELECT_TREE
GROUPBY1{[VIEW.SELECT_TABTREE_OID_FIELD],, [VIEW.SELECT_TABTREE_COD_FIELD],, [VIEW.SELECT_TABTREE_TXT_FIELD]}
GROUPBY1MODE{[GROUPBY_TAB]}
GROUPBY2{[VIEW.SELECT_TABTREE_2_OID_FIELD],, [VIEW.SELECT_TABTREE_2_COD_FIELD],, [VIEW.SELECT_TABTREE_2_TXT_FIELD]}
GROUPBY3{[VIEW.SELECT_TABTREE_3_OID_FIELD],, [VIEW.SELECT_TABTREE_3_COD_FIELD],, [VIEW.SELECT_TABTREE_3_TXT_FIELD]}
SIGNIFDATA{[VIEW.SELECT_TABTREE_ACTIVITE_SIGNIFICATIVE_DATA],, [ACTIVITE_SIGNIFICATIVE_MODE],, [ACTIVITE_SIGNIFICATIVE_NUMBER]}
OPTIONS{NOTZERO=1}
INDICATORS{
sum(temp_pmsi000143_rss.src_facturee_nb_rss),
sum(temp_pmsi000143_rss.src_facturee_nb_prestations),
sum(temp_pmsi000143_rss.src_facturee_base_remboursement),
sum(temp_pmsi000143_rss.src_facturable_nb_rss),
sum(temp_pmsi000143_rss.src_facturable_nb_prestations),
sum(temp_pmsi000143_rss.src_facturable_base_remboursement),
sum(temp_pmsi000143_rss.src_facturable_nb_rss) - SUM(temp_pmsi000143_rss.src_facturee_nb_rss),
sum(temp_pmsi000143_rss.src_facturable_nb_prestations) - SUM(temp_pmsi000143_rss.src_facturee_nb_prestations),
sum(temp_pmsi000143_rss.src_facturable_base_remboursement) - SUM(temp_pmsi000143_rss.src_facturee_base_remboursement),
sum(CASE WHEN temp_pmsi000143_rss.src_facturable_nb_rss = 0 AND temp_pmsi000143_rss.src_facturee_nb_rss = 0 AND src_facturee_nb_rss = 0 THEN temp_pmsi000143_rss.src_passage_nb_rss ELSE 0 END),
sum(CASE WHEN temp_pmsi000143_rss.src_facturable_nb_rss = 0 THEN temp_pmsi000143_rss.src_passage_duree_sejour ELSE 0 END),
sum(CASE WHEN temp_pmsi000143_rss.src_facturable_nb_rss = 0 THEN temp_pmsi000143_rss.src_facturable_sans_src_ni_igs_nb_rss ELSE 0 END),
SUM(CASE WHEN temp_pmsi000143_rss.src_facturable_regle = '1' THEN 1 ELSE 0 END),
SUM(CASE WHEN temp_pmsi000143_rss.src_facturable_regle = '2' THEN 1 ELSE 0 END),
SUM(CASE WHEN temp_pmsi000143_rss.src_facturable_regle = '3' THEN 1 ELSE 0 END),
SUM(CASE WHEN temp_pmsi000143_rss.src_facturable_regle = '4' THEN 1 ELSE 0 END),
SUM(CASE WHEN temp_pmsi000143_rss.src_facturable_regle = '5' THEN 1 ELSE 0 END)
}
ORDERBY{indicateurs[4],, DESC}
FROM #V_RSS_X#
JOIN pmsi.p_rss_src temp_pmsi000143_rss ON v_rss_1.rss_id = temp_pmsi000143_rss.oid
WHERE
mois_sortie IN ([VIEW.PERIODE_MOIS_LIST]) AND v_rss_1.date_sortie BETWEEN '[PERIODE]' AND '[TOPERIODE]'
[VIEW.FILTRE_RSS_SELECT]
;
]]></select>
<FIELDS>
<INSERT name="CTISELECT_TREE_FIELDS" />
<FIELD name="SORT" />
<FIELD name="FRERSS" />
<FIELD name="FREDUR" />
<FIELD name="FRECA" />
<FIELD name="FLERSS" />
<FIELD name="FLEDUR" />
<FIELD name="FLECA" />
<FIELD name="ECARSS" />
<FIELD name="ECADUR" />
<FIELD name="ECACA" />
<FIELD name="PASRSS" />
<FIELD name="PASDUR" />
<FIELD name="FLBRSS" />
<FIELD name="RG1RSS" />
<FIELD name="RG2RSS" />
<FIELD name="RG3RSS" />
<FIELD name="RG4RSS" />
<FIELD name="RG5RSS" />
</FIELDS>
</SQL>
</QUERY>
</QUERIES>
<PRESENTATION>
<VIEWLINKS>
<VIEWLINK label="Justificatif par RSS" shortLabel="Liste RSS" view="PMSI000144.XML" componentName="RSS_BASE_VIEWLINK">
<ARG name="IND_SRC" value="
if (COLUMN.NAME == 'FLERSS') {return 'FLE'}
if (COLUMN.NAME == 'FLEDUR') {return 'FLE'}
if (COLUMN.NAME == 'FLECA') {return 'FLE'}
if (COLUMN.NAME == 'FRERSS') {return 'FRE'}
if (COLUMN.NAME == 'FREDUR') {return 'FRE'}
if (COLUMN.NAME == 'FRECA') {return 'FRE'}
if (COLUMN.NAME == 'ECARSS') {return 'ECARSS'}
if (COLUMN.NAME == 'ECADUR') {return 'ECADUR'}
if (COLUMN.NAME == 'ECACA') {return 'ECACA'}
if (COLUMN.NAME == 'PASRSS') {return 'SRCNF'}
if (COLUMN.NAME == 'FLBRSS') {return 'NSRCF'}
return '-1'
" />
</VIEWLINK>
<VIEWREF label="Arrêté du 1er mars 2024 relatif aux forfaits alloués aux établissements de santé mentionnés à l'article L. 162-22-6 du code de la sécurité sociale ayant des activités de médecine, chirurgie, obstétrique et odontologie ou ayant une activité d'hospitalisation à domicile"
shortLabel="Arrêté Prestations 2024" url="https://www.atih.sante.fr/arrete-prestations-et-tarifaires-mco-2024" rowContext="false" />
</VIEWLINKS>
<ONGLET excelLabel="Analyse facturation" label="Analyse facturation" multiTab="true" multiTabBreakField="TABD" multiTabBreakLabelField="TABDL" multiTabBreakLonglabelField="TABDLL">
<DATAGRID title="" total="true" showOthers="false" headerHeight="54" variableRowHeight="true" totalRowInRows="= ROW.OID == '-9999999'"
sortable="= SELECT.GROUPBY_2 == '-1' || SELECT.GROUPBY_3 == '-1' || SELECT.GROUPBY_TAB == 'TAB'">
<INSERT name="DATAGRID_MULTITAB_STYLES"/>
<COLUMN dataField="OID" width="60" type="Char" visible="false" headerText="Oid">
</COLUMN>
<COLUMN dataField="COD" width="70" type="Char" visible="true" headerText="Code" textAlign="left" otherFunction="text" totalFunction="text">
<INSERT name="COLUMN_COD_MULTITAB_STYLES"/>
</COLUMN>
<COLUMN dataField="TXT" type="Char" minWidth="150" headerText="SELECT.GROUPBY_LABEL" headerTextCalc="true" textAlign="left" totalFunction="text" totalComplement="TOTAL" otherFunction="text" otherComplement="Autres">
</COLUMN>
<COLUMN dataField="FLERSS" width="70" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="RSS facturables" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Nombre de séjours susceptibles d'avoir au moins un supplément &lt;b&gt;SRC&lt;/b&gt; facturable : séjours passés dans une UM avec autorisatin 03x qui répondent à une des 4 règles d'élection à la facturation d'une prestation &lt;b&gt;SRC&lt;/b&gt; (voir onglet &lt;b&gt;Modes de calcul&lt;/b&gt;)&quot;" />
<COLUMN dataField="FLEDUR" width="70" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="Durée facturable" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Durée des séjours susceptibles d'avoir au moins un supplément &lt;b&gt;SRC&lt;/b&gt; facturable. Durée = nombre de jours entre la date d'entrée et la date de sortie du RUM sauf quand date sortie = date entrée où on compte 1 et sauf pour les décès où la journée de sortie est comptée&quot;" />
<COLUMN dataField="FLECA" width="80" type="Number" outputFormat="#E" fixed="false" selectable="true" headerText="C.A. facturable" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Tarif en vigueur à la date de sortie du séjour * Nombre de journées facturables (colonne &lt;b&gt;Durée facturable&lt;/b&gt;) * Coefficient MCO en vigueur à la date de sortie du séjour (valeur &lt;i&gt;Historique Coefficients MCO&lt;/i&gt; renseignée dans le menu P.M.S.I MCO -> Paramètres -> Tables -> Autres -> Etablissement. Valeur à 1 si paramétrage absent ou incorrect)&quot; " />
<COLUMN dataField="FRERSS" width="70" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="RSS facturés" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Nombre de séjours avec au moins un supplément &lt;b&gt;SRC&lt;/b&gt; facturé&quot;" />
<COLUMN dataField="FREDUR" width="70" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="Durée facturée" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Nombre de prestations &lt;b&gt;SRC&lt;/b&gt; facturées&quot;" />
<COLUMN dataField="FRECA" width="80" type="Number" outputFormat="#E" fixed="false" selectable="true" headerText="C.A. facturé" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Somme des bases de remboursement associées aux prestations &lt;b&gt;SRC&lt;/b&gt; facturées&quot;" />
<COLUMN dataField="ECARSS" width="70" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="Ecart RSS" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Différence entre les colonnes &lt;b&gt;RSS facturables&lt;/b&gt; et &lt;b&gt;RSS facturés&lt;/b&gt;&quot;" />
<COLUMN dataField="ECADUR" width="70" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="Ecart durée " textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Différence entre les colonnes &lt;b&gt;Durée facturable&lt;/b&gt; et &lt;b&gt;Durée facturée&lt;/b&gt;&quot;" />
<COLUMN dataField="ECACA" width="80" type="Number" outputFormat="#E" fixed="false" selectable="true" headerText="Ecart C.A." textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Différence entre les colonnes &lt;b&gt;C.A. facturable&lt;/b&gt; et &lt;b&gt;C.A. facturé&lt;/b&gt;&lt;br/&gt;Si un écart apparaît alors qu'il n'y en a pas sur les colonnes &lt;b&gt;Ecart RSS&lt;/b&gt; et &lt;b&gt;Ecart durée&lt;/b&gt; et qu'aucun coefficient MCO n'est paramétré dans la table des établissements (FINESS), l'écart correspond au coefficient prudentiel&quot;" />
<COLUMN dataField="PASRSS" width="80" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="RSS passés en SRC - Non facturables" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return Nombre de séjours passés dans une UM avec autorisatin 03x" />
<COLUMN dataField="PASDUR" width="80" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="Durée passée en SRC - Non facturable" textAlign="right" totalFunction="sum" otherFunction="sum"
description="= return &quot;Durée des séjours passés dans une UM avec autorisatin 03x. Durée = nombre de jours entre la date d'entrée et la date de sortie du RUM sauf quand date sortie = date entrée où on compte 1 et sauf pour les décès où la journée de sortie est comptée&quot;" />
<COLUMN dataField="JRTOT" type="Number" headerText="Durée passée en SRC - Total" width="80" outputFormat="0" fixed="false" textAlign="right" totalFunction="calc" totalComplement="" otherFunction="calc" calc="true"
description="Nombre de jours de présence dans l'unité (durée facturable + durée passée dans une UM 03x).">
<CALC formula="(ROW.PASDUR + ROW.FLEDUR)" />
</COLUMN>
<COLUMN dataField="NBP" type="Number" headerText="Taux de SRC facturables" width="80" outputFormat="0#,0%" fixed="false" textAlign="right" totalFunction="calc" totalComplement="" otherFunction="calc" calc="true"
description="Taux de SRC : SRC Facturables / Nombre de jours de présence dans l'unité (durée facturable + durée passée dans une UM 03x).">
<CALC formula="ROW.FLEDUR / (ROW.PASDUR + ROW.FLEDUR) * 100" />
</COLUMN>
<COLUMN dataField="NBPFAC" type="Number" headerText="Taux de SRC facturés" width="80" outputFormat="0#,0%" fixed="false" textAlign="right" totalFunction="calc" totalComplement="" otherFunction="calc" calc="true"
description="Taux de SRC : SRC Facturés / Nombre de jours de présence dans l'unité (durée facturable + durée passée dans une UM 03x).">
<CALC formula="ROW.FREDUR / (ROW.PASDUR + ROW.FLEDUR) * 100" />
</COLUMN>
</DATAGRID>
</ONGLET>
<ONGLET excelLabel="Modes de calcul" label="Modes de calcul" multiTab="true" multiTabBreakField="TABD" multiTabBreakLabelField="TABDL" multiTabBreakLonglabelField="TABDLL">
<DATAGRID title="" total="true" showOthers="false" headerHeight="72" totalRowInRows="= ROW.OID == '-9999999'">
<ROWSTYLE name="fontSize" value="11" />
<FOOTERROWSTYLE name="fontSize" value="11" />
<ROWSTYLE name="rowHeight" value="20" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="backgroundColor" value="0xFFD393" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="fontWeight" value="bold" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="borderSides" value="top bottom" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="borderStyle" value="solid" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="borderThickness" value="2" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<COLUMN dataField="LVL" width="50" type="Char" visible="false" headerText="Code" textAlign="left" otherFunction="text" totalFunction="text" />
<COLUMN dataField="OID1" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="COD1" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="OID2" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="COD2" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="OID" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="COD" width="70" type="Char" visible="true" headerText="Code" textAlign="left" otherFunction="text" totalFunction="text" totalComplement="TOTAL">
<CELLSTYLE name="fontSize" value="11" />
<CELLSTYLE name="paddingLeft" value="15" condition="ROW.LVL == '2' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
</COLUMN>
<COLUMN dataField="TXT" type="Char" minWidth="150" headerText="Texte" textAlign="left" totalFunction="text" otherFunction="text" otherComplement="Autres">
<CELLSTYLE name="fontSize" value="11" />
</COLUMN>
<COLUMN dataField="FLERSS" width="100" type="Number" outputFormat="#" fixed="false" headerText="RSS facturables" textAlign="right" totalFunction="sum" otherFunction="sum" />
<!--<COLUMN dataField="RG1RSS" width="110" type="Number" outputFormat="#" fixed="false" headerText="(1) passage en SRC" textAlign="right" totalFunction="sum" otherFunction="sum" />-->
<COLUMN dataField="RG2RSS" width="110" type="Number" outputFormat="#" fixed="false" headerText="(2) IGS &gt;= 7 annexe 8 liste 1" textAlign="right" totalFunction="sum" otherFunction="sum"
description="L'unité médicale du RUM possède une autorisation SRC et, soit le patient est âgé de 18 ans au moins, présente un indice de gravité simplifié (IGS) d'une valeur supérieure ou égale à 7, après déduction des points générés par le critère de l'âge et le diagnostic principal du RUM correspond à un des diagnostics, associé le cas échéant à un acte de la liste 1 de l'annexe 8, soit le patient a moins de 18 ans et le diagnostic principal du RUM correspond à un des diagnostics, associé le cas échéant à un acte de la liste 3 de l'annexe 8" />
<COLUMN dataField="RG3RSS" width="110" type="Number" outputFormat="#" fixed="false" headerText="(3) IGS &gt;= 15" textAlign="right" totalFunction="sum" otherFunction="sum"
description="L'unité médicale du RUM possède une autorisation SRC et le patient présente un indice de gravité simplifié (IGS) d'une valeur supérieure ou égale à 15, après déduction des points générés par le critère de l'âge" />
<COLUMN dataField="RG4RSS" width="110" type="Number" outputFormat="#" fixed="false" headerText="(4) annexe 8 liste 2" textAlign="right" totalFunction="sum" otherFunction="sum"
description="L'unité médicale du RUM possède une autorisation SRC et un des actes effectués lors du passage dans l'unité médicale fait partie de la liste 2 de l'annexe 8" />
<COLUMN dataField="RG5RSS" width="110" type="Number" outputFormat="#" fixed="false" headerText="(5) après passage en REA" textAlign="right" totalFunction="sum" otherFunction="sum"
description="L'unité médicale du RUM possède une autorisation SRC et, soit le RUM précédent est éligible à un supplément REA, soit le séjour a une provenance R (Transfert depuis Réanimation) associé à un mode d'entrée 0 (Transfert inter-établissement) ou 7 (Transfert vers un autre établissement)" />
</DATAGRID>
</ONGLET>
<ONGLET excelLabel="A vérifier" label="A vérifier" multiTab="true" multiTabBreakField="TABD" multiTabBreakLabelField="TABDL" multiTabBreakLonglabelField="TABDLL">
<DATAGRID title="" total="true" showOthers="false" headerHeight="54" totalRowInRows="= ROW.OID == '-9999999'">
<ROWSTYLE name="fontSize" value="11" />
<FOOTERROWSTYLE name="fontSize" value="11" />
<ROWSTYLE name="rowHeight" value="20" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="backgroundColor" value="0xFFD393" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="fontWeight" value="bold" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="borderSides" value="top bottom" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="borderStyle" value="solid" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<ROWSTYLE name="borderThickness" value="2" condition="ROW.LVL == '1' &amp;&amp; SELECT.GROUPBY_2 != '-1' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
<COLUMN dataField="LVL" width="50" type="Char" visible="false" headerText="Code" textAlign="left" otherFunction="text" totalFunction="text" />
<COLUMN dataField="OID1" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="COD1" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="OID2" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="COD2" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="OID" width="60" type="Char" visible="false" headerText="Oid" />
<COLUMN dataField="COD" width="70" type="Char" visible="true" headerText="Code" textAlign="left" otherFunction="text" totalFunction="text" totalComplement="TOTAL">
<CELLSTYLE name="fontSize" value="11" />
<CELLSTYLE name="paddingLeft" value="15" condition="ROW.LVL == '2' &amp;&amp; SELECT.GROUPBY_TAB != 'TAB'" />
</COLUMN>
<COLUMN dataField="TXT" type="Char" minWidth="150" headerText="Texte" textAlign="left" totalFunction="text" otherFunction="text" otherComplement="Autres">
<CELLSTYLE name="fontSize" value="11" />
</COLUMN>
<COLUMN dataField="PASRSS" width="100" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="RSS passés en SRC non facturables" textAlign="right" totalFunction="sum" otherFunction="sum" />
<COLUMN dataField="PASRSSNF" width="100" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="Dont non facturés" textAlign="right" totalFunction="sum" otherFunction="sum" />
<COLUMN dataField="PASRSSF" width="100" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="Dont facturés" textAlign="right" totalFunction="sum" otherFunction="sum" />
<COLUMN dataField="FLBRSS" width="100" type="Number" outputFormat="#" fixed="false" selectable="true" headerText="RSS non passés en SRC à vérifier" textAlign="right" totalFunction="sum" otherFunction="sum" />
</DATAGRID>
</ONGLET>
</PRESENTATION>
</VUE>