This function adds an additional address of the patient.
object.AddAdditionalAddress(aAddressType)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
aAddressType |
In, Required | The type of the address, that will be
added |
Add an additional address of the patient.
Dim aPatient
Dim aNewAdditionalAddress
Dim aShortCode
Dim aCode
Dim aSCTName
Dim aMessage
Set aPatient = Profile.SelectPatient
aCode = "SEC"
aSCTName = "Address Type"
set aShortCode = Profile.LoadShortCodebyCodeSCTName(aCode, aSCTName)
set aNewAdditionalAddress = aPatient.AddAdditionalAddress(aShortCode)
aMessage = aMessage & vbNewLine
aMessage = aMessage & "Additional address was added successfully!"
Profile.MsgBox (aMessage)
In Profile Client v8 on User Interface Additional Address can be added and found in
.