All movements of the patient between different places of service and locations.
object.Movements
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the dates and IDs for all patient's movements.
Dim aPatient
Dim aMovements
Dim aMovement
Dim aMessage
Set aPatient = Profile.SelectPatient
set aMovements = aPatient.Movements
aMessage = "Movements Count = " & aMovements.Count
for i = 0 to aMovements.Count - 1
set aMovement = aPatient.Movements.Item(i)
aMessage = aMessage & vbNewLine & "The date of the movement with ID " &_
aMovement.ID & " is " & aMovement.Date
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Movements can be found in
or in .