Frage : Wo ich tue, schließen müssen/meine Anschlüsse, in meinem Code sich entledigen

Havethe I brachte Code an - wo hier ich muss schließen/mich entledige meine Anschlüsse efficiently tue
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
6:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
public statisches leeres spPDE_Claim_Reimb_Automation_TEST (Schnur _type, int claimID, int _clientID)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes; MultipleActiveResultSets=true; “;

        Schnur strCPT = Schnur. Leer;
        Schnur strSql = Schnur. Leer;
        Schnur strSql2 = Schnur. Leer;
        Schnur strStatus = Schnur. Leer;
        Schnur testState = getState (_clientID);
        Schnur strState = testState;
        Schnur strState2 = testState;
        Schnurjahr = „2010“;
        int iRec, intQTY;
        doppeltes monNatRate, monReimb, fltAWI;
        fltAWI = getAWI (_clientID);

        wenn (Jahr == „2010“)
            Jahr = Schnur. Leer;
        sonst
            Jahr = „_“ + Jahr;

        Status-Update //-T
        strSql = „WÄHLEN vor ZU WERFEN (ISNULL (C.units“ + _type +“, 0) WIE varchar (50)), C.HCPCS " + _TYPE + „ALS HCPCS,“ +
            „AB.Status, AB.Weight, FORM (AB. [Nationale Rate] WIE varchar (40)), FORM (claimDetailID, WIE varchar (50)) “ +
            „VON CLAIM_tblDetail ALS C GELASSEN ÄUSSER VERBINDEN“ +
            „dbMasterData.dbo.vwADDB“ + Jahr +“ ALS AB AUF LINKS (C.HCPCS " + _type + „, 5) = AB.HCPCS“ +
            „WO (AB.Status = „T ") UND (C.claimID =“ + claimID + ")“ +
            „AUFTRAG DURCH AB.Weight DESC“;

        SqlDataReader objDR = SqlHelper.ExecuteReader (Anschl., CommandType.Text, strSql);
        wenn (objDR.HasRows)
        {
            iRec = 0;
            während (objDR.Read ())
            {
                strSql = „UPDATE CLAIM_tblDetail STELLTE [reimb“ + _type +“] = 0 " + ein
                „WO claimDetailID =“ + Convert.ToInt32 (objDR.GetString (5)) + „UND claimID =“ + claimID;
                SqlHelper.ExecuteNonQuery (Anschl., CommandType.Text, strSql);

                monNatRate = Convert.ToDouble (objDR.GetString (4)) * 0.6 * fltAWI + Convert.ToDouble (objDR.GetString (4)) * 0.4;
                iRec = iRec + 1;
                intQTY = Convert.ToInt32 (objDR.GetString (0));

                wenn (iRec >= 1)
                {
                    monReimb = monNatRate + (intQTY - 1) * 0.5 * monNatRate;
                }
                sonst
                {
                    monReimb = 0.5 * monNatRate * intQTY;
                }

                wenn (objDR.GetString (1).Length > 5)
                {
                    wenn (recht (objDR.GetString (1), 2) == „50“)
                    {
                        monReimb = 1.5 * monReimb;
                    }

                    wenn (recht (objDR.GetString (1), 2) == „ZN“ || Recht (objDR.GetString (1), 2) == „Nanometer“)
                    {
                        monReimb = 0;
                    }
                }

                strSql2 = „UPDATE CLAIM_tblDetail STELLTE [reimb“ + _type +“] = FALL ALS [Maßeinheiten " + _type + „] = 0 DANN 0 SONST“ + monReimb + ein
                    „BEENDEN WO claimDetailID =“ + Convert.ToInt32 (objDR.GetString (5)) +“ UND claimID = „+ claimID;
                SqlHelper.ExecuteNonQuery (Anschl., CommandType.Text, strSql2);
            }
        }

        // alle Status anders als T
        monReimb = 0;
        strSql = „WÄHLEN vor ZU WERFEN (ISNULL (C.units“ + _type +“, 0) WIE varchar (50)), C.HCPCS " + _TYPE + „ALS HCPCS,“ +
        „AB.Status, AB.Weight, FORM (ISNULL (AB. [Nationale Rate], 0) WIE varchar (40)) WIE [NatRate], FORM (claimDetailID, WIE varchar (50)) “ +
        „VON CLAIM_tblDetail ALS C GELASSEN ÄUSSER VERBINDEN“ +
        „dbMasterData.dbo.vwADDB“ + Jahr +“ ALS AB AUF LINKS (C.HCPCS " + _type + „, 5) = VERLIESS (AB.HCPCS, 5)“ +
        „WO (AB.Status <> „T ") UND (C.claimID =“ + claimID + ")“ +
        „AUFTRAG DURCH AB.Weight DESC“;
        objDR = SqlHelper.ExecuteReader (Anschl., CommandType.Text, strSql);
        wenn (objDR.HasRows)
        {
            iRec = 0;
            während (objDR.Read ())
            {
                strCPT = objDR.GetString (1);
                intQTY = Convert.ToInt32 (objDR.GetString (0));
                monNatRate = Convert.ToDouble (objDR.GetString (4));
                strStatus = strNull (objDR.GetString (2));

                wenn (strCPT == „G0378“)
                    intQTY = 1;
                //-Status A
                wenn (strStatus == „A“)
                {
                    Schnur strDME = getDME (strCPT, strState)?? „Keine“;
                    wenn (strDME! = „keine“)
                    {
                        doppelt DME = Convert.ToDouble (getDME (strCPT, strState));
                        monReimb = intQTY * DME;
                    }
                    sonst
                    {
                        Schnur strClinLab = getClinLab (strCPT, strState)?? „Keine“;
                        wenn (strClinLab! = „keine“)
                        {
                            monReimb = intQTY * Convert.ToDouble (getClinLab (strCPT, strState));
                        }
                        sonst
                        {
                            Schnur strProFee = getClaimProFee (strCPT, claimID, Jahr)?? „Keine“;
                            wenn (strProFee! = „keine“)
                            {
                                monReimb = intQTY * Convert.ToDouble (getClaimProFee (strCPT, claimID, Jahr));
                            }
                        }
                    }
                }
                //-Status G, H, K - unangepasste nationale Rate verwenden, wenn ungültig, benutzen Krankenhaus CCR * Umdr. von Transport
                sonst
                {
                    wenn (strStatus == „G“ || strStatus == „H“ || strStatus == „K“)
                    {
                        monReimb = intQTY * monNatRate;
                    }
                    sonst
                    {
                        monReimb = intQTY * ((monNatRate * 0.6 * fltAWI) + (monNatRate * 0.4));
                    }

                }

                wenn (objDR.GetString (1).Length > 5)
                {
                    wenn (recht (objDR.GetString (1), 2) == „50“)
                    {
                        monReimb = 1.5 * monReimb;
                    }

                    wenn (recht (objDR.GetString (1), 2) == „ZN“ || Recht (objDR.GetString (1), 2) == „Nanometer“)
                    {
                        monReimb = 0;
                    }
                }
                // 9/26/2006 - Peter wünscht jenes die z-oder x-medizinischen Codes, zum der Vergütung außerdem zu ergreifen
                wenn (verlassen (strCPT, 1) == „X“ || Links (strCPT, 1) == „Z“)
                {
                    strSql = „AUSERWÄHLTES basic_rt vom vwMedicaid_CA_ZX WO proc_code = „“ + strCPT + „“ „;
                    objDR = SqlHelper.ExecuteReader (Anschl., CommandType.Text, strSql);
                    wenn (objDR.HasRows)
                    {
                        während (objDR.Read ())
                        {
                            monReimb = Convert.ToDouble (objDR.GetString (0));
                        }
                    }
                }
                // führen letztes Update durch
                strSql2 = „UPDATE CLAIM_tblDetail STELLTE [reimb“ + _type +“] = FALL ALS [Maßeinheiten " + _type + „] = 0 DANN 0 SONST“ + monReimb + ein
                          „BEENDEN WO claimDetailID =“ + Convert.ToInt32 (objDR.GetString (5)) +
                          „UND claimID =“ + claimID;
                SqlHelper.ExecuteNonQuery (Anschl., CommandType.Text, strSql2);
            }
            objDR.Close ();

        }
    }

    privates statisches Schnur getClaimProFee (Schnurcode, int clientID)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;
        SqlParameter [] aryParams = neues SqlParameter [2];
        aryParams [0] = neues SqlParameter („@clientID“, SqlDbType.Int);
        aryParams [0]. Wert = clientID;
        aryParams [1] = neues SqlParameter („@code“, SqlDbType.VarChar);
        aryParams [1]. Wert = Code;

        Versuch
        {
            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_MDCR_REIMB_ProFee_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „kein“;
        }

        Rückholresultat;
    }


    privates statisches Schnur getClaimProFee (Schnurcode, int claimID, Schnurjahr)
    {

        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;
        SqlParameter [] aryParams = neues SqlParameter [3];
        aryParams [0] = neues SqlParameter („@claimID“, SqlDbType.Int);
        aryParams [0]. Wert = claimID;
        aryParams [1] = neues SqlParameter („@code“, SqlDbType.VarChar);
        aryParams [1]. Wert = Code;
        aryParams [2] = neues SqlParameter („@year“, SqlDbType.VarChar);
        aryParams [2]. Wert = Jahr;

        Versuch
        {
            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClaimProFee_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „kein“;
        }

        Rückholresultat;
    }



    privates statisches Schnur getClaimClinLab (Schnurcode, Schnurzustand)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        schalten (Zustand)
        {
            „CA“ umkleiden:
                Zustand = „CA1“;
                Bruch;
            Fall „NY“:
                Zustand = „NY1“;
                Bruch;
            Fall „MO“:
                Zustand = „MO1“;
                Bruch;
        }
        Schnurresultat = String.Empty;
        SqlParameter [] aryParams = neues SqlParameter [2];
        aryParams [0] = neues SqlParameter („@code“, SqlDbType.VarChar);
        aryParams [0]. Wert = Code;
        aryParams [1] = neues SqlParameter („@state“, SqlDbType.VarChar);
        aryParams [1]. Wert = Zustand;

        Versuch
        {
            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClaimClinLab_GET“, aryParams);
        }
        Fang
        {
            Resultat = „kein“;
        }
        Rückholresultat;
    }

    privates statisches Schnur getClaimDME (Schnurcode, Schnurzustand)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;
        SqlParameter [] aryParams = neues SqlParameter [2];
        aryParams [0] = neues SqlParameter („@code“, SqlDbType.VarChar);
        aryParams [0]. Wert = Code;
        aryParams [1] = neues SqlParameter („@state“, SqlDbType.VarChar);
        aryParams [1]. Wert = Zustand;

        Versuch
        {
            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClaimDME_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „keine“;
        }
        Rückholresultat;
    }

    private statische Schnur getClaimYear (Schnur _date)
    {
        Datum/Uhrzeit Papierlösekorotron = Convert.ToDateTime (_date);
        Schnur _year = Papierlösekorotron. Year.ToString ();
        Rückhol_year;
    }

    privates statisches doppeltes getClaimAWI (int clientID)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        doppeltes Resultat = 1;
        SqlParameter [] aryParams = neues SqlParameter [1];
        aryParams [0] = neues SqlParameter („@clientID“, SqlDbType.Int);
        aryParams [0]. Wert = clientID;

        Versuch
        {
            Resultat = (doppeltes) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClientAWI_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = 1;
        }

        Rückholresultat;
    }

    privates statisches Schnur getClaimState (int _clientID)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;
        SqlParameter [] aryParams = neues SqlParameter [1];
        aryParams [0] = neues SqlParameter („@clientID“, SqlDbType.Int);
        aryParams [0]. Wert = _clientID;

        Versuch
        {
            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClientState_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „CA“;
        }

        Rückholresultat;
    }

    allgemeines statisches Schnur claimRight (Schnur Param, int-Länge)
    {
        Schnur Resultat = Param. Teilkette (Param. Länge - Länge, Länge);
        Rückholresultat;
    }

    allgemeines statisches Schnur claimLeft (Schnur Param, int-Länge)
    {
        Schnur Resultat = Param. Teilkette (0, Länge);
        Rückholresultat;
    }

    allgemeines statisches Schnur claimstrNull (Schnur _null)
    {
        Schnurtest;
        wenn (_null == Null)
            Test = "";
        sonst
            Test = _null;
        Rückholtest;
    }

};

