<?xml version="1.0" encoding="UTF-8"?><StiSerializer application="StiReport" type="Java" version="1.2"><CalculationMode>Interpretation</CalculationMode><Dictionary Ref="1" isKey="true" type="Dictionary"><BusinessObjects count="0" isList="true"/><Databases count="1" isList="true"><database Ref="2" isKey="true" type="Stimulsoft.Report.Dictionary.StiOracleDatabase"><Alias>database</Alias><ConnectionStringEncrypted>xbK1KE9qop3bKGgQ+kTpCo0gu4PLA3oFeW2hROppqL+LeGnrZ0sxjHJJZfTOGLkP3u5PpVZq84jHKMjcS22gu9SyQ8vkd/J98yjlGE34bUKNMJGlXl3CnH8BtVhkzKw/5FzRKVgFy9ltRGj404Alu/nit+Jhd7pd6gGEgOV0rHewsneMX3bDCWsGeUT0PW3X2uATgMoFwl15AGlwdADic7Du9+tda6Lob2zl3GL0LarSHsEN12rzSM8ooIB08OD7+Hj/69VqIqTbbNC9cQXzboE6actNaMLBR1ihgEc98w==</ConnectionStringEncrypted><Name>database</Name><Password>remweb</Password><User>remweb</User></database></Databases><DataSources count="2" isList="true"><MOVDOC Ref="3" isKey="true" type="Stimulsoft.Report.Dictionary.StiSqlSource"><Alias>MOVDOC</Alias><Columns count="6" isList="true"><value>ATENDIMENTO,System.String</value><value>CD_ATENDIMENTO,System.Double</value><value>DATA,System.DateTime</value><value>DS_ORI_ATE,System.String</value><value>NM_CONVENIO,System.String</value><value>NM_PACIENTE,System.String</value></Columns><CommandTimeout>30</CommandTimeout><DataName>database</DataName><Dictionary isRef="1"/><Name>MOVDOC</Name><NameInSource>database</NameInSource><Parameters count="2" isList="true"><value>P_DT_FIM,V_DT_ATENDIME_x002e_To,4,0</value><value>P_DT_INICIO,V_DT_ATENDIME_x002e_From,4,0</value></Parameters><SqlCommand>SELECT 

      AT.CD_ATENDIMENTO, TO_DATE(AT.DT_ATENDIMENTO, 'DD/MM/YYYY') AS DATA, P.NM_PACIENTE, 
      C.NM_CONVENIO, ORI.DS_ORI_ATE, 

 CASE AT.TP_ATENDIMENTO
     WHEN 'U' THEN 'URGÊNCIA'
     WHEN 'I' THEN 'INTERNAÇÃO'
     WHEN 'E' THEN 'EXTERNO'
     WHEN 'A' THEN 'AMBULATÓRIO'
 END ATENDIMENTO

FROM ATENDIME AT

INNER JOIN PACIENTE P ON AT.CD_PACIENTE = P.CD_PACIENTE
INNER JOIN CONVENIO C ON AT.CD_CONVENIO = C.CD_CONVENIO
INNER JOIN ORI_ATE ORI ON AT.CD_ORI_ATE = ORI.CD_ORI_ATE

WHERE NOT EXISTS
      (SELECT 1 FROM IT_PROTOCOLO_DOC DOC WHERE DOC.CD_ATENDIMENTO = AT.CD_ATENDIMENTO)
      AND AT.DT_ATENDIMENTO BETWEEN @P_DT_INICIO
      AND @P_DT_FIM
      AND {V_VAR}
      AND AT.TP_ATENDIMENTO IN ({V_TP_ATENDIME_AUX})
     
