object.SendPatientMessage(aPatientID, aPhoneNumber, aText, aDeliveryKind, aAcknowledged[, aAppointmentID = 0[, aInterventionID = 0[, aLabResultID = 0[, aPOSID = 0]]]])
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the ISProfile interface |
|
aPatientID |
In, Required | int |
|
aPhoneNumber |
In, Required | string |
|
aText |
In, Required | string |
|
aDeliveryKind |
In, Required | ||
aAcknowledged |
In, Required | bool |
|
aAppointmentID |
In, Optional Default value is 0 |
int |
|
aInterventionID |
In, Optional Default value is 0 |
int |
|
aLabResultID |
In, Optional Default value is 0 |
int |
|
aPOSID |
In, Optional Default value is 0 |
int |
aPOSID
added in v8.5.0