The date and time the patient's additional address is valid from.
object.DateFrom
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISAddress interface |
DateTime
Display the date and time the patient's additional address is valid from.
Dim aPatient
Dim aAddresses
Dim aAddress
Dim aDateFrom
Dim aMessage
Set aPatient = Profile.SelectPatient
set aAddresses = aPatient.LoadAddresses
aMessage = "Addresses Count = " & aAddresses.Count
for i = 0 to aAddresses.Count - 1
set aAddress = aAddresses.Item(i)
aMessage = aMessage & vbNewLine
aMessage = aMessage & "From " & aAddress.DateFrom
next
Profile.MsgBox (aMessage) In Profile Client v8 on User Interface Date From can be found in .