GROUP BY  AT.TP_ATENDIMENTO, AT.DT_ATENDIMENTO, AT.HR_ATENDIMENTO, P.NM_PACIENTE,C.NM_CONVENIO, AT.CD_ATENDIMENTO, ORI.DS_ORI_ATE
ORDER BY AT.DT_ATENDIMENTO, AT.TP_ATENDIMENTO, P.NM_PACIENTE ASC
</SqlCommand><Type>Table</Type></MOVDOC><TP_ATENDIME Ref="4" isKey="true" type="Stimulsoft.Report.Dictionary.StiSqlSource"><Alias>TIPO ATENDIME</Alias><Columns count="1" isList="true"><value>TP_ATENDIME,System.String</value></Columns><CommandTimeout>30</CommandTimeout><DataName>database</DataName><Dictionary isRef="1"/><Name>TP_ATENDIME</Name><NameInSource>database</NameInSource><Parameters count="0" isList="true"/><SqlCommand>SELECT

 DECODE(TP_ATENDIMENTO, 'A', 'Ambulatorio', 'E', 'Externo', 'I', 'Internacao','U', 'Urgencia/Emergencia') TP_ATENDIME

FROM ATENDIME

GROUP BY TP_ATENDIMENTO
ORDER BY TP_ATENDIMENTO ASC</SqlCommand><Type>Table</Type></TP_ATENDIME></DataSources><Relations count="0" isList="true"/><Report isRef="0"/><Resources count="0" isList="true"/><Variables count="4" isList="true"><value>,V_VAR,V_VAR,,System.String,_x0031__x003d_1,False,False,False,False,_x003c__x003f_xml_x0020_version_x003d__x0022_1_x002e_0_x0022__x0020_encoding_x003d__x0022_UTF_x002d_8_x0022__x003f__x003e__x003c_StiSerializer_x0020_application_x003d__x0022_State_x0022__x0020_type_x003d__x0022_Java_x0022__x0020_version_x003d__x0022_1_x002e_2_x0022__x003e__x003c_BindingValue_x003e_False_x003c__x002f_BindingValue_x003e__x003c_BindingValuesColumn_x002f__x003e__x003c_CheckedStates_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_DateTimeType_x003e_DateAndTime_x003c__x002f_DateTimeType_x003e__x003c_Keys_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_SortDirection_x003e_Asc_x003c__x002f_SortDirection_x003e__x003c_SortField_x003e_Label_x003c__x002f_SortField_x003e__x003c_Values_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c__x002f_StiSerializer_x003e_,,False,FromVariable</value><value>,V_DT_ATENDIME,DATA_x0020_ATENDIMENTO,PESQUISAR_x0020_POR_x0020_PERIODO,Stimulsoft.Report.DateTimeRange,DateTime_x002c_10_x002f_05_x002f_2020_x0020_12_x003a_00_x003a_00_x0020_AM_x002c_10_x002f_05_x002f_2021_x0020_11_x003a_59_x003a_59_x0020_PM,False,False,True,False,_x003c__x003f_xml_x0020_version_x003d__x0022_1_x002e_0_x0022__x0020_encoding_x003d__x0022_UTF_x002d_8_x0022__x003f__x003e__x003c_StiSerializer_x0020_application_x003d__x0022_State_x0022__x0020_type_x003d__x0022_Java_x0022__x0020_version_x003d__x0022_1_x002e_2_x0022__x003e__x003c_BindingValue_x003e_False_x003c__x002f_BindingValue_x003e__x003c_BindingValuesColumn_x002f__x003e__x003c_CheckedStates_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_DateTimeType_x003e_DateAndTime_x003c__x002f_DateTimeType_x003e__x003c_Keys_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_SortDirection_x003e_Asc_x003c__x002f_SortDirection_x003e__x003c_SortField_x003e_Label_x003c__x002f_SortField_x003e__x003c_Values_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c__x002f_StiSerializer_x003e_,,False,FromVariable</value><value>,V_TP_ATENDIME,V_TP_ATENDIME,,Stimulsoft.Report.StringList,,False,False,True,False,_x003c__x003f_xml_x0020_version_x003d__x0022_1_x002e_0_x0022__x0020_encoding_x003d__x0022_UTF_x002d_8_x0022__x003f__x003e__x003c_StiSerializer_x0020_application_x003d__x0022_State_x0022__x0020_type_x003d__x0022_Java_x0022__x0020_version_x003d__x0022_1_x002e_2_x0022__x003e__x003c_AllowUserValues_x003e_False_x003c__x002f_AllowUserValues_x003e__x003c_BindingValue_x003e_False_x003c__x002f_BindingValue_x003e__x003c_BindingValuesColumn_x002f__x003e__x003c_CheckedStates_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_DateTimeType_x003e_DateAndTime_x003c__x002f_DateTimeType_x003e__x003c_ItemsInitializationType_x003e_Columns_x003c__x002f_ItemsInitializationType_x003e__x003c_Keys_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_KeysColumn_x003e_TP_ATENDIME_x002e_TP_ATENDIME_x003c__x002f_KeysColumn_x003e__x003c_SortDirection_x003e_Asc_x003c__x002f_SortDirection_x003e__x003c_SortField_x003e_Label_x003c__x002f_SortField_x003e__x003c_Values_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_ValuesColumn_x003e_TP_ATENDIME_x002e_TP_ATENDIME_x003c__x002f_ValuesColumn_x003e__x003c__x002f_StiSerializer_x003e_,,False,FromVariable</value><value>,V_TP_ATENDIME_AUX,V_TP_ATENDIME_AUX,,System.String,V_TP_ATENDIME_x002e_Count_x0028__x0029__x0020__x003d__x003d__x0020_0_x0020__x003f__x0020__x0022__x0027__x0027__x0022__x0020__x003a__x0020_V_TP_ATENDIME_x002e_ToQueryString_x0028__x0022__x0022__x0029_,True,True,False,False,_x003c__x003f_xml_x0020_version_x003d__x0022_1_x002e_0_x0022__x0020_encoding_x003d__x0022_UTF_x002d_8_x0022__x003f__x003e__x003c_StiSerializer_x0020_application_x003d__x0022_State_x0022__x0020_type_x003d__x0022_Java_x0022__x0020_version_x003d__x0022_1_x002e_2_x0022__x003e__x003c_BindingValue_x003e_False_x003c__x002f_BindingValue_x003e__x003c_BindingValuesColumn_x002f__x003e__x003c_CheckedStates_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_DateTimeType_x003e_DateAndTime_x003c__x002f_DateTimeType_x003e__x003c_Keys_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c_SortDirection_x003e_Asc_x003c__x002f_SortDirection_x003e__x003c_SortField_x003e_Label_x003c__x002f_SortField_x003e__x003c_Values_x0020_count_x003d__x0022_0_x0022__x0020_isList_x003d__x0022_true_x0022__x002f__x003e__x003c__x002f_StiSerializer_x003e_,,False,FromVariable</value></Variables></Dictionary><EngineVersion>EngineV2</EngineVersion><GlobalizationStrings count="0" isList="true"/><IsSubmit>False</IsSubmit><JsonReport>False</JsonReport><Key>8087f4338fc741c185f3e383c0ced375</Key><MetaTags count="1" isList="true"><value>reportId,_x0031_18</value></MetaTags><Pages count="1" isList="true"><Page1 Ref="5" isKey="true" type="Page"><Border>None;Black;2.0;Solid;False;4.0;Black</Border><Brush>Transparent</Brush><Components count="6" isList="true"><PageHeaderBand1 Ref="6" isKey="true" type="PageHeaderBand"><Border>Top, Left, Right, Bottom;[0:0:0];1.0;Solid;False;4.0;[0:0:0]</Border><Brush>[242:242:242]</Brush><ClientRectangle>0,0.4,19,2.4</ClientRectangle><Components count="4" isList="true"><Text1 Ref="7" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>0,1,18.8,0.6</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,14,Bold</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>Text1</Name><Page isRef="5"/><Parent isRef="6"/><Text>ATENDIMENTOS SEM MOVDOC</Text><TextBrush>Black</TextBrush><Type>Expression</Type><VertAlignment>Center</VertAlignment></Text1><Image1 Ref="8" isKey="true" type="Image"><AspectRatio>True</AspectRatio><Brush>Transparent</Brush><ClientRectangle>0.4,0,4.2,2.2</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><ImageBytes>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</ImageBytes><Margins>0,0,0,0</Margins><Name>Image1</Name><Page isRef="5"/><Parent isRef="6"/><Stretch>True</Stretch><VertAlignment>Center</VertAlignment></Image1><Text2 Ref="9" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>16,0,3,0.6</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>Text2</Name><Page isRef="5"/><Parent isRef="6"/><Text>{PageNofM}</Text><TextBrush>Black</TextBrush><VertAlignment>Center</VertAlignment></Text2><Text3 Ref="10" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>16,0.8,3,0.6</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>Text3</Name><Page isRef="5"/><Parent isRef="6"/><Text>{Time}</Text><TextBrush>[0:0:0]</TextBrush><TextFormat Ref="11" isKey="true" type="CustomFormat"><State>None</State><StringFormat>dd/MM/yyyy HH:mm:ss</StringFormat></TextFormat></Text3></Components><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Name>PageHeaderBand1</Name><Page isRef="5"/><Parent isRef="5"/></PageHeaderBand1><GroupHeaderBand1 Ref="12" isKey="true" type="GroupHeaderBand"><Brush>Transparent</Brush><ClientRectangle>0,3.6,19,1.2</ClientRectangle><Components count="6" isList="true"><HeaderMOVDOC_ATENDIMENTO Ref="13" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>0,0.4,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,10,Bold</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>HeaderMOVDOC_ATENDIMENTO</Name><Page isRef="5"/><Parent isRef="12"/><Text>Tipo Atend</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><Type>Expression</Type><VertAlignment>Center</VertAlignment></HeaderMOVDOC_ATENDIMENTO><HeaderMOVDOC_CD_ATENDIMENTO Ref="14" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>3.2,0.4,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,10,Bold</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>HeaderMOVDOC_CD_ATENDIMENTO</Name><Page isRef="5"/><Parent isRef="12"/><Text>Atendimento</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><Type>Expression</Type><VertAlignment>Center</VertAlignment></HeaderMOVDOC_CD_ATENDIMENTO><HeaderMOVDOC_DATA Ref="15" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>6.4,0.4,3,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,10,Bold</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>HeaderMOVDOC_DATA</Name><Page isRef="5"/><Parent isRef="12"/><Text>Data</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><Type>Expression</Type><VertAlignment>Center</VertAlignment></HeaderMOVDOC_DATA><HeaderMOVDOC_DS_ORI_ATE Ref="16" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>9.4,0.4,2.6,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,10,Bold</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>HeaderMOVDOC_DS_ORI_ATE</Name><Page isRef="5"/><Parent isRef="12"/><Text>Origem</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><Type>Expression</Type><VertAlignment>Center</VertAlignment></HeaderMOVDOC_DS_ORI_ATE><HeaderMOVDOC_NM_CONVENIO Ref="17" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>12.8,0.4,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,10,Bold</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>HeaderMOVDOC_NM_CONVENIO</Name><Page isRef="5"/><Parent isRef="12"/><Text>Convênio</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><Type>Expression</Type><VertAlignment>Center</VertAlignment></HeaderMOVDOC_NM_CONVENIO><HeaderMOVDOC_NM_PACIENTE Ref="18" isKey="true" type="Text"><Brush>Transparent</Brush><ClientRectangle>16,0.4,3,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,10,Bold</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>HeaderMOVDOC_NM_PACIENTE</Name><Page isRef="5"/><Parent isRef="12"/><Text>Paciente</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><Type>Expression</Type><VertAlignment>Center</VertAlignment></HeaderMOVDOC_NM_PACIENTE></Components><Condition>{MOVDOC.ATENDIMENTO}</Condition><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Name>GroupHeaderBand1</Name><Page isRef="5"/><Parent isRef="5"/><ResetPageNumber>False</ResetPageNumber></GroupHeaderBand1><HeaderMOVDOC Ref="19" isKey="true" type="HeaderBand"><Brush>Transparent</Brush><ClientRectangle>0,5.6,19,0.8</ClientRectangle><Components count="0" isList="true"/><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Name>HeaderMOVDOC</Name><Page isRef="5"/><Parent isRef="5"/></HeaderMOVDOC><DataMOVDOC Ref="20" isKey="true" type="DataBand"><Brush>Transparent</Brush><ClientRectangle>0,7.2,19,1.2</ClientRectangle><Components count="6" isList="true"><DataMOVDOC_ATENDIMENTO Ref="21" isKey="true" type="Text"><Brush>Transparent</Brush><CanGrow>True</CanGrow><ClientRectangle>0,0,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>DataMOVDOC_ATENDIMENTO</Name><Page isRef="5"/><Parent isRef="20"/><Text>{MOVDOC.ATENDIMENTO}</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><VertAlignment>Center</VertAlignment></DataMOVDOC_ATENDIMENTO><DataMOVDOC_CD_ATENDIMENTO Ref="22" isKey="true" type="Text"><Brush>Transparent</Brush><CanGrow>True</CanGrow><ClientRectangle>3.2,0,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>DataMOVDOC_CD_ATENDIMENTO</Name><Page isRef="5"/><Parent isRef="20"/><Text>{MOVDOC.CD_ATENDIMENTO}</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><VertAlignment>Center</VertAlignment></DataMOVDOC_CD_ATENDIMENTO><DataMOVDOC_DATA Ref="23" isKey="true" type="Text"><Brush>Transparent</Brush><CanGrow>True</CanGrow><ClientRectangle>6.4,0,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>DataMOVDOC_DATA</Name><Page isRef="5"/><Parent isRef="20"/><Text>{MOVDOC.DATA}</Text><TextBrush>Black</TextBrush><TextFormat Ref="24" isKey="true" type="DateFormat"><State>None</State><StringFormat>dd/MM/yyyy</StringFormat></TextFormat><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><VertAlignment>Center</VertAlignment></DataMOVDOC_DATA><DataMOVDOC_DS_ORI_ATE Ref="25" isKey="true" type="Text"><Brush>Transparent</Brush><CanGrow>True</CanGrow><ClientRectangle>9.2,0,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>DataMOVDOC_DS_ORI_ATE</Name><Page isRef="5"/><Parent isRef="20"/><Text>{MOVDOC.DS_ORI_ATE}</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><VertAlignment>Center</VertAlignment></DataMOVDOC_DS_ORI_ATE><DataMOVDOC_NM_CONVENIO Ref="26" isKey="true" type="Text"><Brush>Transparent</Brush><CanGrow>True</CanGrow><ClientRectangle>12.8,0,3.2,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>DataMOVDOC_NM_CONVENIO</Name><Page isRef="5"/><Parent isRef="20"/><Text>{MOVDOC.NM_CONVENIO}</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><VertAlignment>Center</VertAlignment></DataMOVDOC_NM_CONVENIO><DataMOVDOC_NM_PACIENTE Ref="27" isKey="true" type="Text"><Brush>Transparent</Brush><CanGrow>True</CanGrow><ClientRectangle>16,0,3,0.8</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8</Font><HorAlignment>Center</HorAlignment><Margins>0,0,0,0</Margins><Name>DataMOVDOC_NM_PACIENTE</Name><Page isRef="5"/><Parent isRef="20"/><Text>{MOVDOC.NM_PACIENTE}</Text><TextBrush>Black</TextBrush><TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions><VertAlignment>Center</VertAlignment></DataMOVDOC_NM_PACIENTE></Components><Conditions count="0" isList="true"/><DataSourceName>MOVDOC</DataSourceName><Expressions count="0" isList="true"/><Filters count="0" isList="true"/><KeepDetails>None</KeepDetails><LimitRows/><Name>DataMOVDOC</Name><Page isRef="5"/><Parent isRef="5"/><Sort count="0" isList="true"/></DataMOVDOC><GroupFooterBand1 Ref="28" isKey="true" type="GroupFooterBand"><Brush>Transparent</Brush><ClientRectangle>0,9.2,19,0.8</ClientRectangle><Components count="1" isList="true"><Text5 Ref="29" isKey="true" type="Text"><Border>None, Top;[0:0:0];1.0;Solid;False;4.0;[0:0:0]</Border><Brush>Transparent</Brush><ClientRectangle>0,0.2,18.8,0.6</ClientRectangle><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Font>Arial,8,Bold</Font><HorAlignment>Right</HorAlignment><Margins>0,0,0,0</Margins><Name>Text5</Name><Page isRef="5"/><Parent isRef="28"/><Text>Total sem Movdoc: {Count(MOVDOC.CD_ATENDIMENTO)}</Text><TextBrush>[0:0:0]</TextBrush><Type>Expression</Type><VertAlignment>Center</VertAlignment></Text5></Components><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Name>GroupFooterBand1</Name><Page isRef="5"/><Parent isRef="5"/></GroupFooterBand1><FooterBand1 Ref="30" isKey="true" type="FooterBand"><Brush>Transparent</Brush><ClientRectangle>0,10.8,19,0.8</ClientRectangle><Components count="0" isList="true"/><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Name>FooterBand1</Name><Page isRef="5"/><Parent isRef="5"/></FooterBand1></Components><Conditions count="0" isList="true"/><Expressions count="0" isList="true"/><Guid>1a5bdb4f49004569b79d458d8fffdd92</Guid><Margins>1,1,1,1</Margins><MirrorMargins>False</MirrorMargins><Name>Page1</Name><Page isRef="5"/><PageHeight>29.7</PageHeight><PageWidth>21</PageWidth><Report isRef="0"/><Watermark Ref="31" isKey="true" type="Stimulsoft.Report.Components.StiWatermark"><EnabledExpression/><Font>Arial,100</Font><ImageHyperlink/><TextBrush>[50:0:0:0]</TextBrush></Watermark></Page1></Pages><PrinterSettings Ref="32" isKey="true" type="Stimulsoft.Report.Print.StiPrinterSettings"/><ReferencedAssemblies count="8" isList="true"><value>System.Dll</value><value>System.Drawing.Dll</value><value>System.Windows.Forms.Dll</value><value>System.Data.Dll</value><value>System.Xml.Dll</value><value>Stimulsoft.Controls.Dll</value><value>Stimulsoft.Base.Dll</value><value>Stimulsoft.Report.Dll</value></ReferencedAssemblies><RefreshTime>0</RefreshTime><ReportAlias>Report</ReportAlias><ReportChanged>10/11/2021 04:55:46 PM</ReportChanged><ReportCreated>09/23/2021 08:39:53 AM</ReportCreated><ReportFile>ATENDIMENTO VS MOVDOC</ReportFile><ReportGuid>04a22f19819044cb97ea95e46445e42b</ReportGuid><ReportName>Report</ReportName><ReportResources count="0" isList="true"/><ReportUnit>Centimeters</ReportUnit><ReportVersion>2020.2.3 from 17 October 2019, Java</ReportVersion><RetrieveOnlyUsedData>True</RetrieveOnlyUsedData><Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class Report : Stimulsoft.Report.StiReport
    {
        
        public Report()
        {
            this.InitializeComponent();
        }

        #region StiReport Designer generated code - do not modify
        #endregion StiReport Designer generated code - do not modify
    }
}
</Script><ScriptLanguage>CSharp</ScriptLanguage><Styles count="0" isList="true"/></StiSerializer>