Antwort : Wo ich tue, schließen müssen/meine Anschlüsse, in meinem Code sich entledigen


Ich aktualisiert Ihren Code mit abschaffe Methoden. Unten sehen:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
6:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
allgemeines statisches leeres spPDE_Claim_Reimb_Automation_TEST (Schnur _type, int claimID, int _clientID)
      {
          SqlConnection Anschl. = neues SqlConnection ();
          conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes; MultipleActiveResultSets=true; “;
          
          Versuch
          {
              Anschl. Öffnen ();

              spPDE_Claim_Reimb_Automation_TEST2 (Anschl., _type, claimID, _clientID);
          }
          schließlich
          {
              Anschl. Abschaffen ();
          }
      }

      allgemeine statische Lücke spPDE_Claim_Reimb_Automation_TEST2 (SqlConnection Anschl., Schnur _type, int claimID, int _clientID)
    {
        
        Schnur strCPT = Schnur. Leer;
        Schnur strSql = Schnur. Leer;
        Schnur strSql2 = Schnur. Leer;
        Schnur strStatus = Schnur. Leer;
        Schnur testState = getState (_clientID);
        Schnur strState = testState;
        Schnur strState2 = testState;
        Schnurjahr = „2010“;
        int iRec, intQTY;
        doppeltes monNatRate, monReimb, fltAWI;
        fltAWI = getAWI (_clientID);

        wenn (Jahr == „2010“)
            Jahr = Schnur. Leer;
        sonst
            Jahr = „_“ + Jahr;

        Status-Update //-T
        strSql = „VORWÄHLEN ZU WERFEN (ISNULL (C.units“ + _type +“, 0) WIE varchar (50)), C.HCPCS " + _TYPE + „ALS HCPCS,“ +
            „AB.Status, AB.Weight, FORM (AB. [Nationale Rate] WIE varchar (40)), FORM (claimDetailID, WIE varchar (50)) “ +
            „VON CLAIM_tblDetail ALS C GELASSEN ÄUSSER VERBINDEN“ +
            „dbMasterData.dbo.vwADDB“ + Jahr +“ ALS AB AUF LINKS (C.HCPCS " + _type + „, 5) = AB.HCPCS“ +
            „WO (AB.Status = „T ") UND (C.claimID =“ + claimID + ")“ +
            „AUFTRAG DURCH AB.Weight DESC“;

        SqlDataReader objDR = SqlHelper.ExecuteReader (Anschl., CommandType.Text, strSql);
        wenn (objDR.HasRows)
        {
            iRec = 0;
            während (objDR.Read ())
            {
                strSql = „UPDATE CLAIM_tblDetail EINSTELLTE [reimb“ + _type +“] = 0 " +
                „WO claimDetailID =“ + Convert.ToInt32 (objDR.GetString (5)) + „UND claimID =“ + claimID;
                SqlHelper.ExecuteNonQuery (Anschl., CommandType.Text, strSql);

                monNatRate = Convert.ToDouble (objDR.GetString (4)) * 0.6 * fltAWI + Convert.ToDouble (objDR.GetString (4)) * 0.4;
                iRec = iRec + 1;
                intQTY = Convert.ToInt32 (objDR.GetString (0));

                wenn (iRec >= 1)
                {
                    monReimb = monNatRate + (intQTY - 1) * 0.5 * monNatRate;
                }
                sonst
                {
                    monReimb = 0.5 * monNatRate * intQTY;
                }

                wenn (objDR.GetString (1).Length > 5)
                {
                    wenn (recht (objDR.GetString (1), 2) == „50“)
                    {
                        monReimb = 1.5 * monReimb;
                    }

                    wenn (recht (objDR.GetString (1), 2) == „ZN“ || Recht (objDR.GetString (1), 2) == „Nanometer“)
                    {
                        monReimb = 0;
                    }
                }

                strSql2 = „UPDATE CLAIM_tblDetail EINSTELLTE [reimb“ + _type +“] = FALL ALS [Maßeinheiten " + _type + „] = 0 DANN 0 SONST“ + monReimb +
                    „BEENDEN WO claimDetailID =“ + Convert.ToInt32 (objDR.GetString (5)) +“ UND claimID = „+ claimID;
                SqlHelper.ExecuteNonQuery (Anschl., CommandType.Text, strSql2);
            }
        }

        // alle Status anders als T
        monReimb = 0;
        strSql = „VORWÄHLEN ZU WERFEN (ISNULL (C.units“ + _type +“, 0) WIE varchar (50)), C.HCPCS " + _TYPE + „ALS HCPCS,“ +
        „AB.Status, AB.Weight, FORM (ISNULL (AB. [Nationale Rate], 0) WIE varchar (40)) WIE [NatRate], FORM (claimDetailID, WIE varchar (50)) “ +
        „VON CLAIM_tblDetail ALS C GELASSEN ÄUSSER VERBINDEN“ +
        „dbMasterData.dbo.vwADDB“ + Jahr +“ ALS AB AUF LINKS (C.HCPCS " + _type + „, 5) = VERLIESS (AB.HCPCS, 5)“ +
        „WO (AB.Status <> „T ") UND (C.claimID =“ + claimID + ")“ +
        „AUFTRAG DURCH AB.Weight DESC“;
        objDR = SqlHelper.ExecuteReader (Anschl., CommandType.Text, strSql);
        wenn (objDR.HasRows)
        {
            iRec = 0;
            während (objDR.Read ())
            {
                strCPT = objDR.GetString (1);
                intQTY = Convert.ToInt32 (objDR.GetString (0));
                monNatRate = Convert.ToDouble (objDR.GetString (4));
                strStatus = strNull (objDR.GetString (2));

                wenn (strCPT == „G0378“)
                    intQTY = 1;
                //-Status A
                wenn (strStatus == „A“)
                {
                    Schnur strDME = getDME (strCPT, strState)?? „Keine“;
                    wenn (strDME! = „keine“)
                    {
                        doppelt DME = Convert.ToDouble (getDME (strCPT, strState));
                        monReimb = intQTY * DME;
                    }
                    sonst
                    {
                        Schnur strClinLab = getClinLab (strCPT, strState)?? „Keine“;
                        wenn (strClinLab! = „keine“)
                        {
                            monReimb = intQTY * Convert.ToDouble (getClinLab (strCPT, strState));
                        }
                        sonst
                        {
                            Schnur strProFee = getClaimProFee (strCPT, claimID, Jahr)?? „Keine“;
                            wenn (strProFee! = „keine“)
                            {
                                monReimb = intQTY * Convert.ToDouble (getClaimProFee (strCPT, claimID, Jahr));
                            }
                        }
                    }
                }
                //-Status G, H, K - unangepasste nationale Rate verwenden, wenn ungültig, benutzen Krankenhaus CCR * Umdr. von Transport
                sonst
                {
                    wenn (strStatus == „G“ || strStatus == „H“ || strStatus == „K“)
                    {
                        monReimb = intQTY * monNatRate;
                    }
                    sonst
                    {
                        monReimb = intQTY * ((monNatRate * 0.6 * fltAWI) + (monNatRate * 0.4));
                    }

                }

                wenn (objDR.GetString (1).Length > 5)
                {
                    wenn (recht (objDR.GetString (1), 2) == „50“)
                    {
                        monReimb = 1.5 * monReimb;
                    }

                    wenn (recht (objDR.GetString (1), 2) == „ZN“ || Recht (objDR.GetString (1), 2) == „Nanometer“)
                    {
                        monReimb = 0;
                    }
                }
                // 9/26/2006 - Peter wünscht jenes die z-oder x-medizinischen Codes, zum der Vergütung außerdem zu ergreifen
                wenn (verlassen (strCPT, 1) == „X“ || Links (strCPT, 1) == „Z“)
                {
                    strSql = „AUSERWÄHLTES basic_rt vom vwMedicaid_CA_ZX WO proc_code = „“ + strCPT + „“ „;
                    objDR = SqlHelper.ExecuteReader (Anschl., CommandType.Text, strSql);
                    wenn (objDR.HasRows)
                    {
                        während (objDR.Read ())
                        {
                            monReimb = Convert.ToDouble (objDR.GetString (0));
                        }
                    }
                }
                // durchführen letztes Update ztes
                strSql2 = „UPDATE CLAIM_tblDetail EINSTELLTE [reimb“ + _type +“] = FALL ALS [Maßeinheiten " + _type + „] = 0 DANN 0 SONST“ + monReimb +
                          „BEENDEN WO claimDetailID =“ + Convert.ToInt32 (objDR.GetString (5)) +
                          „UND claimID =“ + claimID;
                SqlHelper.ExecuteNonQuery (Anschl., CommandType.Text, strSql2);
            }
            objDR.Close ();

        }
    }

    privates statisches Schnur getClaimProFee (Schnurcode, int clientID)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;

        Versuch
        {
            
            SqlParameter [] aryParams = neues SqlParameter [2];
            aryParams [0] = neues SqlParameter („@clientID“, SqlDbType.Int);
            aryParams [0]. Wert = clientID;
            aryParams [1] = neues SqlParameter („@code“, SqlDbType.VarChar);
            aryParams [1]. Wert = Code;

            Anschl. Öffnen ();

            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_MDCR_REIMB_ProFee_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „kein“;
        }
        schließlich
        {
            Anschl. Abschaffen ();
        }

        Resultat zurückbringen;
    }


    privates statisches Schnur getClaimProFee (Schnurcode, int claimID, Schnurjahr)
    {

        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;        

        Versuch
        {
            
            SqlParameter [] aryParams = neues SqlParameter [3];
            aryParams [0] = neues SqlParameter („@claimID“, SqlDbType.Int);
            aryParams [0]. Wert = claimID;
            aryParams [1] = neues SqlParameter („@code“, SqlDbType.VarChar);
            aryParams [1]. Wert = Code;
            aryParams [2] = neues SqlParameter („@year“, SqlDbType.VarChar);
            aryParams [2]. Wert = Jahr;

            Anschl. Öffnen ();

            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClaimProFee_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „kein“;
        }
        schließlich
        {
            Anschl. Abschaffen ();
        }

        Resultat zurückbringen;
    }



    privates statisches Schnur getClaimClinLab (Schnurcode, Schnurzustand)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        schalten (Zustand)
        {
            „CA“ umkleiden:
                Zustand = „CA1“;
                Bruch;
            Fall „NY“:
                Zustand = „NY1“;
                Bruch;
            Fall „MO“:
                Zustand = „MO1“;
                Bruch;
        }
        Schnurresultat = String.Empty;
        

        Versuch
        {
            SqlParameter [] aryParams = neues SqlParameter [2];
            aryParams [0] = neues SqlParameter („@code“, SqlDbType.VarChar);
            aryParams [0]. Wert = Code;
            aryParams [1] = neues SqlParameter („@state“, SqlDbType.VarChar);
            aryParams [1]. Wert = Zustand;

            Anschl. Öffnen ();

            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClaimClinLab_GET“, aryParams);
        }
        Fang
        {
            Resultat = „kein“;
        }
        schließlich
        {
            Anschl. Abschaffen ();
        }

        Resultat zurückbringen;
    }

    privates statisches Schnur getClaimDME (Schnurcode, Schnurzustand)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;
        

        Versuch
        {
            SqlParameter [] aryParams = neues SqlParameter [2];
            aryParams [0] = neues SqlParameter („@code“, SqlDbType.VarChar);
            aryParams [0]. Wert = Code;
            aryParams [1] = neues SqlParameter („@state“, SqlDbType.VarChar);
            aryParams [1]. Wert = Zustand;

            Anschl. Öffnen ();

            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClaimDME_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „keine“;
        }
        schließlich
        {
            Anschl. Abschaffen ();
        }

        Resultat zurückbringen;
    }

    private statische Schnur getClaimYear (Schnur _date)
    {
        Datum/Uhrzeit Papierlösekorotron = Convert.ToDateTime (_date);
        Schnur _year = Papierlösekorotron. Year.ToString ();
        Rückhol_year;
    }

    privates statisches doppeltes getClaimAWI (int clientID)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        doppeltes Resultat = 1;
        

        Versuch
        {
            SqlParameter [] aryParams = neues SqlParameter [1];
            aryParams [0] = neues SqlParameter („@clientID“, SqlDbType.Int);
            aryParams [0]. Wert = clientID;

            Anschl. Öffnen ();

            Resultat = (doppeltes) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClientAWI_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = 1;
        }
        schließlich
        {
            Anschl. Abschaffen ();
        }

        Resultat zurückbringen;
    }

    privates statisches Schnur getClaimState (int _clientID)
    {
        SqlConnection Anschl. = neues SqlConnection ();
        conn.ConnectionString = „AnfangsCatalog=dbPDE; Datenquelle =localhost; Trusted_Connection=yes“;

        Schnurresultat = String.Empty;
        

        Versuch
        {
            SqlParameter [] aryParams = neues SqlParameter [1];
            aryParams [0] = neues SqlParameter („@clientID“, SqlDbType.Int);
            aryParams [0]. Wert = _clientID;

            Anschl. Öffnen ();

            Resultat = (Schnur) SqlHelper.ExecuteScalar (Anschl., CommandType.StoredProcedure, „spPDE_ClientState_GET“, aryParams);
        }
        Fang (Ausnahme ex)
        {
            Resultat = „CA“;
        }
        schließlich
        {
            Anschl. Abschaffen ();
        }

        Resultat zurückbringen;
    }

    allgemeines statisches Schnur claimRight (Schnur Param, int-Länge)
    {
        Schnur Resultat = Param. Teilkette (Param. Länge - Länge, Länge);
        Rückholresultat;
    }

    allgemeines statisches Schnur claimLeft (Schnur Param, int-Länge)
    {
        Schnur Resultat = Param. Teilkette (0, Länge);
        Rückholresultat;
    }

    allgemeines statisches Schnur claimstrNull (Schnur _null)
    {
        Schnurtest;
        wenn (_null == Null)
            Test = "";
        sonst
            Test = _null;
        Rückholtest;
    }
Weitere Lösungen  
 
programming4us programming4us