feat: call transcripts api
fix: other small fixes
This commit is contained in:
@@ -119,10 +119,10 @@ class ClinicDoctorBase(BaseModel):
|
||||
|
||||
|
||||
class CallTranscriptsBase(BaseModel):
|
||||
patient_name:str
|
||||
patient_name:Optional[str] = None
|
||||
patient_number:str
|
||||
call_duration:str
|
||||
call_received_time:str
|
||||
call_received_time:datetime
|
||||
transcript_key_id:str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user