The name of the next of kin.
object.NOKName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the name of the next of kin.
Dim aPatient
Dim aNOKName
Set aPatient = Profile.SelectPatient
aNOKName = aPatient.NOKName
Profile.MsgBox (aNOKName)
In Profile Client v8 on User Interface NOK Name can be found in
.