Click here to Skip to main content
15,908,437 members

Comments by nureza_fachry (Top 1 by date)

nureza_fachry 4-May-13 23:48pm View    
I just have some thought, why dont you just store some basic info on card instead of all test result (more detail patient info). If I`m not mistake that most of card have limitation memory / storage. So all the Main Info you can store on web application instead of on card it self.

Anyway,
if(APDUClientChannel.ContainsService(e.ReaderName,"TransactionSampleService"))
{
//1.Read and write to get data form card
//2.Create request to web application using sample that I give before
//3.When you crate request, you can get response from web application
//4.Based on response from web application you can take action.
//then the rest you should be able to do

}