ISPatient.MeshBlock

Description

The property is obsolete and should not be used for now.

Syntax

object.MeshBlock

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display the meshblock identifier for the patient's address.

Dim aPatient  
Dim aMeshBlock

Set aPatient = Profile.SelectPatient
aMeshBlock = aPatient.MeshBlock
Profile.MsgBox (aMeshBlock)   
Note: Meshblock identifier. On User Interface MeshBlock can be found inPatient/Alter Patient/General/Street Address/Meshblock if the cursor is hovered over a green tick next to the Code button.

Version information

Added in v7.8.0