This activity performs the search operation on appointments given a QueryAppointment object and returns the results as a DataTable. It is also returned a SearchResult object which has more precise informations about the results.
This activity returns the base QueryAppointment object which is necessary for all search operations.
This activity allows to get an appointment given its AppointmentId.
This activity allows to add a condition on a Boolean field to an appointment search query.
This activity allows to add a condition on a Date field to a appointment search query.
This activity allows to add a condition on a DateTime field to a appointment search query.
This activity allows to add a condition on a Double field to a appointment search query.
This activity allows to add a condition on a Guid field to a appointment search query.
This activity allows to add a condition on an Integer field to a appointment search query.
This activity allows to add a condition on a String field to an appointment search query.