返信削除

返信内容

望月
投稿日 2008/12/11 16:43:13
電子レセプトCALCCSVでH20/11分を試したところ、途中で止まってしまいます。
以下そのときのメッセージです。

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Operation is not valid due to the current state of the object.
   at RPPCAL.Models.C医薬品.get_調剤報酬明細に出力する使用量()
   at RPPCAL.Models.C医薬品.Equals(Object obj)
   at RPPCAL.Models.DataList`1.Equals(Object obj)
   at RPPCAL.Models.C処方.Equals(Object obj)
   at System.Collections.Generic.ObjectEqualityComparer`1.Equals(T x, T y)
   at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
   at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
   at RPPCAL.Models.C電子レセプト.Regist(C処方 処方)
   at RPPCAL.Models.Visitors.DBLoader.Visit(C調剤 調剤)
   at RPPCAL.Models.C調剤.Accept(ModelVisitor visitor)
   at RPPCAL.Models.Visitors.DBLoader.Visit(C処方せん 処方せん)
   at RPPCAL.Models.C処方せん.Accept(ModelVisitor visitor)
   at RPPCAL.Models.Visitors.DBLoader.Visit(C処方せん受付 受付)
   at RPPCAL.Models.C処方せん受付.Accept(ModelVisitor visitor)
   at RPPCAL.Models.Visitors.DBLoader.Visit(C患者 患者)
   at RPPCAL.Models.C患者.Accept(ModelVisitor visitor)
   at RPPCAL.Models.Visitors.DBLoader.Visit(C電子レセプト 電子レセプト)
   at RPPCAL.Models.C電子レセプト.Accept(ModelVisitor visitor)
   at RPPCAL.Views.MonthInputForm.LoadData(String month)
   at RPPCAL.Views.MonthInputForm.RunToolStripMenuItem_Click(Object sender, EventArgs e)