You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
cheindel
changed the title
Would this work in parallel to an open CardHandle from a Konnektor or after CardTerminalService.EjectCard has been called
Would this work in parallel to an open CardHandle from a Konnektor or after CardTerminalService.EjectCard has been called?
Apr 9, 2024
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 text was updated successfully, but these errors were encountered: