care.facility.models.patient module¶
- class PatientMobileOTP(id, external_id, created_date, modified_date, deleted, is_used, phone_number, otp)¶
Bases:
BaseModel- is_used¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- phone_number¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- otp¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- exception DoesNotExist¶
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned¶
Bases:
MultipleObjectsReturned
- exception NotUpdated¶
Bases:
ObjectNotUpdated,DatabaseError
- created_date¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- deleted¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- external_id¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- id¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- modified_date¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.