bug fixes

development-3.3_voipCall
Sultan khan 2 years ago
parent 0861a0c79f
commit 2b13d43757

@ -5,7 +5,7 @@ const ONLY_NUMBERS = "[0-9]";
const ONLY_LETTERS = "[a-zA-Z &'\"]";
const ONLY_DATE = "[0-9/]";
const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/';
// const BASE_URL_LIVE_CARE = 'https://livecareuat.hmg.com/';
// const BASE_URL = 'https://hmgwebservices.com/';
const BASE_URL = 'https://uat.hmgwebservices.com/';

@ -23,7 +23,7 @@ class GetDischargeSummaryReqModel {
data['AdmissionNo'] = this.admissionNo;
data['PatientType'] = this.patientType;
data['PatientTypeID'] = this.patientTypeID;
data['SetupID'] = "010266";
data['isDentalAllowedBackend'] = false;
return data;
}

@ -4,7 +4,7 @@ class VteAssessmentRequestModel {
int transactionNo;
VteAssessmentRequestModel(
{this.setupID = "010266", this.parameterGroup = 7, this.transactionNo});
{this.setupID, this.parameterGroup = 7, this.transactionNo});
VteAssessmentRequestModel.fromJson(Map<String, dynamic> json) {
setupID = json['SetupID'];

@ -36,11 +36,11 @@ class VideoCallService extends BaseService {
// TODO MOSA TEST
kApiKey: '46209962',
// kToken: startCallRes.openTokenID,
// kSessionId: startCallRes.openSessionID,
kToken: "T1==cGFydG5lcl9pZD00NjIwOTk2MiZzaWc9NjM4ZjgxNmFjZjI0ODU2YTk0YTMwMGIxMjFkNmZlY2E5OGJlYWNlZDpzZXNzaW9uX2lkPTJfTVg0ME5qSXdPVGsyTW41LU1UWTNNek0xTURFMk1qSTNPWDVZT0RGMWFVdElaRWRWVldGTlVGYzNObFYxVERWNFRFbC1mbjQmY3JlYXRlX3RpbWU9MTY3MzM1MDE2MiZub25jZT0wLjE5OTUyMjMwNzIyMDAyODczJnJvbGU9bW9kZXJhdG9yJmV4cGlyZV90aW1lPTE2NzM0MzY1NjImaW5pdGlhbF9sYXlvdXRfY2xhc3NfbGlzdD0=",
kSessionId: "2_MX40NjIwOTk2Mn5-MTY3MzM1MDE2MjI3OX5YODF1aUtIZEdVVWFNUFc3NlV1TDV4TEl-fn4",
kToken: startCallRes.openTokenID,
kSessionId: startCallRes.openSessionID,
//
// kToken: "T1==cGFydG5lcl9pZD00NjIwOTk2MiZzaWc9NzE0MGE4YzM0ZTU2YjQ5NmQzOTgwOTNkYmU1NzEzMmQxYTdkMDliZTpzZXNzaW9uX2lkPTFfTVg0ME5qSXdPVGsyTW41LU1UWTVNakkxTkRjMU1EUTRObjVCVFZsM2MwODFNV1ZhTjFsUlEyZGxiRFZxZVZjNWNHMS1mbjQmY3JlYXRlX3RpbWU9MTY5MjI1NDc1MCZub25jZT0wLjY5OTQyNzkzMTg1NDg4NSZyb2xlPW1vZGVyYXRvciZleHBpcmVfdGltZT0xNjkyMjU2NTUwJmluaXRpYWxfbGF5b3V0X2NsYXNzX2xpc3Q9",
// kSessionId: "1_MX40NjIwOTk2Mn5-MTY5MjI1NDc1MDQ4Nn5BTVl3c081MWVaN1lRQ2dlbDVqeVc5cG1-fn4",
vcId: patient.vcId,
isRecording: isRecording,

@ -23,7 +23,7 @@ class PendingOrderService extends BaseService {
admissionNo: admissionNo,
patientTypeID: 1,
patientType: 1,
setupID: "010266");
);
hasError = false;
await baseAppClient.post(GET_PENDING_ORDERS,
@ -50,7 +50,7 @@ class PendingOrderService extends BaseService {
admissionNo: admissionNo,
patientTypeID: 1,
patientType: 1,
setupID: "010266");
);
hasError = false;
await baseAppClient.post(GET_ADMISSION_ORDERS,

@ -27,7 +27,7 @@ class ERSignInViewModel extends BaseViewModel {
Future signInERPatient({int patientId, int signInType}) async {
hasError = false;
await getDoctorProfile();
DoctorErSignAssessmentReqModel doctorErSignAssessmentReqModel = new DoctorErSignAssessmentReqModel(setupID:"010266", signInType:signInType, loginDoctorID:doctorProfile.doctorID, patientID: patientId );
DoctorErSignAssessmentReqModel doctorErSignAssessmentReqModel = new DoctorErSignAssessmentReqModel(signInType:signInType, loginDoctorID:doctorProfile.doctorID, patientID: patientId );
setState(ViewState.BusyLocal);
await _ERSignInService.signInERPatient(doctorErSignAssessmentReqModel: doctorErSignAssessmentReqModel);
if (_ERSignInService.hasError) {

@ -55,7 +55,7 @@ class DoctorReplayViewModel extends BaseViewModel {
infoStatus: 6,
createdBy: this.doctorProfile.doctorID,
infoEnteredBy: this.doctorProfile.doctorID,
setupID: "010266");
);
setState(ViewState.BusyLocal);
await _doctorReplyService.createDoctorResponse(createDoctorResponseModel);
if (_doctorReplyService.hasError) {

@ -354,7 +354,7 @@ class PatientViewModel extends BaseViewModel {
patientTypeID: 1,
patientType: 1,
resultType: resultType,
setupID: "010266");
);
await _patientService.getDiabeticChartValues(requestModel);
if (_patientService.hasError) {
error = _patientService.error;

@ -38,7 +38,7 @@ class OperationReportViewModel extends BaseViewModel {
GetOperationDetailsRequestModel(
reservationNo: reservation.oTReservationID,
patientID: reservation.patientID,
setupID: "010266");
);
await _operationReportService.getOperationReportDetails(
getOperationReportRequestModel: getOperationReportRequestModel);
if (_operationReportService.hasError) {

@ -42,7 +42,7 @@ class _ProgressNoteState extends State<DiagnosisScreen> {
admissionNo: int.parse(patient.admissionNo),
patientTypeID: patient.patientType,
patientID: patient.patientId,
setupID: "010266");
);
model.getDiagnosisForInPatient(getDiagnosisForInPatientRequestModel);
}

@ -45,7 +45,7 @@ class _ProgressNoteState extends State<NursingProgressNoteScreen> {
admissionNo: int.parse(patient.admissionNo),
patientTypeID: patient.patientType,
patientID: patient.patientId,
setupID: "010266");
);
model.getNursingProgressNote(getNursingProgressNoteRequestModel);
}

@ -591,7 +591,7 @@ class _UpdateOperationReportState extends State<UpdateOperationReport> {
widget.patient.admissionNo),
createdBy:
model.doctorProfile.doctorID,
setupID: "010266");
);
await model.updateOperationReport(
createUpdateOperationReportRequestModel);

Loading…
Cancel
Save