The property is obsolete and should not be used for now.
object.MeshBlock
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the meshblock identifier for the patient's address.
Dim aPatient
Dim aMeshBlock
Set aPatient = Profile.SelectPatient
aMeshBlock = aPatient.MeshBlock
Profile.MsgBox (aMeshBlock)