The idea would be to not block the PVS functionality but access the data of the card in parallel, independently of the PVS used, to show it on a kiosk screen, facing the patient.
The Konnektor has a SOAP API where you can subscribe to Card/Inserted event, but that would only give me ICCSN, CardType, CardHolderName and KVNR, according to the documentation in gemILF_PS_V2.9.0.pdf
Once I receive the event from the Konnektor I would know that the card is present and could use your code to read the data. As the PVS is required to perform online validation of the card, I assume I would be finished reading the data before the Konnektor could execute the "EjectCard" command.
Or is this an exclusive access to the card and cannot work in parallel?
The idea would be to not block the PVS functionality but access the data of the card in parallel, independently of the PVS used, to show it on a kiosk screen, facing the patient.
The Konnektor has a SOAP API where you can subscribe to Card/Inserted event, but that would only give me ICCSN, CardType, CardHolderName and KVNR, according to the documentation in gemILF_PS_V2.9.0.pdf
Once I receive the event from the Konnektor I would know that the card is present and could use your code to read the data. As the PVS is required to perform online validation of the card, I assume I would be finished reading the data before the Konnektor could execute the "EjectCard" command.
Or is this an exclusive access to the card and cannot work in parallel?