Identifier of the next of kin.
object.NOKId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the next of kin.
Dim aPatient
Dim aNOKId
Set aPatient = Profile.SelectPatient
aNOKId = aPatient.NOKId
Profile.MsgBox (aNOKId)
In Profile Client v8 on User Interface NOK ID cannot be found.