The property is obsolete and should not be used for now.
object.GeoCoordY
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
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)