代码搜索:Patient

找到约 493 项符合「Patient」的源代码

代码结果 493
www.eeworm.com/read/392036/8366053

h patient.h

// Patient.h: interface for the CPatient class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PATIENT_H__3E04416A_0F49_44F5_8A3A_CC4F461226C2__INCLUDE
www.eeworm.com/read/392036/8366169

cpp patient.cpp

// Patient.cpp: implementation of the CPatient class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HosptialMan.h" #include "ADOConn.h"
www.eeworm.com/read/389896/8495015

cdx patient.cdx

www.eeworm.com/read/389896/8495019

dbf patient.dbf

www.eeworm.com/read/433214/8539502

h patient.h

// Patient.h: interface for the CPatient class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PATIENT_H__3E04416A_0F49_44F5_8A3A_CC4F461226C2__INCLUDE
www.eeworm.com/read/433214/8539731

cpp patient.cpp

// Patient.cpp: implementation of the CPatient class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HosptialMan.h" #include "ADOConn.h"
www.eeworm.com/read/433214/8539850

obj patient.obj

www.eeworm.com/read/433214/8539928

sbr patient.sbr

www.eeworm.com/read/430509/8741068

mdb patient.mdb

www.eeworm.com/read/286344/8769690

sql patient.sql

USE Hospital GO CREATE TABLE Patient ( Id int IDENTITY PRIMARY KEY, Name varchar(50), IDNum varchar(30), Sex varchar(2), Age int, Marry varchar(8)