VC401 基于VC++医院管理信息系统(独家原创)
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
// Registration.h: interface for the CRegistration class.
//
////////////////////////////////////////////////////////////////////// 内容来自think58
#if !defined(AFX_REGISTRATION_H__AFBB26E0_4283_4021_BF2A_0F9E881C4B7F__INCLUDED_)
#define AFX_REGISTRATION_H__AFBB26E0_4283_4021_BF2A_0F9E881C4B7F__INCLUDED_ [版权所有:http://think58.com]
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000 [资料来源:www.THINK58.com]
class CRegistration
{
private:
int RegId;
int PatId;
int DocId;
CString UserName;
CString RegDate;
think58 [资料来源:http://www.THINK58.com]
[版权所有:http://think58.com]public:
CRegistration();
virtual ~CRegistration(); think58.com
[资料来源:http://www.THINK58.com]
void SetRegId(int iRId);
int GetRegId();
void SetPatId(int iPId);
int GetPatId();
void SetDocId(int iDId);
int GetDocId();
void SetUserName(CString cName);
CString GetUserName();
void SetRegDate(CString cDate);
CString GetRegDate();
public:
// 插入新记录并返回表中最大编号-RegId
int GetMaxId();
// 更改门诊收费信息
void sql_Update(CString cRId);
// 删除门诊收费信息
void sql_Delete(CString cRId);
}; 内容来自think58
#endif // !defined(AFX_REGISTRATION_H__AFBB26E0_4283_4021_BF2A_0F9E881C4B7F__INCLUDED_)
内容来自think58 [来源:http://think58.com]
上一篇:SIP网络电话网络模式设计