ISPatient.GeoCoordY

Description

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

Syntax

object.GeoCoordY

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

Return Value

string

Example

Display geographic coordinates along the Y axis for the patient's address.

Dim aPatient  
Dim aGeoCoordY

Set aPatient = Profile.SelectPatient
aGeoCoordY = aPatient.GeoCoordY
Profile.MsgBox(aGeoCoordY)   
Note: Geographic coordinates along the Y axis for the patient's address. On User Interface Geo Coord Y can be found inPatient/Alter Patient/General/Street Address/Y if the cursor is hovered over a green tick next to the Code button.

Version information

Added in v7.8.0