DataManagerUpdateAppointmentStatus Method
|
Updates appointment status in DB with new status by appointment Id, Db and provider name
Namespace: Dtx.DataAccessExt
Assembly: Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85
Syntax
public bool UpdateAppointmentStatus(
int appointmentId,
int appointmentDb,
string newStatus,
string provName
)
Parameters
- appointmentId
- Type: SystemInt32
Appointment Id
- appointmentDb
- Type: SystemInt32
Appointment Db
- newStatus
- Type: SystemString
New Appointment Status
- provName
- Type: SystemString
Provider Name
Return Value
Type:
Boolean
true if function succeded, false if not
See Also