The property is obsolete and should not be used for now.
object.GeoCoordX
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display geographic coordinates along the X axis for the patient's address.
Dim aPatient
Dim aGeoCoordX
Set aPatient = Profile.SelectPatient
aGeoCoordX = aPatient.GeoCoordX
Profile.MsgBox(aGeoCoordX)