public class NfdDpeService
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
NfdDpeService.NfdDpeServiceSubscriber<T>
For receiving NFD_Document or DPE_Document
|
| Constructor and Description |
|---|
NfdDpeService(de.gematik.ti.healthcardaccess.IHealthCard cardToRead,
de.gematik.ti.healthcardaccess.IHealthCard authorisingCard) |
| Modifier and Type | Method and Description |
|---|---|
de.gematik.ti.schema.gen.dpe.v1_0.DPE_DPE_Document |
getDpeDocument(boolean emergencyIndicator,
boolean updateIndicator)
Returns a document with data for the personal declaration of the insured after successful C2C authentication and PIN Verification.
|
de.gematik.ti.schema.gen.nfd.v1_3.NFD_NFD_Document |
getNfdDocument(boolean emergencyIndicator,
boolean updateIndicator)
Returns a document with patient emergency data after successful C2C authentication and PIN Verification.
|
public NfdDpeService(de.gematik.ti.healthcardaccess.IHealthCard cardToRead,
de.gematik.ti.healthcardaccess.IHealthCard authorisingCard)
public de.gematik.ti.schema.gen.nfd.v1_3.NFD_NFD_Document getNfdDocument(boolean emergencyIndicator,
boolean updateIndicator)
Returns a document with patient emergency data after successful C2C authentication and PIN Verification. The parameter emergencyIndicator to be passed regulate access in addition to C2C authentication, updateIndicator whether the document should be updated (true) or only read access should take place (false).
emergencyIndicator - updateIndicator - public de.gematik.ti.schema.gen.dpe.v1_0.DPE_DPE_Document getDpeDocument(boolean emergencyIndicator,
boolean updateIndicator)
Returns a document with data for the personal declaration of the insured after successful C2C authentication and PIN Verification. The parameter emergencyIndicator to be passed regulate access in addition to C2C authentication, updateIndicator whether the document should be updated (true) or only read access should take place (false).
emergencyIndicator - updateIndicator -