Compare commits

..
3 Commits
Author SHA1 Message Date
History 2cf2ddcb19 删除多余文件 2025-07-14 10:05:15 +08:00
History 762d407ddd 专家端修改 2025-07-14 10:04:46 +08:00
History e84207f835 修改组织关系 2025-07-04 13:59:05 +08:00
312 changed files with 1703 additions and 1986 deletions
@@ -407,18 +407,20 @@
GCC_PREFIX_HEADER = "$(SRCROOT)/DoctorXinjiang/Supporting Files/PrefixHeader.pch";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "$(SRCROOT)/DoctorXinjiang/Supporting Files/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "健康油我专家端";
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
INFOPLIST_KEY_NSCameraUsageDescription = "专家端需要访问您的相机用来您的头像上传是否同意?";
INFOPLIST_KEY_NSCameraUsageDescription = "健康油我专家端需要访问您的相机用来您的头像上传是否同意?";
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "始终允许访问位置信息";
INFOPLIST_KEY_NSLocationUsageDescription = "永不允许访问位置信息";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "专家端使用期间允许访问位置信息";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "专家端需要访问您的麦克风用来视频录制,是否同意?";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "专家端需要访问你的相册,方便您保存图片,是否同意?";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "健康油我专家端需要访问您的麦克风用来视频录制,是否同意?";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "健康油我专家端需要访问你的相册,方便您保存图片,是否同意?";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "专家端需要访问您的相册上传图片,方便您的使用,是否同意?";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -454,18 +456,20 @@
GCC_PREFIX_HEADER = "$(SRCROOT)/DoctorXinjiang/Supporting Files/PrefixHeader.pch";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "$(SRCROOT)/DoctorXinjiang/Supporting Files/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "健康油我专家端";
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
INFOPLIST_KEY_NSCameraUsageDescription = "专家端需要访问您的相机用来您的头像上传是否同意?";
INFOPLIST_KEY_NSCameraUsageDescription = "健康油我专家端需要访问您的相机用来您的头像上传是否同意?";
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "始终允许访问位置信息";
INFOPLIST_KEY_NSLocationUsageDescription = "永不允许访问位置信息";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "专家端使用期间允许访问位置信息";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "专家端需要访问您的麦克风用来视频录制,是否同意?";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "专家端需要访问你的相册,方便您保存图片,是否同意?";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "健康油我专家端需要访问您的麦克风用来视频录制,是否同意?";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "健康油我专家端需要访问你的相册,方便您保存图片,是否同意?";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "专家端需要访问您的相册上传图片,方便您的使用,是否同意?";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -1,6 +1,6 @@
//
// MQTextField.h
// EscortProject
// DoctorXinjiang
//
// Created by Apple on 2024/5/7.
//
@@ -1,6 +1,6 @@
//
// MQTextField.m
// EscortProject
// DoctorXinjiang
//
// Created by Apple on 2024/5/7.
//
@@ -1,6 +1,6 @@
//
// UIDevice+model.h
// EscortProject
// DoctorXinjiang
//
// Created by Apple on 2024/3/29.
//
@@ -1,6 +1,6 @@
//
// UIDevice+model.m
// EscortProject
// DoctorXinjiang
//
// Created by Apple on 2024/3/29.
//
@@ -28,7 +28,7 @@
//高德key
#define AMAPSDKKEY @"6f5c1979535a0bea4965d033306c61a7"
#define AMAPSDKKEY @"0017de4b0745e1e1be58e9fa89b66f56"
//友盟appster
@@ -9,7 +9,7 @@
#import <Foundation/Foundation.h>
#import "YXNetworkingWithCache.h"
@interface YXNetAPI : NSObject
@interface XJDNetAPI : NSObject
@property (nonatomic,strong) YXNetworkingWithCache * httpRequest;
@@ -6,11 +6,11 @@
// Copyright © 2022 . All rights reserved.
//
#import "YXNetAPI.h"
#import "XJDNetAPI.h"
#define needToken httpRequest.needToken
#define isLoginFlag httpRequest.isLoginFlag
@implementation YXNetAPI
@implementation XJDNetAPI
#pragma mark - init方法
@synthesize httpRequest;
@@ -18,7 +18,7 @@
//token
- (instancetype)init:(id)delegate tag:(NSString *)tag
{
YXUserInfo * user = [HQCommonUtils keyedUnarchiverWithKey:LoginUserInfo];
XJDUserInfo * user = [XJDCommonUtils keyedUnarchiverWithKey:LoginUserInfo];
return [self init:delegate tag:tag NeedToken:user.token];
}
@@ -28,7 +28,7 @@
if (self=[super init]) {
if (![tag isEqualToString:@"LOGINGAPI"] || ![tag isEqualToString:@"CHANGEAPI"] ) {
YXUserInfo * user = [HQCommonUtils keyedUnarchiverWithKey:LoginUserInfo];
XJDUserInfo * user = [XJDCommonUtils keyedUnarchiverWithKey:LoginUserInfo];
httpRequest = [[YXNetworkingWithCache alloc] initWithDelegate:delegate bindTag:tag NeedToken:user.token];
}else{
@@ -146,7 +146,7 @@ typedef NS_ENUM(NSInteger, RequestType) {
if ([statusCode containsString:@"(401)"]) {
DLog(@"%@",error.userInfo);
[MBProgressHUD showErrorMessage:@"身份验证过期"];
[HQCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
KPostNotification(KNotificationLoginStateChange, @NO);
}else{
[MBProgressHUD showErrorMessage:@"网络服务错误"];
@@ -165,7 +165,7 @@ typedef NS_ENUM(NSInteger, RequestType) {
if ([statusCode containsString:@"(401)"]) {
DLog(@"%@",error.userInfo);
[EasyTextView showErrorText:@"身份验证过期"];
[HQCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
KPostNotification(KNotificationLoginStateChange, @NO);
}else
{
@@ -186,7 +186,7 @@ typedef NS_ENUM(NSInteger, RequestType) {
if ([statusCode containsString:@"(401)"]) {
DLog(@"%@",error.userInfo);
[EasyTextView showErrorText:@"身份验证过期"];
[HQCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
KPostNotification(KNotificationLoginStateChange, @NO);
}
else
@@ -311,7 +311,7 @@ typedef NS_ENUM(NSInteger, RequestType) {
}
if (flag == true) {
DLog(@" 返回Json\n%@\n %@", [HQCommonUtils DataTOjsonString:response],url);
DLog(@" 返回Json\n%@\n %@", [XJDCommonUtils DataTOjsonString:response],url);
if ([response.allKeys containsObject:@"result"]) {
[self showSuccess:[response objectForKey:@"result"]];
}
@@ -1,6 +1,6 @@
//
// ESCTUIManager.h
// EscortProject
// DoctorXinjiang
//
// Created by 仁康信息 on 2023/2/16.
//
@@ -1,6 +1,6 @@
//
// ESCTUIManager.m
// EscortProject
// DoctorXinjiang
//
// Created by 仁康信息 on 2023/2/16.
//
@@ -1,5 +1,5 @@
// YXKeychainTool.h
// XJDKeychainTool.h
// idleBuy
//
// Created by ios on 2018/5/28.
@@ -7,7 +7,7 @@
#import <Foundation/Foundation.h>
#import <Security/Security.h>
@interface YXKeychainTool : NSObject
@interface XJDKeychainTool : NSObject
/**
* 🔑
*
@@ -5,9 +5,9 @@
// Copyright © 2017 . All rights reserved.
//
#import "YXKeychainTool.h"
#import "XJDKeychainTool.h"
@implementation YXKeychainTool
@implementation XJDKeychainTool
+ (NSMutableDictionary *)getKeychainQuery:(NSString *)service{
return [NSMutableDictionary dictionaryWithObjectsAndKeys:
(__bridge_transfer id)kSecClassGenericPassword,
@@ -1,5 +1,5 @@
//
// YXUserInfo.h
// XJDUserInfo.h
// idleBuy
//
// Created by ios on 2018/5/30.
@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
@interface YXUserInfo : NSObject
@interface XJDUserInfo : NSObject
@property (nonatomic, strong) NSDictionary *userInfo;
@@ -6,9 +6,9 @@
// Copyright © 2018 ios. All rights reserved.
//
#import "YXUserInfo.h"
#import "XJDUserInfo.h"
@implementation YXUserInfo
@implementation XJDUserInfo
- (void)encodeWithCoder:(NSCoder *)aCoder
{
[aCoder encodeObject:self.userInfo forKey:@"userInfo"];
@@ -7,7 +7,7 @@
#import "AppDelegate+AppService.h"
#import "YXBaseTabBarController.h"
#import "YXLoginViewController.h"
#import "XJDLoginViewController.h"
#import <IQKeyboardManager/IQKeyboardManager.h>
#import <AMapFoundationKit/AMapFoundationKit.h>
#import <AMapFoundationKit/AMapServices.h>
@@ -30,7 +30,7 @@
selector:@selector(loginStateChange:)
name:KNotificationLoginStateChange
object:nil];
if ([HQCommonUtils isLogin]) {
if ([XJDCommonUtils isLogin]) {
//腾讯im
V2TIMSDKConfig *config = [[V2TIMSDKConfig alloc] init];
@@ -46,13 +46,13 @@
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
self.window.backgroundColor = KWhiteColor;
//直接进入显示登录页面
if ([HQCommonUtils isLogin]) {
if ([XJDCommonUtils isLogin]) {
self.mainTabBar = [YXBaseTabBarController new];
self.mainTabBar.delegate =self;
self.window.rootViewController = self.mainTabBar;
[self.window makeKeyAndVisible];
}else {
YXLoginViewController * loginvc = [[YXLoginViewController alloc] init];
XJDLoginViewController * loginvc = [[XJDLoginViewController alloc] init];
YXBaseNavigationController * nav = [[YXBaseNavigationController alloc] initWithRootViewController:loginvc];
self.window.rootViewController = nav;
}
@@ -110,7 +110,7 @@
paragraphStyle.alignment = NSTextAlignmentLeft;
NSMutableAttributedString *message = [[NSMutableAttributedString alloc] initWithString:@"\n亲,感谢您对健康咨询专家端一直以来的信任!我们依据最新的监管要求更新了健康咨询专家端《隐私权政策》,特向您说明如下\n1.为向您提供交易相关基本功能,我们会收集、使用必要的信息;\n2.基于您的明示授权,我们可能会获取您的位置(为您提供服务)等信息,您有权拒绝或取消授权;\n3.我们会采取业界先进的安全措施保护您的信息安全;\n4.未经您同意,我们不会从第三方处获取、共享或向提供您的信息;" attributes:@{
NSMutableAttributedString *message = [[NSMutableAttributedString alloc] initWithString:@"\n亲,感谢您对健康油我专家端一直以来的信任!我们依据最新的监管要求更新了健康油我专家端《隐私权政策》,特向您说明如下\n1.为向您提供交易相关基本功能,我们会收集、使用必要的信息;\n2.基于您的明示授权,我们可能会获取您的位置(为您提供服务)等信息,您有权拒绝或取消授权;\n3.我们会采取业界先进的安全措施保护您的信息安全;\n4.未经您同意,我们不会从第三方处获取、共享或向提供您的信息;" attributes:@{
NSParagraphStyleAttributeName:paragraphStyle,
}];
@@ -184,19 +184,11 @@
}
- (void)loginImAccount {
YXNetAPI * proctocolApi = [[YXNetAPI alloc] init:self tag:@"loginIMAPI" NeedToken:nil];
[proctocolApi GetIMLoginAccount:nil];
}
//在线时票据过期:此时您需要生成新的 userSig,并再次重新调用初始化。
- (void)onKickedOffline {
[HQCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
[ESCTUIManager outLoginTUISDK];
KPostNotification(KNotificationLoginStateChange, @NO);
@@ -1,25 +0,0 @@
//
// YXBaseTabBarController.h
// healthQuestion
//
// Created by xulei on 2022/8/12.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXBaseTabBarController : UITabBarController
/**
设置小红点
@param index tabbar下标
@param isShow 是显示还是隐藏
*/
-(void)setRedDotWithIndex:(NSInteger)index isShow:(BOOL)isShow isNumber:(NSInteger)number;
@property (nonatomic, assign)NSInteger lastSelectIndex;
@end
NS_ASSUME_NONNULL_END
@@ -1,42 +0,0 @@
//
// YXBaseWebViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2024/1/12.
//
#import "YXBaseViewController.h"
#import <WebKit/WebKit.h>
#import <JavaScriptCore/JavaScriptCore.h>
NS_ASSUME_NONNULL_BEGIN
typedef enum {
WkJSMessageTypeDefault = 0,
WkJSMessageTypeBack = 1,
}WkJSMessageType;
typedef enum {
RightDefaultType = 0,
RightCompleteType = 1,
}RightNavType;
@protocol WebJSExport <JSExport>
- (void)startFunction;
@end
@interface YXBaseWebViewController : YXBaseViewController<UIAlertViewDelegate,WKNavigationDelegate, WKUIDelegate, WebJSExport, WKScriptMessageHandler>
@property (nonatomic, strong) NSString *webUrl;
@property (nonatomic, strong) NSString *webTitle;
@property (nonatomic, strong) JSContext *context;
@property (nonatomic, strong) WKWebView *wkWebView;
@property (nonatomic, assign) RightNavType rightType;
- (void)webViewRequest;
@end
NS_ASSUME_NONNULL_END
@@ -7,8 +7,8 @@
#import "YXBaseTabBarController.h"
#import "HQTabBar.h"
#import "YXHomePageViewController.h"
#import "YXMineViewController.h"
#import "XJDHomePageViewController.h"
#import "XJDMineViewController.h"
@interface YXBaseTabBarController ()<UITabBarControllerDelegate>
@@ -86,13 +86,13 @@
-(void)setUpAllChildViewController{
_VCS = @[].mutableCopy;
YXHomePageViewController *homeVC = [[YXHomePageViewController alloc]init];
XJDHomePageViewController *homeVC = [[XJDHomePageViewController alloc]init];
[self setupChildViewController:homeVC title:@"工作台" imageName:@"homeTabar_nomarl" seleceImageName:@"homeTabar_selected"];
YXMineViewController *mineVC = [[YXMineViewController alloc]init];
XJDMineViewController *mineVC = [[XJDMineViewController alloc]init];
[self setupChildViewController:mineVC title:@"我的" imageName:@"mianTabar_nomarl" seleceImageName:@"mianTabar_selected"];
self.viewControllers = _VCS;
@@ -6,7 +6,7 @@
//
#import "YXBaseViewController.h"
#import "YXLoginViewController.h"
#import "XJDLoginViewController.h"
@interface YXBaseViewController ()<MBProgressHUDDelegate>
@@ -85,7 +85,7 @@
}else
{
YXLoginViewController *loginVC = [[YXLoginViewController alloc]init];
XJDLoginViewController *loginVC = [[XJDLoginViewController alloc]init];
UINavigationController * nav = [[UINavigationController alloc] initWithRootViewController:loginVC];
[[kAppDelegate getCurrentVC] presentViewController:nav animated:YES completion:nil];
}
@@ -1,5 +1,5 @@
//
// HQShowPromptPopView.h
// XJDShowPromptPopView.h
// healthQuestion
//
// Created by 仁康信息 on 2022/9/28.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface HQShowPromptPopView : UIView
@interface XJDShowPromptPopView : UIView
@end
@@ -1,13 +1,13 @@
//
// HQShowPromptPopView.m
// XJDShowPromptPopView.m
// healthQuestion
//
// Created by on 2022/9/28.
//
#import "HQShowPromptPopView.h"
#import "XJDShowPromptPopView.h"
@implementation HQShowPromptPopView
@implementation XJDShowPromptPopView
- (instancetype)initWithFrame:(CGRect)frame {
@@ -1,5 +1,5 @@
//
// YXFileDataDetailViewController.h
// XJDFileDataDetailViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/5/4.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXFileDataDetailViewController : YXBaseViewController
@interface XJDFileDataDetailViewController : YXBaseViewController
@property (nonatomic, copy) NSString * record_id;
@@ -1,32 +1,32 @@
//
// YXFileDataDetailViewController.m
// XJDFileDataDetailViewController.m
// healthQuestion
//
// Created by on 2023/5/4.
//
#import "YXFileDataDetailViewController.h"
#import "DetailTitleView.h"
#import "DetailUserInfoView.h"
#import "FileDataDeatilCenterView.h"
#import "BasicHealthInfoView.h"
#import "YXRecoredListDetailModel.h"
#import "XJDFileDataDetailViewController.h"
#import "XJDDetailTitleView.h"
#import "XJDDetailUserInfoView.h"
#import "XJDFileDataDeatilCenterView.h"
#import "XJDBasicHealthInfoView.h"
#import "XJDRecoredListDetailModel.h"
@interface YXFileDataDetailViewController ()
@interface XJDFileDataDetailViewController ()
@property (nonatomic, strong) DetailUserInfoView * infoView ;
@property (nonatomic, strong) XJDDetailUserInfoView * infoView ;
@property (nonatomic, strong) FileDataDeatilCenterView * detailView ;
@property (nonatomic, strong) XJDFileDataDeatilCenterView * detailView ;
@property (nonatomic, strong) BasicHealthInfoView * healthView;
@property (nonatomic, strong) XJDBasicHealthInfoView * healthView;
@property (nonatomic, strong) DetailTitleView * titleview;
@property (nonatomic, strong) XJDDetailTitleView * titleview;
@end
@implementation YXFileDataDetailViewController
@implementation XJDFileDataDetailViewController
- (void)viewDidLoad {
[super viewDidLoad];
@@ -54,27 +54,27 @@
mainScrollView.backgroundColor = KClearColor;
[self.view addSubview:mainScrollView];
DetailTitleView * titleview = [[DetailTitleView alloc] initWithFrame:CGRectMake(0, 0, mainScrollView.width, 33)];
XJDDetailTitleView * titleview = [[XJDDetailTitleView alloc] initWithFrame:CGRectMake(0, 0, mainScrollView.width, 33)];
self.titleview = titleview;
[mainScrollView addSubview:titleview];
//
DetailUserInfoView * infoView = [[DetailUserInfoView alloc] initWithFrame:CGRectMake(0, titleview.bottom, kScreenWidth - kRealValue(30), kRealValue(103))];
XJDDetailUserInfoView * infoView = [[XJDDetailUserInfoView alloc] initWithFrame:CGRectMake(0, titleview.bottom, kScreenWidth - kRealValue(30), kRealValue(103))];
self.infoView = infoView;
infoView.backgroundColor = KWhiteColor;
[mainScrollView addSubview:infoView];
//
FileDataDeatilCenterView * detailView = [[FileDataDeatilCenterView alloc] initWithFrame:CGRectMake(0, infoView.bottom + kRealValue(10), mainScrollView.width, 500)];
XJDFileDataDeatilCenterView * detailView = [[XJDFileDataDeatilCenterView alloc] initWithFrame:CGRectMake(0, infoView.bottom + kRealValue(10), mainScrollView.width, 500)];
[mainScrollView addSubview:detailView];
detailView.height = detailView.questionH;
detailView.layer.cornerRadius = 10;
self.detailView = detailView;
[HQCommonUtils addShadowToView:detailView];
[XJDCommonUtils addShadowToView:detailView];
BasicHealthInfoView * healthView = [[BasicHealthInfoView alloc] initWithFrame:CGRectMake(0,detailView.bottom + kRealValue(15), kScreenWidth - kRealValue(30), kRealValue(280))];
XJDBasicHealthInfoView * healthView = [[XJDBasicHealthInfoView alloc] initWithFrame:CGRectMake(0,detailView.bottom + kRealValue(15), kScreenWidth - kRealValue(30), kRealValue(280))];
healthView.backgroundColor = [UIColor whiteColor];
healthView.layer.cornerRadius = 10.0;
[HQCommonUtils addShadowToView:healthView];
[XJDCommonUtils addShadowToView:healthView];
self.healthView = healthView;
[mainScrollView addSubview:healthView];
@@ -88,7 +88,7 @@
[parmDic setObject:self.record_id forKey:@"id"];
YXNetAPI * recordApi = [[YXNetAPI alloc] init:self tag:@"RECORD" NeedToken:@""];
XJDNetAPI * recordApi = [[XJDNetAPI alloc] init:self tag:@"RECORD" NeedToken:@""];
[recordApi fileDetatilData:parmDic];
}
@@ -108,13 +108,13 @@
NSDictionary * dic = response;
YXRecoredListDetailModel * model = [YXRecoredListDetailModel modelWithDictionary:dic];
XJDRecoredListDetailModel * model = [XJDRecoredListDetailModel modelWithDictionary:dic];
//
YXReocrdconFamilyMembersDO * infoModel = [YXReocrdconFamilyMembersDO modelWithDictionary:model.conFamilyMembersDO];
XJDReocrdconFamilyMembersDO * infoModel = [XJDReocrdconFamilyMembersDO modelWithDictionary:model.conFamilyMembersDO];
self.infoView.userInfo = infoModel;
//
YXRecoredconMedicalRecordsListDO * medicalModel = [YXRecoredconMedicalRecordsListDO modelWithDictionary:model.conMedicalRecordsDO];
XJDRecoredconMedicalRecordsListDO * medicalModel = [XJDRecoredconMedicalRecordsListDO modelWithDictionary:model.conMedicalRecordsDO];
self.detailView.medicalModel = medicalModel;
self.titleview.createTime = medicalModel.createTime;
@@ -142,16 +142,16 @@
*/
//
//#import "YXFileDataDetailViewController.h"
//#import "DetailTitleView.h"
//#import "XJDFileDataDetailViewController.h"
//#import "XJDDetailTitleView.h"
//#import "DetailUserInfoView.h"
//#import "FileDataDeatilCenterView.h"
//#import "BasicHealthInfoView.h"
//#import "XJDFileDataDeatilCenterView.h"
//#import "XJDBasicHealthInfoView.h"
//#import "XLPhotoBrowser.h"
//#import "DoctorReportModel.h"
//@interface YXFileDataDetailViewController ()
//@interface XJDFileDataDetailViewController ()
//
//@property (nonatomic, strong) DetailTitleView * titleview;
//@property (nonatomic, strong) XJDDetailTitleView * titleview;
//
//
//@property (nonatomic, strong) UIScrollView * mainScrollView;
@@ -180,7 +180,7 @@
//
//@end
//
//@implementation YXFileDataDetailViewController
//@implementation XJDFileDataDetailViewController
//
//- (NSMutableArray *)healthArray {
//
@@ -240,11 +240,11 @@
// mainScrollView.backgroundColor = KClearColor;
// [self.view addSubview:mainScrollView];
//
// DetailTitleView * titleview = [[DetailTitleView alloc] initWithFrame:CGRectMake(0, 0, mainScrollView.width, 33)];
// XJDDetailTitleView * titleview = [[XJDDetailTitleView alloc] initWithFrame:CGRectMake(0, 0, mainScrollView.width, 33)];
// self.titleview = titleview;
// [mainScrollView addSubview:titleview];
//
// DetailUserInfoView * infoView = [[DetailUserInfoView alloc] initWithFrame:CGRectMake(0, titleview.bottom, kScreenWidth - kRealValue(30), kRealValue(103))];
// XJDDetailUserInfoView * infoView = [[XJDDetailUserInfoView alloc] initWithFrame:CGRectMake(0, titleview.bottom, kScreenWidth - kRealValue(30), kRealValue(103))];
// infoView.backgroundColor = KWhiteColor;
// self.userView = infoView;
// [mainScrollView addSubview:infoView];
@@ -392,7 +392,7 @@
// hosLeftLabel.textColor = UIColorHex(#666666);
// hosLeftLabel.font = SYSTEMFONT(13);
// hosLeftLabel.textAlignment = NSTextAlignmentLeft;
// CGFloat hosW = [HQCommonUtils getLengthFromText: @"就诊医院及科室:" andFontSize:13];
// CGFloat hosW = [XJDCommonUtils getLengthFromText: @"就诊医院及科室:" andFontSize:13];
// hosLeftLabel.width = hosW;
// [self.hospationView addSubview:hosLeftLabel];
//
@@ -412,7 +412,7 @@
// sickLeftLabel.font = SYSTEMFONT(13);
// sickLeftLabel.textAlignment = NSTextAlignmentLeft;
// self.sickLeftLabel = sickLeftLabel;
// CGFloat sickW = [HQCommonUtils getLengthFromText: @"诊断的疾病名:" andFontSize:13];
// CGFloat sickW = [XJDCommonUtils getLengthFromText: @"诊断的疾病名:" andFontSize:13];
// sickLeftLabel.width = hosW;
// [self.hospationView addSubview:sickLeftLabel];
//
@@ -468,7 +468,7 @@
//
// leftLabel.text = leftText;
//
// CGFloat w = [HQCommonUtils getLengthFromText:leftText andFontSize:13];
// CGFloat w = [XJDCommonUtils getLengthFromText:leftText andFontSize:13];
//
// leftLabel.font = SYSTEMFONT(13);
//
@@ -509,7 +509,7 @@
// [parmDic setObject:self.record_id forKey:@"id"];
// }
//
// YXNetAPI * recordApi = [[YXNetAPI alloc] init:self tag:@"RECORD" NeedToken:@""];
// XJDNetAPI * recordApi = [[XJDNetAPI alloc] init:self tag:@"RECORD" NeedToken:@""];
//
// [recordApi fileDetatilData:parmDic];
//
@@ -619,11 +619,11 @@
// self.hospationView.hidden = false;
//
// self.sicksLabel.text = [NSString stringWithFormat:@"%@",recordModel.lookOffice];
// self.sicksLabel.height = [HQCommonUtils getSpaceLabelHeight:self.sicksLabel withStr:self.sicksLabel.text withFont:[UIFont systemFontOfSize:14] withWidth:self.sicksLabel.width withLineSpacing:5];
// self.sicksLabel.height = [XJDCommonUtils getSpaceLabelHeight:self.sicksLabel withStr:self.sicksLabel.text withFont:[UIFont systemFontOfSize:14] withWidth:self.sicksLabel.width withLineSpacing:5];
//
// self.hospationNameLabel.text = [NSString stringWithFormat:@"%@",recordModel.lookMedicalName];
//
// self.hospationNameLabel.height = [HQCommonUtils getSpaceLabelHeight:self.sicksLabel withStr:self.sicksLabel.text withFont:[UIFont systemFontOfSize:14] withWidth:self.sicksLabel.width withLineSpacing:5];
// self.hospationNameLabel.height = [XJDCommonUtils getSpaceLabelHeight:self.sicksLabel withStr:self.sicksLabel.text withFont:[UIFont systemFontOfSize:14] withWidth:self.sicksLabel.width withLineSpacing:5];
//
// self.sickLeftLabel.top = self.hospationNameLabel.bottom + kRealValue(17);
//
@@ -1,5 +1,5 @@
//
// YXHistoricalRecordViewController.h
// XJDHistoricalRecordViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/5/4.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXHistoricalRecordViewController : YXBaseViewController
@interface XJDHistoricalRecordViewController : YXBaseViewController
@end
@@ -1,21 +1,21 @@
//
// YXHistoricalRecordViewController.m
// XJDHistoricalRecordViewController.m
// healthQuestion
//
// Created by on 2023/5/4.
//
#import "YXHistoricalRecordViewController.h"
#import "HQSearchView.h"
#import "HistoryRecordTable.h"
#import "XJDHistoricalRecordViewController.h"
#import "XJDSearchView.h"
#import "XJDHistoryRecordTable.h"
@interface YXHistoricalRecordViewController ()
@interface XJDHistoricalRecordViewController ()
@property (nonatomic, strong) HistoryRecordTable * homeTable;
@property (nonatomic, strong) XJDHistoryRecordTable * homeTable;
@end
@implementation YXHistoricalRecordViewController
@implementation XJDHistoricalRecordViewController
- (void)viewDidLoad {
[super viewDidLoad];
@@ -33,7 +33,7 @@
topView.backgroundColor = KWhiteColor;
[self.view addSubview:topView];
HQSearchView * seacrhView = [[HQSearchView alloc] initWithFrame:CGRectMake(0, 8, kScreenWidth, 35)];
XJDSearchView * seacrhView = [[XJDSearchView alloc] initWithFrame:CGRectMake(0, 8, kScreenWidth, 35)];
seacrhView.backgroundColor = KWhiteColor;
seacrhView.searchPlacehold = @"输入关键字搜索";
seacrhView.searchBlock = ^(NSString * _Nonnull fieldtext) {
@@ -41,7 +41,7 @@
};
[topView addSubview:seacrhView];
self.homeTable = [[HistoryRecordTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
self.homeTable = [[XJDHistoryRecordTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
[self.view addSubview:self.homeTable];
@@ -1,6 +1,6 @@
//
// YXCQAudioPlayManager.h
// EscortProject
// XJDCQAudioPlayManager.h
// DoctorXinjiang
//
// Created by 仁康信息 on 2023/12/5.
//
@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXCQAudioPlayManager : NSObject
@interface XJDCQAudioPlayManager : NSObject
+ (AVPlayer *)initWhithUrl:(NSURL *)avUrl;
@@ -1,13 +1,13 @@
//
// YXCQAudioPlayManager.m
// EscortProject
// XJDCQAudioPlayManager.m
// DoctorXinjiang
//
// Created by on 2023/12/5.
//
#import "YXCQAudioPlayManager.h"
#import "XJDCQAudioPlayManager.h"
@implementation YXCQAudioPlayManager
@implementation XJDCQAudioPlayManager
+ (AVPlayer *)initWhithUrl:(NSURL *)avUrl {
@@ -1,6 +1,6 @@
//
// YXDownToolsManager.h
// EscortProject
// XJDDownToolsManager.h
// DoctorXinjiang
//
// Created by 仁康信息 on 2023/12/1.
//
@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXDownToolsManager : NSObject <ReaderViewControllerDelegate>
@interface XJDDownToolsManager : NSObject <ReaderViewControllerDelegate>
+ (void)downLoadReportWithURL:(NSString *)PDFURL withFileName:(NSString *)fileName;
@@ -1,12 +1,12 @@
//
// YXDownToolsManager.m
// EscortProject
// XJDDownToolsManager.m
// DoctorXinjiang
//
// Created by on 2023/12/1.
//
#import "YXDownToolsManager.h"
@implementation YXDownToolsManager
#import "XJDDownToolsManager.h"
@implementation XJDDownToolsManager
+ (void)downLoadReportWithURL:(NSString *)PDFURL withFileName:(NSString *)fileName
{
@@ -65,7 +65,7 @@
ReaderViewController *readerViewController = [[ReaderViewController alloc] initWithReaderDocument:document];
readerViewController.delegate = self;
[[HQCommonUtils getCurrentVC] presentViewController:readerViewController animated:YES completion:nil];
[[XJDCommonUtils getCurrentVC] presentViewController:readerViewController animated:YES completion:nil];
}
}else{
@@ -82,7 +82,7 @@
}
#pragma mark ReaderViewControllerDelegate因为PDF阅读器可能是push出来的,也可能是present出来的,为了更好的效果,这个代理方法可以实现很好的退出
+ (void)dismissReaderViewController:(ReaderViewController *)viewController{
[[HQCommonUtils getCurrentVC] dismissViewControllerAnimated:YES completion:nil];
[[XJDCommonUtils getCurrentVC] dismissViewControllerAnimated:YES completion:nil];
}
#pragma 判断文件是否存在
@@ -1,6 +1,6 @@
//
// YXHealthPhyReportModel.h
// EscortProject
// XJDHealthPhyReportModel.h
// DoctorXinjiang
//
// Created by 仁康信息 on 2023/8/28.
//
@@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
//新增影像报告
@interface YXThirdResultResModel : NSObject
@interface XJDThirdResultResModel : NSObject
@property (nonatomic, copy) NSString * third_tId;
@property (nonatomic, copy) NSString * type;
@@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXImageItemListModel : NSObject
@interface XJDImageItemListModel : NSObject
@property (nonatomic, copy) NSString * imageCheckName;
@property (nonatomic, copy) NSString * imageShowUrl;
@@ -44,27 +44,27 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXSenResultResModel : NSObject
@interface XJDSenResultResModel : NSObject
@property (nonatomic, copy) NSString * uniItemClassId;
@property (nonatomic, copy) NSString * uniItemClassName;
@property (nonatomic, strong) NSArray<YXThirdResultResModel *> * thirdResultRes;
@property (nonatomic, strong) NSArray<XJDThirdResultResModel *> * thirdResultRes;
@end
@interface YXResultItemResListModel : NSObject
@interface XJDResultItemResListModel : NSObject
@property (nonatomic, copy) NSString * analysisId;
@property (nonatomic, copy) NSString * analysisName;
@property (nonatomic, copy) NSString * empBirthday;
@property (nonatomic, copy) NSString * medicalYear;
@property (nonatomic, assign) NSInteger rowNumber;
@property (nonatomic, strong) NSArray<YXSenResultResModel *> * senResultRes;
@property (nonatomic, strong) NSArray<YXThirdResultResModel *> * allResultArray;
@property (nonatomic, strong) NSArray<XJDSenResultResModel *> * senResultRes;
@property (nonatomic, strong) NSArray<XJDThirdResultResModel *> * allResultArray;
@end
@interface YXHealthPhyReportModel : NSObject
@interface XJDHealthPhyReportModel : NSObject
@property (nonatomic, copy) NSString * report_id;
@property (nonatomic, copy) NSString * userId;
@@ -89,9 +89,9 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, strong) NSArray<YXResultItemResListModel *> * resultItemResList;
@property (nonatomic, strong) NSArray<XJDResultItemResListModel *> * resultItemResList;
@property (nonatomic, strong) NSArray<YXImageItemListModel *> * imageItemList;
@property (nonatomic, strong) NSArray<XJDImageItemListModel *> * imageItemList;
@end
@@ -1,13 +1,13 @@
//
// YXHealthPhyReportModel.m
// EscortProject
// XJDHealthPhyReportModel.m
// DoctorXinjiang
//
// Created by on 2023/8/28.
//
#import "YXHealthPhyReportModel.h"
#import "XJDHealthPhyReportModel.h"
@implementation YXThirdResultResModel
@implementation XJDThirdResultResModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -18,20 +18,20 @@
@end
@implementation YXImageItemListModel
@implementation XJDImageItemListModel
@end
@implementation YXSenResultResModel
@implementation XJDSenResultResModel
+ (NSDictionary *)modelContainerPropertyGenericClass
{
return @{
@"thirdResultRes":[YXThirdResultResModel class]
@"thirdResultRes":[XJDThirdResultResModel class]
};
}
@@ -40,14 +40,14 @@
@end
@implementation YXResultItemResListModel
@implementation XJDResultItemResListModel
+ (NSDictionary *)modelContainerPropertyGenericClass
{
return @{
@"senResultRes":[YXSenResultResModel class],
@"allResultArray":[YXThirdResultResModel class]
@"senResultRes":[XJDSenResultResModel class],
@"allResultArray":[XJDThirdResultResModel class]
};
}
@@ -56,7 +56,7 @@
@end
@implementation YXHealthPhyReportModel
@implementation XJDHealthPhyReportModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -69,8 +69,8 @@
{
return @{
@"resultItemResList":[YXResultItemResListModel class],
@"imageItemList":[YXImageItemListModel class]
@"resultItemResList":[XJDResultItemResListModel class],
@"imageItemList":[XJDImageItemListModel class]
};
}
@@ -1,6 +1,6 @@
//
// YXLookReportImageViewController.h
// EscortProject
// XJDLookReportImageViewController.h
// DoctorXinjiang
//
// Created by Apple on 2024/2/26.
//
@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXLookReportImageViewController : YXBaseViewController
@interface XJDLookReportImageViewController : YXBaseViewController
@property (nonatomic, strong) NSString * webTitle;
@@ -1,13 +1,13 @@
//
// YXLookReportImageViewController.m
// EscortProject
// XJDLookReportImageViewController.m
// DoctorXinjiang
//
// Created by Apple on 2024/2/26.
//
#import "YXLookReportImageViewController.h"
#import "XJDLookReportImageViewController.h"
@interface YXLookReportImageViewController ()<UINavigationControllerDelegate, UIImagePickerControllerDelegate>
@interface XJDLookReportImageViewController ()<UINavigationControllerDelegate, UIImagePickerControllerDelegate>
@property (nonatomic, strong)NSURL *originalUrl;
@property (nonatomic, copy)NSString *videoUrl;
@@ -16,7 +16,7 @@
@end
@implementation YXLookReportImageViewController
@implementation XJDLookReportImageViewController
#pragma mark - LifeCycle
@@ -1,5 +1,5 @@
//
// YXQuestionDetailViewController.h
// XJDQuestionDetailViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/4/27.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionDetailViewController : YXBaseViewController
@interface XJDQuestionDetailViewController : YXBaseViewController
@property (nonatomic, copy) NSString * question_id;
@@ -1,23 +1,23 @@
//
// YXQuestionDetailViewController.m
// XJDQuestionDetailViewController.m
// healthQuestion
//
// Created by on 2023/4/27.
//
#import "YXQuestionDetailViewController.h"
#import "DetailUserInfoView.h"
#import "DetailTitleView.h"
#import "QuestionAppointmentTimeView.h"
#import "QuestionFileDataView.h"
#import "QuestionHealthInfoView.h"
#import "QuestionReportView.h"
#import "YXRecoredListDetailModel.h"
#import "YXQuestionBodyReportModel.h"
#import "RefuseQuestionPopView.h"
#import "YXCancelReasonModel.h"
#import "YXFileDataDetailViewController.h"
#import "YXDTTestView.h"
#import "XJDQuestionDetailViewController.h"
#import "XJDDetailUserInfoView.h"
#import "XJDDetailTitleView.h"
#import "XJDQuestionAppointmentTimeView.h"
#import "XJDQuestionFileDataView.h"
#import "XJDQuestionHealthInfoView.h"
#import "XJDQuestionReportView.h"
#import "XJDRecoredListDetailModel.h"
#import "XJDQuestionBodyReportModel.h"
#import "XJDRefuseQuestionPopView.h"
#import "XJDCancelReasonModel.h"
#import "XJDFileDataDetailViewController.h"
#import "XJDTTestView.h"
#import "TUIConversationListBaseDataProvider.h"
#import <ImSDK_Plus/ImSDK_Plus.h>
@@ -25,21 +25,21 @@
#import <TUICore/TUICore.h>
#import <TUICore/TUILogin.h>
#import "TUIConversationCellData.h"
@interface YXQuestionDetailViewController ()<TUICallObserver>
@interface XJDQuestionDetailViewController ()<TUICallObserver>
@property (nonatomic, strong) UIScrollView * mainScrollView;
@property (nonatomic, strong) DetailTitleView * titleview;
@property (nonatomic, strong) XJDDetailTitleView * titleview;
@property (nonatomic, strong) DetailUserInfoView * infoView;
@property (nonatomic, strong) XJDDetailUserInfoView * infoView;
@property (nonatomic, strong) QuestionAppointmentTimeView * timeView;
@property (nonatomic, strong) XJDQuestionAppointmentTimeView * timeView;
@property (nonatomic, strong) QuestionFileDataView * fileView;
@property (nonatomic, strong) XJDQuestionFileDataView * fileView;
@property (nonatomic, strong) QuestionReportView * reportView;
@property (nonatomic, strong) XJDQuestionReportView * reportView;
@property (nonatomic, strong) QuestionHealthInfoView * healthView;
@property (nonatomic, strong) XJDQuestionHealthInfoView * healthView;
@property (nonatomic, strong) UIView * questionStartView;
@@ -49,7 +49,7 @@
@property (nonatomic, strong) UIButton * sendVideBtn;
@property (nonatomic, strong) RefuseQuestionPopView * popView;
@property (nonatomic, strong) XJDRefuseQuestionPopView * popView;
@property (nonatomic, copy) NSString * conSession_id;
@@ -68,17 +68,17 @@
@property (nonatomic, copy) NSString * endPhoneID;
@property (nonatomic, strong) YXRecoredDetailConsessionModel * timeModel;
@property (nonatomic, strong) XJDRecoredDetailConsessionModel * timeModel;
@end
@implementation YXQuestionDetailViewController
@implementation XJDQuestionDetailViewController
- (RefuseQuestionPopView *)popView {
- (XJDRefuseQuestionPopView *)popView {
if (!_popView) {
MJWeakSelf
_popView = [[RefuseQuestionPopView alloc] initWithFrame:CGRectMake(0, 0, kScreenWidth, kScreenHeight)];
_popView = [[XJDRefuseQuestionPopView alloc] initWithFrame:CGRectMake(0, 0, kScreenWidth, kScreenHeight)];
_popView.upBlock = ^{
};
@@ -121,23 +121,23 @@
self.mainScrollView.backgroundColor = KClearColor;
[self.view addSubview:self.mainScrollView];
DetailTitleView * titleview = [[DetailTitleView alloc] initWithFrame:CGRectMake(0, 0, self.mainScrollView.width, 33)];
XJDDetailTitleView * titleview = [[XJDDetailTitleView alloc] initWithFrame:CGRectMake(0, 0, self.mainScrollView.width, 33)];
self.titleview = titleview;
[self.mainScrollView addSubview:titleview];
//
DetailUserInfoView * infoView = [[DetailUserInfoView alloc] initWithFrame:CGRectMake(0, titleview.bottom, kScreenWidth - kRealValue(30), kRealValue(103))];
XJDDetailUserInfoView * infoView = [[XJDDetailUserInfoView alloc] initWithFrame:CGRectMake(0, titleview.bottom, kScreenWidth - kRealValue(30), kRealValue(103))];
infoView.backgroundColor = KWhiteColor;
self.infoView = infoView;
[self.mainScrollView addSubview:infoView];
//
QuestionAppointmentTimeView * timeView = [[QuestionAppointmentTimeView alloc] initWithFrame:CGRectMake(0, infoView.bottom + 1, kScreenWidth - kRealValue(30), kRealValue(64))];
XJDQuestionAppointmentTimeView * timeView = [[XJDQuestionAppointmentTimeView alloc] initWithFrame:CGRectMake(0, infoView.bottom + 1, kScreenWidth - kRealValue(30), kRealValue(64))];
timeView.backgroundColor = KWhiteColor;
self.timeView = timeView;
[self.mainScrollView addSubview:timeView];
//
QuestionFileDataView * fileView = [[QuestionFileDataView alloc] initWithFrame:CGRectMake(0, timeView.bottom, kScreenWidth - kRealValue(30), kRealValue(64))];
XJDQuestionFileDataView * fileView = [[XJDQuestionFileDataView alloc] initWithFrame:CGRectMake(0, timeView.bottom, kScreenWidth - kRealValue(30), kRealValue(64))];
fileView.backgroundColor = KWhiteColor;
fileView.height = fileView.fileHeight;
self.fileView = fileView;
@@ -146,13 +146,13 @@
};
[self.mainScrollView addSubview:fileView];
//
QuestionHealthInfoView * healthView = [[QuestionHealthInfoView alloc] initWithFrame:CGRectMake(0, fileView.bottom +1, kScreenWidth - kRealValue(30), kRealValue(1))];
XJDQuestionHealthInfoView * healthView = [[XJDQuestionHealthInfoView alloc] initWithFrame:CGRectMake(0, fileView.bottom +1, kScreenWidth - kRealValue(30), kRealValue(1))];
healthView.backgroundColor = KWhiteColor;
self.healthView = healthView;
self.questionStartView.layer.cornerRadius = 10.0;
[self.mainScrollView addSubview:healthView];
//
QuestionReportView * reportView = [[QuestionReportView alloc] initWithFrame:CGRectMake(0, healthView.bottom +1, kScreenWidth - kRealValue(30), kRealValue(100))];
XJDQuestionReportView * reportView = [[XJDQuestionReportView alloc] initWithFrame:CGRectMake(0, healthView.bottom +1, kScreenWidth - kRealValue(30), kRealValue(100))];
reportView.backgroundColor = KWhiteColor;
self.reportView = reportView;
self.reportView.layer.cornerRadius = 10.0;
@@ -238,7 +238,7 @@
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:self.question_id forKey:@"id"];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"DeatilAPI" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"DeatilAPI" NeedToken:@""];
[detailApi GetRecoredQuestionDetail:parmDic];
}
@@ -247,7 +247,7 @@
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"REASOURAPI" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"REASOURAPI" NeedToken:@""];
[detailApi GetCancelReasourData:parmDic];
@@ -269,13 +269,13 @@
[self hiddenAllMBProgressHUD];
NSDictionary * dic = response;
YXRecoredListDetailModel * model = [YXRecoredListDetailModel modelWithDictionary:dic];
XJDRecoredListDetailModel * model = [XJDRecoredListDetailModel modelWithDictionary:dic];
YXReocrdconFamilyMembersDO * infoModel = [YXReocrdconFamilyMembersDO modelWithDictionary:model.conFamilyMembersDO];
XJDReocrdconFamilyMembersDO * infoModel = [XJDReocrdconFamilyMembersDO modelWithDictionary:model.conFamilyMembersDO];
YXRecoredDetailConsessionModel * timeModel = [YXRecoredDetailConsessionModel modelWithDictionary:model.conSession];
XJDRecoredDetailConsessionModel * timeModel = [XJDRecoredDetailConsessionModel modelWithDictionary:model.conSession];
self.timeModel = timeModel;
YXRecoredconMedicalRecordsListDO * medicalModel = [YXRecoredconMedicalRecordsListDO modelWithDictionary:model.conMedicalRecordsListDO];
XJDRecoredconMedicalRecordsListDO * medicalModel = [XJDRecoredconMedicalRecordsListDO modelWithDictionary:model.conMedicalRecordsListDO];
//ID
self.conSession_id = timeModel.consession_id;
self.record_id = medicalModel.dangan_id;
@@ -394,7 +394,7 @@
for (NSDictionary * reasourDic in array) {
YXCancelReasonModel * model = [YXCancelReasonModel modelWithDictionary:reasourDic];
XJDCancelReasonModel * model = [XJDCancelReasonModel modelWithDictionary:reasourDic];
[dataArray addObject:model];
@@ -426,11 +426,11 @@
NSDictionary * pamrDic = response;
IMUserInfoModel * model = [IMUserInfoModel modelWithDictionary:pamrDic];
XJDIMUserInfoModel * model = [XJDIMUserInfoModel modelWithDictionary:pamrDic];
IMUserInfoModel * iminfoModel = [[IMUserInfoModel alloc] init];
XJDIMUserInfoModel * iminfoModel = [[XJDIMUserInfoModel alloc] init];
iminfoModel.IMInfo = pamrDic;
[HQCommonUtils keyedArchiverWithData:iminfoModel key:IMLoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:iminfoModel key:IMLoginUserInfo];
// 1. IM SDKAppID
// 2. config
@@ -565,7 +565,7 @@
- (void)loginImAccount {
YXNetAPI * proctocolApi = [[YXNetAPI alloc] init:self tag:@"IMAPI" NeedToken:nil];
XJDNetAPI * proctocolApi = [[XJDNetAPI alloc] init:self tag:@"IMAPI" NeedToken:nil];
[proctocolApi GetIMLoginAccount:nil];
@@ -585,7 +585,7 @@
[parmDic setObject:byID forKey:@"userId"];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"BodyApi" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"BodyApi" NeedToken:@""];
[detailApi getBodyReportDeatil:parmDic];
@@ -609,7 +609,7 @@
[self showMBProgressHUDWithString:@"视频通话请求中..." autoHidden:NO];
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:self.question_id forKey:@"sessionId"];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"STARSENDVIDE" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"STARSENDVIDE" NeedToken:@""];
[detailApi getSendVideoStart:parmDic];
}
@@ -622,7 +622,7 @@
[parmDic setObject:rejectReason forKey:@"rejectReason"];
[parmDic setObject:reasonType forKey:@"reasonType"];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"SUBMITREASOUR" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"SUBMITREASOUR" NeedToken:@""];
[detailApi submitCancelreasourData:parmDic];
@@ -630,7 +630,7 @@
//
- (void)waitAcceptAction {
YXDTTestView *vi = [[YXDTTestView alloc]initWithFrame:CGRectMake(0, 0, kScreenWidth, kScreenHeight)];
XJDTTestView *vi = [[XJDTTestView alloc]initWithFrame:CGRectMake(0, 0, kScreenWidth, kScreenHeight)];
[kAppWindow addSubview:vi];
vi.returnBlock = ^(NSString *startTime, NSString *endTime) {
NSLog(@"开始时间 = %@", startTime);
@@ -640,7 +640,7 @@
[parmDic setObject:startTime forKey:@"startTime"];
[parmDic setObject:endTime forKey:@"endTime"];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"ACCEPTQUESTION" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"ACCEPTQUESTION" NeedToken:@""];
[detailApi getAcceptQuestion:parmDic];
@@ -650,7 +650,7 @@
//
-(void)againSendVideoTime {
YXDTTestView *vi = [[YXDTTestView alloc]initWithFrame:CGRectMake(0, 0, kScreenWidth, kScreenHeight)];
XJDTTestView *vi = [[XJDTTestView alloc]initWithFrame:CGRectMake(0, 0, kScreenWidth, kScreenHeight)];
[kAppWindow addSubview:vi];
vi.returnBlock = ^(NSString *startTime, NSString *endTime) {
NSLog(@"开始时间 = %@", startTime);
@@ -661,7 +661,7 @@
[parmDic setObject:endTime forKey:@"endTime"];
[parmDic setObject:@(1) forKey:@"type"];
[self showMBProgressHUDWithString:@"重新预约中" autoHidden:false];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"AgainQuestion" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"AgainQuestion" NeedToken:@""];
[detailApi getAgainSessionReservationDate:parmDic];
};
@@ -671,7 +671,7 @@
//
- (void)lookFileDetail {
YXFileDataDetailViewController * detalVC = [[YXFileDataDetailViewController alloc] init];
XJDFileDataDetailViewController * detalVC = [[XJDFileDataDetailViewController alloc] init];
detalVC.record_id = self.record_id;
[self.navigationController pushViewController:detalVC animated:YES];
@@ -685,7 +685,7 @@
[parmDic setObject:@"" forKey:@"startTime"];
[parmDic setObject:@"" forKey:@"endTime"];
[parmDic setObject:@(2) forKey:@"type"];
YXNetAPI * detailApi = [[YXNetAPI alloc] init:self tag:@"beginVideo" NeedToken:@""];
XJDNetAPI * detailApi = [[XJDNetAPI alloc] init:self tag:@"beginVideo" NeedToken:@""];
[detailApi getAgainSessionReservationDate:parmDic];
}
@@ -695,7 +695,7 @@
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:self.endPhoneID forKey:@"id"];
YXNetAPI * endApi = [[YXNetAPI alloc] init:self tag:@"ENDVideo" NeedToken:@""];
XJDNetAPI * endApi = [[XJDNetAPI alloc] init:self tag:@"ENDVideo" NeedToken:@""];
[endApi getendVideoReportById:parmDic];
@@ -725,7 +725,7 @@
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:self.question_id forKey:@"id"];
YXNetAPI * endApi = [[YXNetAPI alloc] init:self tag:@"ENDPICTUREAPI" NeedToken:@""];
XJDNetAPI * endApi = [[XJDNetAPI alloc] init:self tag:@"ENDPICTUREAPI" NeedToken:@""];
[endApi GetEndPictureEndIMQuestion:parmDic];
}
@@ -0,0 +1,19 @@
//
// XJDSickNameSubTableViewCell.h
// DoctorXinjiang
//
// Created by 仁康信息 on 2023/8/29.
//
#import <UIKit/UIKit.h>
#import "XJDHealthPhyReportModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XJDSickNameSubTableViewCell : UITableViewCell
@property (nonatomic, strong) XJDThirdResultResModel * model;
@end
NS_ASSUME_NONNULL_END
@@ -1,14 +1,14 @@
//
// YXSickNameSubTableViewCell.m
// EscortProject
// XJDSickNameSubTableViewCell.m
// DoctorXinjiang
//
// Created by on 2023/8/29.
//
#import "YXSickNameSubTableViewCell.h"
#import "XJDSickNameSubTableViewCell.h"
@interface YXSickNameSubTableViewCell ()
@interface XJDSickNameSubTableViewCell ()
@property (nonatomic, strong) UILabel * nameLabel;
@property (nonatomic, strong) UILabel * resultLabel;
@@ -18,7 +18,7 @@
@property (nonatomic, strong) UIView * popbackView;
@end
@implementation YXSickNameSubTableViewCell
@implementation XJDSickNameSubTableViewCell
- (void)awakeFromNib {
[super awakeFromNib];
@@ -119,7 +119,7 @@
[headView addSubview:lin_bottom];
}
- (void)setModel:(YXThirdResultResModel *)model {
- (void)setModel:(XJDThirdResultResModel *)model {
_model = model;
@@ -189,7 +189,7 @@
connteLabel.textColor = CFontColor1;
[centerView addSubview:connteLabel];
CGFloat h = [HQCommonUtils getSpaceLabelHeight:connteLabel AndLeftisTrue:true withStr:connteLabel.text withFont:[UIFont systemFontOfSize:14] withWidth:connteLabel.width withLineSpacing:5];
CGFloat h = [XJDCommonUtils getSpaceLabelHeight:connteLabel AndLeftisTrue:true withStr:connteLabel.text withFont:[UIFont systemFontOfSize:14] withWidth:connteLabel.width withLineSpacing:5];
connteLabel.height = h;
@@ -1,19 +1,19 @@
//
// YXSickNameTopTableViewCell.h
// EscortProject
// XJDSickNameTopTableViewCell.h
// DoctorXinjiang
//
// Created by 仁康信息 on 2023/8/29.
//
#import <UIKit/UIKit.h>
#import "YXHealthPhyReportModel.h"
#import "XJDHealthPhyReportModel.h"
NS_ASSUME_NONNULL_BEGIN
typedef void(^onekeyQuestionBlock)(NSString * itemID);
@interface YXSickNameTopTableViewCell : UITableViewCell
@interface XJDSickNameTopTableViewCell : UITableViewCell
@property (nonatomic, strong) YXThirdResultResModel * model;
@property (nonatomic, strong) XJDThirdResultResModel * model;
@property (nonatomic, copy) onekeyQuestionBlock itemBlock;
@property (nonatomic, copy) NSString * uniItemClassId;
@property (nonatomic, assign) NSInteger questionType;
@@ -1,20 +1,20 @@
//
// SickNameTopTableViewCell.m
// EscortProject
// DoctorXinjiang
//
// Created by on 2023/8/29.
//
#import "YXSickNameTopTableViewCell.h"
#import "XJDSickNameTopTableViewCell.h"
@interface YXSickNameTopTableViewCell ()
@interface XJDSickNameTopTableViewCell ()
@property (nonatomic, strong ) UILabel * sickNameLabel;
@property (nonatomic, strong ) YYLabel * oneKeyLabel;
@end
@implementation YXSickNameTopTableViewCell
@implementation XJDSickNameTopTableViewCell
- (void)awakeFromNib {
[super awakeFromNib];
@@ -102,7 +102,7 @@
[headView addSubview:zhiLabel];
}
- (void)setModel:(YXThirdResultResModel *)model {
- (void)setModel:(XJDThirdResultResModel *)model {
_model = model;
@@ -1,19 +1,19 @@
//
// YXimageReportTableViewCell.h
// EscortProject
// XJDimageReportTableViewCell.h
// DoctorXinjiang
//
// Created by Apple on 2024/2/23.
//
#import <UIKit/UIKit.h>
#import "YXHealthPhyReportModel.h"
#import "XJDHealthPhyReportModel.h"
NS_ASSUME_NONNULL_BEGIN
typedef void(^lookUserReport)(NSString * lookUrl);
@interface YXimageReportTableViewCell : UITableViewCell
@interface XJDimageReportTableViewCell : UITableViewCell
@property (nonatomic, strong) YXImageItemListModel * model;
@property (nonatomic, strong) XJDImageItemListModel * model;
@property (nonatomic, copy) lookUserReport lookBlock;
@@ -1,13 +1,13 @@
//
// imageReportTableViewCell.m
// EscortProject
// DoctorXinjiang
//
// Created by Apple on 2024/2/23.
//
#import "YXimageReportTableViewCell.h"
#import "XJDimageReportTableViewCell.h"
@interface YXimageReportTableViewCell ()
@interface XJDimageReportTableViewCell ()
@property (nonatomic, strong) UILabel * reportLabel;
@@ -24,7 +24,7 @@
@end
@implementation YXimageReportTableViewCell
@implementation XJDimageReportTableViewCell
- (NSMutableArray *)buttonArray {
@@ -104,7 +104,7 @@
}
- (void)setModel:(YXImageItemListModel *)model {
- (void)setModel:(XJDImageItemListModel *)model {
_model = model;
@@ -1,19 +0,0 @@
//
// YXSickNameSubTableViewCell.h
// EscortProject
//
// Created by 仁康信息 on 2023/8/29.
//
#import <UIKit/UIKit.h>
#import "YXHealthPhyReportModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface YXSickNameSubTableViewCell : UITableViewCell
@property (nonatomic, strong) YXThirdResultResModel * model;
@end
NS_ASSUME_NONNULL_END
@@ -1,5 +1,5 @@
//
// YXAudioVideoRecordViewController.h
// XJDAudioVideoRecordViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/4/28.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXAudioVideoRecordViewController : YXBaseViewController
@interface XJDAudioVideoRecordViewController : YXBaseViewController
@property (nonatomic, assign) NSInteger questionType;
@property (nonatomic, assign) NSInteger questionStatus; //待回复10 进行中20 已完成30 (时间充裕可优化枚举类型)
@@ -1,18 +1,18 @@
//
// YXAudioVideoRecordViewController.m
// XJDAudioVideoRecordViewController.m
// healthQuestion
//
// Created by on 2023/4/28.
//
#import "YXAudioVideoRecordViewController.h"
#import "QuestionRecoredTable.h"
#import "YXQuestionDetailViewController.h"
#import "XJDAudioVideoRecordViewController.h"
#import "XJDQuestionRecoredTable.h"
#import "XJDQuestionDetailViewController.h"
#import "LYEmptyView.h"
#import "LYEmptyViewHeader.h"
@interface YXAudioVideoRecordViewController ()
@interface XJDAudioVideoRecordViewController ()
@property (nonatomic, strong) QuestionRecoredTable * homeTable;
@property (nonatomic, strong) XJDQuestionRecoredTable * homeTable;
@property (nonatomic, strong) NSMutableArray * buttonArray;
@@ -24,7 +24,7 @@
@end
@implementation YXAudioVideoRecordViewController
@implementation XJDAudioVideoRecordViewController
- (NSMutableArray *)dataArray {
@@ -60,7 +60,7 @@
- (void)createData {
[self showMBProgressHUDWithString:@"数据加载中,请稍候..." autoHidden:NO];
YXNetAPI * listApi = [[YXNetAPI alloc] init:self tag:@"LIST" NeedToken:@""];
XJDNetAPI * listApi = [[XJDNetAPI alloc] init:self tag:@"LIST" NeedToken:@""];
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:@(self.pageNo) forKey:@"pageNo"];
@@ -103,11 +103,11 @@
self.homeTable = [[QuestionRecoredTable alloc] initWithFrame:CGRectMake(0, 50, kScreenWidth, kScreenHeight - kTopHeight - kRealValue(15) + 27 - SafetyAreaHeight - kRealValue(48)) style:UITableViewStyleGrouped];
self.homeTable = [[XJDQuestionRecoredTable alloc] initWithFrame:CGRectMake(0, 50, kScreenWidth, kScreenHeight - kTopHeight - kRealValue(15) + 27 - SafetyAreaHeight - kRealValue(48)) style:UITableViewStyleGrouped];
MJWeakSelf
self.homeTable.videoBlock = ^(YXRecordIMListDateModel * _Nonnull model) {
self.homeTable.videoBlock = ^(XJDRecordIMListDateModel * _Nonnull model) {
YXQuestionDetailViewController * detailVC = [[YXQuestionDetailViewController alloc] init];
XJDQuestionDetailViewController * detailVC = [[XJDQuestionDetailViewController alloc] init];
detailVC.question_id = model.Record_id;
[weakSelf.navigationController pushViewController:detailVC animated:YES];
@@ -228,7 +228,7 @@
for (NSDictionary * dic in array) {
YXRecordIMListDateModel * model = [YXRecordIMListDateModel modelWithDictionary:dic];
XJDRecordIMListDateModel * model = [XJDRecordIMListDateModel modelWithDictionary:dic];
[self.dataArray addObject:model];
}
@@ -1,5 +1,5 @@
//
// YXQustionRecordViewController.h
// XJDPictureRecordViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/4/28.
@@ -9,8 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXQustionRecordViewController : YXBaseViewController
@interface XJDPictureRecordViewController : YXBaseViewController
@property (nonatomic, assign) NSInteger questionType;
@property (nonatomic, assign) NSInteger questionStatus; //待回复10 进行中20 已完成30 (时间充裕可优化枚举类型)
@@ -1,14 +1,14 @@
//
// YXPictureRecordViewController.m
// XJDPictureRecordViewController.m
// healthQuestion
//
// Created by on 2023/4/28.
//
#import "YXPictureRecordViewController.h"
#import "QuestionRecoredTable.h"
#import "YXQuestionRecordModel.h"
#import "YXRecordIMListDateModel.h"
#import "XJDPictureRecordViewController.h"
#import "XJDQuestionRecoredTable.h"
#import "XJDQuestionRecordModel.h"
#import "XJDRecordIMListDateModel.h"
#import "ChatViewController.h"
#import "TUIConversationListBaseDataProvider.h"
@@ -20,9 +20,9 @@
#import "TUIConversationCellData.h"
#import "LYEmptyView.h"
#import "LYEmptyViewHeader.h"
@interface YXPictureRecordViewController ()<V2TIMSDKListener,V2TIMConversationListener>
@interface XJDPictureRecordViewController ()<V2TIMSDKListener,V2TIMConversationListener>
@property (nonatomic, strong) QuestionRecoredTable * homeTable;
@property (nonatomic, strong) XJDQuestionRecoredTable * homeTable;
@property (nonatomic, strong) NSMutableArray * buttonArray;
@@ -44,7 +44,7 @@
@end
@implementation YXPictureRecordViewController
@implementation XJDPictureRecordViewController
- (NSMutableArray *)buttonArray {
@@ -136,8 +136,8 @@
self.homeTable = [[QuestionRecoredTable alloc] initWithFrame:CGRectMake(0, 50, kScreenWidth, kScreenHeight - kTopHeight - kRealValue(15) + 27 - SafetyAreaHeight - kRealValue(48)) style:UITableViewStyleGrouped];
self.homeTable.recordBlock = ^(YXRecordIMListDateModel * _Nonnull model) {
self.homeTable = [[XJDQuestionRecoredTable alloc] initWithFrame:CGRectMake(0, 50, kScreenWidth, kScreenHeight - kTopHeight - kRealValue(15) + 27 - SafetyAreaHeight - kRealValue(48)) style:UITableViewStyleGrouped];
self.homeTable.recordBlock = ^(XJDRecordIMListDateModel * _Nonnull model) {
if ([ESCTUIManager TUIUserStatus] == false) {
@@ -237,7 +237,7 @@
- (void)createData {
[self showMBProgressHUDWithString:@"数据加载中,请稍候..." autoHidden:false];
YXNetAPI * listApi = [[YXNetAPI alloc] init:self tag:@"LIST" NeedToken:@""];
XJDNetAPI * listApi = [[XJDNetAPI alloc] init:self tag:@"LIST" NeedToken:@""];
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:@(self.pageNo) forKey:@"pageNo"];
@@ -307,7 +307,7 @@
[parmDic setObject:@"0" forKey:@"tfReply"];
[self showMBProgressHUDWithString:@"数据加载中,请稍候..." autoHidden:false];
YXNetAPI * recordApi = [[YXNetAPI alloc] init:self tag:@"GROUPID" NeedToken:@""];
XJDNetAPI * recordApi = [[XJDNetAPI alloc] init:self tag:@"GROUPID" NeedToken:@""];
[recordApi PostGroupIDArray:parmDic];
}
@@ -321,7 +321,7 @@
[parmDic setObject:@"1" forKey:@"tfReply"];
[self showMBProgressHUDWithString:@"数据加载中,请稍候..." autoHidden:false];
YXNetAPI * recordApi = [[YXNetAPI alloc] init:self tag:@"GROUPIDING" NeedToken:@""];
XJDNetAPI * recordApi = [[XJDNetAPI alloc] init:self tag:@"GROUPIDING" NeedToken:@""];
[recordApi PostGroupIDArray:parmDic];
}
@@ -404,7 +404,7 @@
for (NSDictionary * dic in array) {
YXRecordIMListDateModel * model = [YXRecordIMListDateModel modelWithDictionary:dic];
XJDRecordIMListDateModel * model = [XJDRecordIMListDateModel modelWithDictionary:dic];
[self.dataArray addObject:model];
}
@@ -416,11 +416,11 @@
[self hiddenAllMBProgressHUD];
NSDictionary * pamrDic = response;
IMUserInfoModel * model = [IMUserInfoModel modelWithDictionary:pamrDic];
XJDIMUserInfoModel * model = [XJDIMUserInfoModel modelWithDictionary:pamrDic];
IMUserInfoModel * iminfoModel = [[IMUserInfoModel alloc] init];
XJDIMUserInfoModel * iminfoModel = [[XJDIMUserInfoModel alloc] init];
iminfoModel.IMInfo = pamrDic;
[HQCommonUtils keyedArchiverWithData:iminfoModel key:IMLoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:iminfoModel key:IMLoginUserInfo];
// 1. IM SDKAppID
// 2. config
@@ -450,7 +450,7 @@
for (NSDictionary * parmDic in array) {
YXRecordIMListDateModel * model = [ YXRecordIMListDateModel modelWithDictionary:parmDic];
XJDRecordIMListDateModel * model = [ XJDRecordIMListDateModel modelWithDictionary:parmDic];
for ( V2TIMConversation * v2Model in self.IMDataArray) {
if ([model.imId isEqualToString:v2Model.groupID]) {
DLog(@"------------%d",v2Model.unreadCount);
@@ -472,7 +472,7 @@
for (NSDictionary * parmDic in array) {
YXRecordIMListDateModel * model = [ YXRecordIMListDateModel modelWithDictionary:parmDic];
XJDRecordIMListDateModel * model = [ XJDRecordIMListDateModel modelWithDictionary:parmDic];
for ( V2TIMConversation * v2Model in self.IMDataArray) {
if ([model.imId isEqualToString:v2Model.groupID]) {
DLog(@"------------%d",v2Model.unreadCount);
@@ -526,7 +526,7 @@
- (void)loginImAccount {
YXNetAPI * proctocolApi = [[YXNetAPI alloc] init:self tag:@"IMAPI" NeedToken:nil];
XJDNetAPI * proctocolApi = [[XJDNetAPI alloc] init:self tag:@"IMAPI" NeedToken:nil];
[proctocolApi GetIMLoginAccount:nil];
@@ -1,5 +1,5 @@
//
// YXPictureRecordViewController.h
// XJDQustionRecordViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/4/28.
@@ -9,7 +9,8 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXPictureRecordViewController : YXBaseViewController
@interface XJDQustionRecordViewController : YXBaseViewController
@property (nonatomic, assign) NSInteger questionType;
@property (nonatomic, assign) NSInteger questionStatus; //待回复10 进行中20 已完成30 (时间充裕可优化枚举类型)
@@ -5,11 +5,11 @@
// Created by on 2023/4/28.
//
#import "YXQustionRecordViewController.h"
#import "YXAudioVideoRecordViewController.h"
#import "YXPictureRecordViewController.h"
#import "XJDQustionRecordViewController.h"
#import "XJDAudioVideoRecordViewController.h"
#import "XJDPictureRecordViewController.h"
@interface YXQustionRecordViewController ()<UICollectionViewDataSource,UICollectionViewDelegate>
@interface XJDQustionRecordViewController ()<UICollectionViewDataSource,UICollectionViewDelegate>
/** 顶部控件*/
@property (nonatomic, weak) UIScrollView *topView;
@@ -24,7 +24,7 @@
@end
@implementation YXQustionRecordViewController
@implementation XJDQustionRecordViewController
#pragma mark - 懒加载
- (NSMutableArray *)titleButtons {
@@ -69,14 +69,14 @@
#pragma mark - 添加所有的子控制器
- (void)setupAllChildViewController {
//questionStatus //10 20 30 ()
YXPictureRecordViewController * pictureVc = [[YXPictureRecordViewController alloc] init];
XJDPictureRecordViewController * pictureVc = [[XJDPictureRecordViewController alloc] init];
pictureVc.view.backgroundColor = UIColorBackground;
pictureVc.navigationItem.title = @"图文咨询";
pictureVc.questionStatus = self.questionStatus;
[self addChildViewController:pictureVc];
//
YXAudioVideoRecordViewController * videoVc = [[YXAudioVideoRecordViewController alloc] init];
XJDAudioVideoRecordViewController * videoVc = [[XJDAudioVideoRecordViewController alloc] init];
videoVc.view.backgroundColor = UIColorBackground;
videoVc.navigationItem.title = @"视频咨询";
videoVc.questionStatus = self.questionStatus;
@@ -1,5 +1,5 @@
//
// YXQuestionStatisticsViewController.h
// XJDQuestionStatisticsViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/4/26.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionStatisticsViewController : YXBaseViewController
@interface XJDQuestionStatisticsViewController : YXBaseViewController
@end
@@ -1,18 +1,18 @@
//
// YXQuestionStatisticsViewController.m
// XJDQuestionStatisticsViewController.m
// healthQuestion
//
// Created by on 2023/4/26.
//
#import "YXQuestionStatisticsViewController.h"
#import "XJDQuestionStatisticsViewController.h"
#import "AAOptions.h"
#import "AAChartView.h"
#import "NSDate+Calendar.h"
#import "BRDatePickerView.h"
#import "YXQuestionStaticsModel.h"
#import "YXBillViewController.h"
@interface YXQuestionStatisticsViewController ()<AAChartViewEventDelegate>
#import "XJDQuestionStaticsModel.h"
#import "XJDBillViewController.h"
@interface XJDQuestionStatisticsViewController ()<AAChartViewEventDelegate>
@property (nonatomic, strong) AAChartView * aaChartView;
@@ -30,7 +30,7 @@
@end
@implementation YXQuestionStatisticsViewController
@implementation XJDQuestionStatisticsViewController
- (NSMutableArray *)dataArray {
if(!_dataArray) {
@@ -391,7 +391,7 @@
- (void)createData {
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"QUSTIONAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"QUSTIONAPI" NeedToken:@""];
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject: self.quesDate forKey:@"date"];
[workApi GetQuestionStatistics:parmDic];
@@ -400,7 +400,7 @@
- (void)createEarmingsData {
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"EARNINGAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"EARNINGAPI" NeedToken:@""];
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[workApi GetStatisticsEarnings:parmDic];
@@ -423,14 +423,14 @@
[self.dataArray removeAllObjects];
for (NSDictionary * dic in array) {
YXQuestionStaticsModel * model = [YXQuestionStaticsModel modelWithDictionary:dic];
XJDQuestionStaticsModel * model = [XJDQuestionStaticsModel modelWithDictionary:dic];
[self.dataArray addObject:model];
}
NSInteger pictureNum;
NSInteger videoNum;
NSInteger allNumber;
YXQuestionStaticsModel * picmodel;
YXQuestionStaticsModel * videomodel;
XJDQuestionStaticsModel * picmodel;
XJDQuestionStaticsModel * videomodel;
if (self.dataArray.count>=2) {
picmodel = self.dataArray[0];
pictureNum = [picmodel.total integerValue];
@@ -497,7 +497,7 @@
//
- (void)handleTapGesture:(id)sender {
YXBillViewController * billVC = [[YXBillViewController alloc] init];
XJDBillViewController * billVC = [[XJDBillViewController alloc] init];
[self.navigationController pushViewController:billVC animated:YES];
@@ -1,16 +0,0 @@
//
// YXStopAnnouncementViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/5/5.
//
#import "HQBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface YXStopAnnouncementViewController : HQBaseViewController
@end
NS_ASSUME_NONNULL_END
@@ -1,5 +1,5 @@
//
// YXStopAnnouncementViewController.h
// XJDStopAnnouncementViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/5/5.
@@ -8,7 +8,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXStopAnnouncementViewController : YXBaseViewController
@interface XJDStopAnnouncementViewController : YXBaseViewController
@end
@@ -5,15 +5,15 @@
// Created by on 2023/5/5.
//
#import "YXStopAnnouncementViewController.h"
#import "XJDStopAnnouncementViewController.h"
#import "ZHTagListView.h"
#import "BRDatePickerView.h"
#import "NSDate+Calendar.h"
#import "UIPlaceHolderTextView.h"
#import "YXStopReasonModel.h"
#import "StopQuestionPopView.h"
#import "XJDStopReasonModel.h"
#import "XJDStopQuestionPopView.h"
@interface YXStopAnnouncementViewController ()
@interface XJDStopAnnouncementViewController ()
@property (nonatomic, strong) UIView * announceView;
@@ -40,7 +40,7 @@
@end
@implementation YXStopAnnouncementViewController
@implementation XJDStopAnnouncementViewController
- (NSMutableArray *)reasonArray {
@@ -187,7 +187,7 @@
- (void)getReasonData {
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"ReasonAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"ReasonAPI" NeedToken:@""];
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:@"doctor_stop_reason_type" forKey:@"dictKey"];
[workApi GetPublishServerReason:parmDic];
@@ -267,7 +267,7 @@
[parmDic setObject:starString forKey:@"startTime"];
[parmDic setObject:endString forKey:@"endTime"];
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"CURRENTAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"CURRENTAPI" NeedToken:@""];
[workApi GetCurrentServerNumber:parmDic];
//
@@ -305,7 +305,7 @@
[parmDic setObject:starDateStr forKey:@"startDay"];
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"ADDAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"ADDAPI" NeedToken:@""];
[workApi PostStopPublishServer:parmDic];
@@ -327,7 +327,7 @@
NSMutableArray * textArray = [[NSMutableArray alloc] init];
for (NSDictionary * resDic in resArray) {
YXStopReasonModel * model = [YXStopReasonModel modelWithDictionary:resDic];
XJDStopReasonModel * model = [XJDStopReasonModel modelWithDictionary:resDic];
[textArray addObject:model.text];
[self.reasonArray addObject:model];
}
@@ -354,7 +354,7 @@
// }else
// {
//
// StopQuestionPopView * popview = [[StopQuestionPopView alloc] initWithFrame:[UIScreen mainScreen].bounds];
// XJDStopQuestionPopView * popview = [[XJDStopQuestionPopView alloc] initWithFrame:[UIScreen mainScreen].bounds];
// popview.questionNumber = resString;
// popview.publisBlock = ^{
// [self addPublishDate];
@@ -1,5 +1,5 @@
//
// YXStopQuestionCauseViewController.h
// XJDStopQuestionCauseViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/4/30.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXStopQuestionCauseViewController : YXBaseViewController
@interface XJDStopQuestionCauseViewController : YXBaseViewController
@end
@@ -1,17 +1,17 @@
//
// YXStopQuestionCauseViewController.m
// XJDStopQuestionCauseViewController.m
// healthQuestion
//
// Created by on 2023/4/30.
//
#import "YXStopQuestionCauseViewController.h"
#import "XJDStopQuestionCauseViewController.h"
@interface YXStopQuestionCauseViewController ()
@interface XJDStopQuestionCauseViewController ()
@end
@implementation YXStopQuestionCauseViewController
@implementation XJDStopQuestionCauseViewController
- (void)viewDidLoad {
[super viewDidLoad];
@@ -1,5 +1,5 @@
//
// YXStopQuestionSettingVC.h
// XJDStopQuestionSettingVC.h
// healthQuestion
//
// Created by 仁康信息 on 2023/4/29.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXStopQuestionSettingVC : YXBaseViewController
@interface XJDStopQuestionSettingVC : YXBaseViewController
@end
@@ -1,18 +1,18 @@
//
// YXStopQuestionSettingVC.m
// XJDStopQuestionSettingVC.m
// healthQuestion
//
// Created by on 2023/4/29.
//
#import "YXStopQuestionSettingVC.h"
#import "StopQuestionTableView.h"
#import "StopQuestionPopView.h"
#import "YXStopServiceModel.h"
#import "YXStopAnnouncementViewController.h"
@interface YXStopQuestionSettingVC ()
#import "XJDStopQuestionSettingVC.h"
#import "XJDStopQuestionTableView.h"
#import "XJDStopQuestionPopView.h"
#import "XJDStopServiceModel.h"
#import "XJDStopAnnouncementViewController.h"
@interface XJDStopQuestionSettingVC ()
@property (nonatomic, strong) StopQuestionTableView * homeTable;
@property (nonatomic, strong) XJDStopQuestionTableView * homeTable;
@property (nonatomic, strong) NSMutableArray * dataArray;
@@ -22,7 +22,7 @@
@end
@implementation YXStopQuestionSettingVC
@implementation XJDStopQuestionSettingVC
- (NSMutableArray *)dataArray {
@@ -39,7 +39,7 @@
self.isHidenNaviBar = false;
self.view.backgroundColor = UIColorHex(#EFEFEF);
self.navigationItem.title = @"暂停服务";
self.pageNo = 0;
self.pageNo =1;
self.pageSize = 10;
[self createUI];
[self createData];
@@ -71,7 +71,7 @@
make.centerX.mas_equalTo(self.view);
}];
self.homeTable = [[StopQuestionTableView alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
self.homeTable = [[XJDStopQuestionTableView alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
self.homeTable.changeBlock = ^(NSString * _Nullable record_id) {
DLog(@"%@",record_id);
[self chageServiceStatus:record_id];
@@ -106,7 +106,7 @@
YXStopAnnouncementViewController * publishVC = [[YXStopAnnouncementViewController alloc] init];
XJDStopAnnouncementViewController * publishVC = [[XJDStopAnnouncementViewController alloc] init];
[self.navigationController pushViewController:publishVC animated:YES];
}
@@ -119,7 +119,7 @@
[parmDic setObject:@(self.pageNo) forKey:@"pageNo"];
[parmDic setObject:@(self.pageSize) forKey:@"pageSize"];
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"RECORDAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"RECORDAPI" NeedToken:@""];
[workApi GetSPublishServerRecored:parmDic];
@@ -132,7 +132,7 @@
[parmDic setObject:recordID forKey:@"id"];
[parmDic setObject:@"1" forKey:@"serviceStatus"];
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"CHAGEAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"CHAGEAPI" NeedToken:@""];
[workApi GetChangePublishServer:parmDic];
}
@@ -157,9 +157,9 @@
[self.dataArray removeAllObjects];
}
YXStopServiceModel * model = [YXStopServiceModel modelWithDictionary:resDic];
XJDStopServiceModel * model = [XJDStopServiceModel modelWithDictionary:resDic];
for (YXStopServiceListModel * listModel in model.records ) {
for (XJDStopServiceListModel * listModel in model.records ) {
[self.dataArray addObject:listModel];
}
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXBasicHealthInfoViewController : YXBaseViewController
@interface XJDBasicHealthInfoViewController : YXBaseViewController
@end
@@ -5,17 +5,17 @@
// Created by on 2023/5/4.
//
#import "YXBasicHealthInfoViewController.h"
#import "BasicHealthInfoView.h"
#import "XJDBasicHealthInfoViewController.h"
#import "XJDBasicHealthInfoView.h"
@interface YXBasicHealthInfoViewController ()
@interface XJDBasicHealthInfoViewController ()
@end
@implementation YXBasicHealthInfoViewController
@implementation XJDBasicHealthInfoViewController
- (void)viewDidLoad {
[super viewDidLoad];
@@ -28,7 +28,7 @@
- (void)createUI {
BasicHealthInfoView * infoView = [[BasicHealthInfoView alloc] initWithFrame:CGRectMake(kRealValue(15), kRealValue(15), kScreenWidth - kRealValue(30), kRealValue(286))];
XJDBasicHealthInfoView * infoView = [[XJDBasicHealthInfoView alloc] initWithFrame:CGRectMake(kRealValue(15), kRealValue(15), kScreenWidth - kRealValue(30), kRealValue(286))];
infoView.backgroundColor = [UIColor whiteColor];
infoView.layer.cornerRadius = 10.0;
infoView.layer.masksToBounds = true;
@@ -1,5 +1,5 @@
//
// YXHomePageViewController.h
// XJDHomePageViewController.h
// healthQuestion
//
// Created by xulei on 2022/8/17.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXHomePageViewController : YXBaseViewController
@interface XJDHomePageViewController : YXBaseViewController
@@ -1,30 +1,30 @@
//
// YXHomePageViewController.m
// XJDHomePageViewController.m
// healthQuestion
//
// Created by xulei on 2022/8/17.
//
#import "YXHomePageViewController.h"
#import "YXQuestionDetailViewController.h"
#import "YXHomePageModel.h"
#import "XJDHomePageViewController.h"
#import "XJDQuestionDetailViewController.h"
#import "XJDHomePageModel.h"
#import "ChatViewController.h"
#import "MJRefresh.h"
#import "HQShowPromptPopView.h"
#import "YXQuestionStatisticsViewController.h"
#import "YXQustionRecordViewController.h"
#import "YXStopQuestionSettingVC.h"
#import "YXBasicHealthInfoViewController.h"
#import "RefuseQuestionPopView.h"
#import "YXHistoricalRecordViewController.h"
#import "YXFileDataDetailViewController.h"
#import "YXStopAnnouncementViewController.h"
#import "YXBillDetailViewController.h"
#import "XJDShowPromptPopView.h"
#import "XJDQuestionStatisticsViewController.h"
#import "XJDQustionRecordViewController.h"
#import "XJDStopQuestionSettingVC.h"
#import "XJDBasicHealthInfoViewController.h"
#import "XJDRefuseQuestionPopView.h"
#import "XJDHistoricalRecordViewController.h"
#import "XJDFileDataDetailViewController.h"
#import "XJDStopAnnouncementViewController.h"
#import "XJDBillDetailViewController.h"
#import "TUIC2CChatViewController.h"
#import "YXDoctorInfoModel.h"
#import "XJDDoctorInfoModel.h"
#import "PSAppInfo.h"
#import "PSCheckVersion.h"
@interface YXHomePageViewController ()<V2TIMSimpleMsgListener,V2TIMSDKListener,TUIMessageCellDelegate,TUIBaseMessageControllerDelegate,TUICallObserver>
@interface XJDHomePageViewController ()<V2TIMSimpleMsgListener,V2TIMSDKListener,TUIMessageCellDelegate,TUIBaseMessageControllerDelegate,TUICallObserver>
@property (nonatomic, strong) UIScrollView * mainScrollView;
@@ -41,7 +41,7 @@
@end
@implementation YXHomePageViewController
@implementation XJDHomePageViewController
- (void)viewDidLoad {
@@ -164,7 +164,7 @@
UIView * linV = [[UIView alloc] initWithFrame:CGRectMake(0, 0, kScreenWidth, 0.5)];
[self.mainScrollView addSubview:linV];
YXUserInfo * user = [HQCommonUtils keyedUnarchiverWithKey:LoginUserInfo];
XJDUserInfo * user = [XJDCommonUtils keyedUnarchiverWithKey:LoginUserInfo];
UIView * topBack = [[UIView alloc] initWithFrame:CGRectMake(0, linV.bottom, kScreenWidth, kRealValue(130))];
topBack.backgroundColor = UIColorHex(#21BEBD);
@@ -174,7 +174,7 @@
self.nameLabel.textColor = KWhiteColor;
self.nameLabel.font = SYSTEMFONT(21);
self.nameLabel.text = user.realname;
CGFloat w = [HQCommonUtils getLengthFromText:self.nameLabel.text andFontSize:21];
CGFloat w = [XJDCommonUtils getLengthFromText:self.nameLabel.text andFontSize:21];
self.nameLabel.width = w;
self.nameLabel.textAlignment = NSTextAlignmentLeft;
[topBack addSubview:self.nameLabel];
@@ -203,7 +203,7 @@
// UIView * questionView = [[UIView alloc] initWithFrame:CGRectMake(kRealValue(15), self.heardImage.bottom + kRealValue(23), kScreenWidth - kRealValue(30), kRealValue(132) * 2 + kRealValue(10))];
// questionView.backgroundColor = KRedColor;
// questionView.layer.cornerRadius = 10.0;
//// [HQCommonUtils addShadowToView:questionView];
//// [XJDCommonUtils addShadowToView:questionView];
// [self.view addSubview:questionView];
NSArray * array = @[@[@"图文咨询",@"通过图片、文字的形式进行咨询"],@[@"视频咨询",@"通过语音视频电话的形式进行咨询"]];
@@ -289,7 +289,7 @@
- (void)createMessageNumber {
YXNetAPI * homeApi = [[YXNetAPI alloc] init:self tag:@"HOMEAPI" NeedToken:@""];
XJDNetAPI * homeApi = [[XJDNetAPI alloc] init:self tag:@"HOMEAPI" NeedToken:@""];
[homeApi getHomeData:nil];
@@ -297,7 +297,7 @@
- (void)docotrUserInfo {
YXNetAPI * homeApi = [[YXNetAPI alloc] init:self tag:@"DoctorINFO" NeedToken:@""];
XJDNetAPI * homeApi = [[XJDNetAPI alloc] init:self tag:@"DoctorINFO" NeedToken:@""];
[homeApi GetInquireDoctorInfo:nil];
@@ -311,7 +311,7 @@
[self loginImAccount];
}
[self showMBProgressHUDWithString:@"加载中..." autoHidden:false];
YXNetAPI * homeApi = [[YXNetAPI alloc] init:self tag:@"FOUNDSMALLAPI" NeedToken:@""];
XJDNetAPI * homeApi = [[XJDNetAPI alloc] init:self tag:@"FOUNDSMALLAPI" NeedToken:@""];
[homeApi getHomeFoundSmallHelpData:nil];
@@ -319,7 +319,7 @@
- (void)creatSmallHelpNumber {
YXNetAPI * homeApi = [[YXNetAPI alloc] init:self tag:@"SMALLAPI" NeedToken:@""];
XJDNetAPI * homeApi = [[XJDNetAPI alloc] init:self tag:@"SMALLAPI" NeedToken:@""];
[homeApi getHomeSmallData:nil];
@@ -435,7 +435,7 @@
NSDictionary * responDic = response;
YXZJSmallHelpModel * helpModel = [YXZJSmallHelpModel modelWithDictionary:responDic];
XJDSmallHelpModel * helpModel = [XJDSmallHelpModel modelWithDictionary:responDic];
if ([ESCTUIManager TUIUserStatus] == false) {
@@ -465,11 +465,11 @@
NSDictionary * pamrDic = response;
IMUserInfoModel * model = [IMUserInfoModel modelWithDictionary:pamrDic];
XJDIMUserInfoModel * model = [XJDIMUserInfoModel modelWithDictionary:pamrDic];
IMUserInfoModel * iminfoModel = [[IMUserInfoModel alloc] init];
XJDIMUserInfoModel * iminfoModel = [[XJDIMUserInfoModel alloc] init];
iminfoModel.IMInfo = pamrDic;
[HQCommonUtils keyedArchiverWithData:iminfoModel key:IMLoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:iminfoModel key:IMLoginUserInfo];
// 1. IM SDKAppID
// 2. config
@@ -513,10 +513,10 @@
NSDictionary * parDic = response;
YXDoctorInfoModel * model = [YXDoctorInfoModel modelWithDictionary:parDic];
XJDDoctorInfoModel * model = [XJDDoctorInfoModel modelWithDictionary:parDic];
self.nameLabel.text = model.doctorName;
self.workLabel.text = [NSString stringWithFormat:@"%@",model.doctorTitle] ;
CGFloat workW = [HQCommonUtils getLengthFromText:self.workLabel.text andFontSize:13];
CGFloat workW = [XJDCommonUtils getLengthFromText:self.workLabel.text andFontSize:13];
self.workLabel.width = workW;
self.hospatilLabel.text = [NSString stringWithFormat:@"%@ %@",model.resourceName,model.departmentName];
@@ -537,7 +537,7 @@
- (void)topAction:(UIButton *)btn {
YXQustionRecordViewController * recoredVC = [[YXQustionRecordViewController alloc] init];
XJDQustionRecordViewController * recoredVC = [[XJDQustionRecordViewController alloc] init];
//
if (btn.tag == 1000) {
@@ -555,7 +555,7 @@
}
- (void)loginImAccount {
YXNetAPI * proctocolApi = [[YXNetAPI alloc] init:self tag:@"loginIMAPI" NeedToken:nil];
XJDNetAPI * proctocolApi = [[XJDNetAPI alloc] init:self tag:@"loginIMAPI" NeedToken:nil];
[proctocolApi GetIMLoginAccount:nil];
}
@@ -690,7 +690,7 @@
#pragma mark:待回复
- (void)daihuifuAction:(UIButton *)daihuifuBtn {
YXQustionRecordViewController * recoredVC = [[YXQustionRecordViewController alloc] init];
XJDQustionRecordViewController * recoredVC = [[XJDQustionRecordViewController alloc] init];
//
if (daihuifuBtn.tag == 1100) {
@@ -707,7 +707,7 @@
}
#pragma mark:进行中
- (void)jingxingAction:(UIButton *)jingxingBtn {
YXQustionRecordViewController * recoredVC = [[YXQustionRecordViewController alloc] init];
XJDQustionRecordViewController * recoredVC = [[XJDQustionRecordViewController alloc] init];
//
if (jingxingBtn.tag == 1101) {
@@ -726,7 +726,7 @@
#pragma mark:已完成
- (void)wanchengAction:(UIButton *)wancgengBtn {
YXQustionRecordViewController * recoredVC = [[YXQustionRecordViewController alloc] init];
XJDQustionRecordViewController * recoredVC = [[XJDQustionRecordViewController alloc] init];
//
if (wancgengBtn.tag == 1102) {
@@ -744,7 +744,7 @@
- (void)pictureQuestionAction {
YXStopQuestionSettingVC * detailVC = [[YXStopQuestionSettingVC alloc] init];
XJDStopQuestionSettingVC * detailVC = [[XJDStopQuestionSettingVC alloc] init];
[self.navigationController pushViewController:detailVC animated:YES];
}
@@ -753,7 +753,7 @@
//线 userSig
- (void)onKickedOffline {
[HQCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
[XJDCommonUtils keyedArchiverWithData:nil key:LoginUserInfo];
[ESCTUIManager outLoginTUISDK];
KPostNotification(KNotificationLoginStateChange, @NO);
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXBillDetailViewController : YXBaseViewController
@interface XJDBillDetailViewController : YXBaseViewController
@property (nonatomic, strong) NSString * timeString;
@@ -5,14 +5,14 @@
// Created by on 2023/5/5.
//
#import "YXBillDetailViewController.h"
#import "XJDBillDetailViewController.h"
#import "BRDatePickerView.h"
#import "BillListTable.h"
#import "YXBillListModel.h"
#import "XJDBillListTable.h"
#import "XJDBillListModel.h"
@interface YXBillDetailViewController ()
@interface XJDBillDetailViewController ()
@property (nonatomic, strong) BillListTable * homeTable;
@property (nonatomic, strong) XJDBillListTable * homeTable;
@property (nonatomic, assign) NSInteger pageNo;
@@ -20,7 +20,7 @@
@end
@implementation YXBillDetailViewController
@implementation XJDBillDetailViewController
- (NSMutableArray *)dataArray {
@@ -43,7 +43,7 @@
- (void)setupUI {
self.homeTable = [[BillListTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
self.homeTable = [[XJDBillListTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
MJWeakSelf
[self.view addSubview:self.homeTable];
@@ -76,7 +76,7 @@
[parmDic setObject:@"3" forKey:@"type"];
[parmDic setObject:self.timeString forKey:@"date"];
YXNetAPI * billAPI = [[YXNetAPI alloc] init:self tag:@"BillAPI" NeedToken:@""];
XJDNetAPI * billAPI = [[XJDNetAPI alloc] init:self tag:@"BillAPI" NeedToken:@""];
[billAPI GetBillListData:parmDic];
@@ -102,7 +102,7 @@
NSDictionary * dic = response;
YXBillListModel * model = [YXBillListModel modelWithDictionary:dic];
XJDBillListModel * model = [XJDBillListModel modelWithDictionary:dic];
self.homeTable.dataArray = model.records;
}
@@ -1,5 +1,5 @@
//
// YXBillListViewController.h
// XJDBillListViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/5/5.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXBillListViewController : YXBaseViewController
@interface XJDBillListViewController : YXBaseViewController
@property (nonatomic, strong) NSString * timeString;
@@ -1,24 +1,24 @@
//
// YXBillListViewController.m
// XJDBillListViewController.m
// healthQuestion
//
// Created by on 2023/5/5.
//
#import "YXBillListViewController.h"
#import "BillListTable.h"
#import "YXWithdrawCashDetailViewController.h"
#import "YXBillListModel.h"
#import "XJDBillListViewController.h"
#import "XJDBillListTable.h"
#import "XJDWithdrawCashDetailViewController.h"
#import "XJDBillListModel.h"
@interface YXBillListViewController ()
@interface XJDBillListViewController ()
@property (nonatomic, strong) BillListTable * homeTable;
@property (nonatomic, strong) XJDBillListTable * homeTable;
@property (nonatomic, assign) NSInteger pageNo;
@property (nonatomic, strong) NSMutableArray * dataArray;
@end
@implementation YXBillListViewController
@implementation XJDBillListViewController
- (NSMutableArray *)dataArray {
@@ -40,11 +40,11 @@
- (void)setupUI {
self.homeTable = [[BillListTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
self.homeTable = [[XJDBillListTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
MJWeakSelf
self.homeTable.detailBlock = ^(NSString * _Nonnull billString) {
YXWithdrawCashDetailViewController * detailVC = [[YXWithdrawCashDetailViewController alloc] init];
XJDWithdrawCashDetailViewController * detailVC = [[XJDWithdrawCashDetailViewController alloc] init];
[weakSelf.navigationController pushViewController:detailVC animated:YES];
};
@@ -77,7 +77,7 @@
[parmDic setObject:@(10) forKey:@"pageSize"];
[parmDic setObject:@"1" forKey:@"type"];
YXNetAPI * billAPI = [[YXNetAPI alloc] init:self tag:@"BillAPI" NeedToken:@""];
XJDNetAPI * billAPI = [[XJDNetAPI alloc] init:self tag:@"BillAPI" NeedToken:@""];
[billAPI GetBillListData:parmDic];
@@ -103,7 +103,7 @@
NSDictionary * dic = response;
YXBillListModel * model = [YXBillListModel modelWithDictionary:dic];
XJDBillListModel * model = [XJDBillListModel modelWithDictionary:dic];
self.homeTable.dataArray = model.records;
}
@@ -1,5 +1,5 @@
//
// YXBillViewController.h
// XJDBillViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/17.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXBillViewController : YXBaseViewController
@interface XJDBillViewController : YXBaseViewController
@end
@@ -1,17 +1,17 @@
//
// YXBillViewController.m
// XJDBillViewController.m
// healthQuestion
//
// Created by on 2023/8/17.
//
#import "YXBillViewController.h"
#import "YXBillListViewController.h"
#import "YXBillWithDrawViewController.h"
#import "YXBillDetailViewController.h"
#import "XJDBillViewController.h"
#import "XJDBillListViewController.h"
#import "XJDBillWithDrawViewController.h"
#import "XJDBillDetailViewController.h"
#import "BRDatePickerView.h"
@interface YXBillViewController ()<UICollectionViewDataSource,UICollectionViewDelegate>
@interface XJDBillViewController ()<UICollectionViewDataSource,UICollectionViewDelegate>
/** 顶部控件*/
@property (nonatomic, weak) UIScrollView *topView;
@@ -28,15 +28,15 @@
@property (nonatomic, assign) NSInteger selectedOnes;
@property (nonatomic, strong) YXBillDetailViewController * allVC;
@property (nonatomic, strong) XJDBillDetailViewController * allVC;
@property (nonatomic, strong) YXBillListViewController * listVc ;
@property (nonatomic, strong) XJDBillListViewController * listVc ;
@property (nonatomic, strong) YXBillWithDrawViewController * drawVc;
@property (nonatomic, strong) XJDBillWithDrawViewController * drawVc;
@end
@implementation YXBillViewController
@implementation XJDBillViewController
#pragma mark - 懒加载
- (NSMutableArray *)titleButtons {
@@ -120,7 +120,7 @@
#pragma mark - 添加所有的子控制器
- (void)setupAllChildViewController {
YXBillDetailViewController * allVC = [[YXBillDetailViewController alloc] init];
XJDBillDetailViewController * allVC = [[XJDBillDetailViewController alloc] init];
allVC.view.backgroundColor = UIColorBackground;
allVC.navigationItem.title = @"全部";
allVC.timeString = self.timeString;
@@ -128,14 +128,14 @@
[self addChildViewController:allVC];
//
YXBillListViewController * listVc = [[YXBillListViewController alloc] init];
XJDBillListViewController * listVc = [[XJDBillListViewController alloc] init];
listVc.view.backgroundColor = UIColorBackground;
listVc.navigationItem.title = @"收益记录";
listVc.timeString = self.timeString;
self.listVc = listVc;
[self addChildViewController:listVc];
YXBillWithDrawViewController * drawVc = [[YXBillWithDrawViewController alloc] init];
XJDBillWithDrawViewController * drawVc = [[XJDBillWithDrawViewController alloc] init];
drawVc.view.backgroundColor = UIColorBackground;
drawVc.navigationItem.title = @"提现记录";
drawVc.timeString = self.timeString;
@@ -1,5 +1,5 @@
//
// YXBillWithDrawViewController.h
// XJDBillWithDrawViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/17.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXBillWithDrawViewController : YXBaseViewController
@interface XJDBillWithDrawViewController : YXBaseViewController
@property (nonatomic, strong) NSString * timeString;
@@ -1,23 +1,23 @@
//
// YXBillWithDrawViewController.m
// XJDBillWithDrawViewController.m
// healthQuestion
//
// Created by on 2023/8/17.
//
#import "YXBillWithDrawViewController.h"
#import "BillListTable.h"
#import "YXBillListModel.h"
#import "YXWithdrawCashDetailViewController.h"
#import "XJDBillWithDrawViewController.h"
#import "XJDBillListTable.h"
#import "XJDBillListModel.h"
#import "XJDWithdrawCashDetailViewController.h"
@interface YXBillWithDrawViewController ()
@property (nonatomic, strong) BillListTable * homeTable;
@interface XJDBillWithDrawViewController ()
@property (nonatomic, strong) XJDBillListTable * homeTable;
@property (nonatomic, assign) NSInteger pageNo;
@property (nonatomic, strong) NSMutableArray * dataArray;
@end
@implementation YXBillWithDrawViewController
@implementation XJDBillWithDrawViewController
- (NSMutableArray *)dataArray {
@@ -41,11 +41,11 @@
- (void)setupUI {
self.homeTable = [[BillListTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
self.homeTable = [[XJDBillListTable alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
MJWeakSelf
self.homeTable.detailBlock = ^(NSString * _Nonnull billString) {
YXWithdrawCashDetailViewController * detailVC = [[YXWithdrawCashDetailViewController alloc] init];
XJDWithdrawCashDetailViewController * detailVC = [[XJDWithdrawCashDetailViewController alloc] init];
detailVC.bill_id = billString;
[weakSelf.navigationController pushViewController:detailVC animated:YES];
};
@@ -78,7 +78,7 @@
[parmDic setObject:@(10) forKey:@"pageSize"];
[parmDic setObject:@"2" forKey:@"type"];
YXNetAPI * billAPI = [[YXNetAPI alloc] init:self tag:@"BillAPI" NeedToken:@""];
XJDNetAPI * billAPI = [[XJDNetAPI alloc] init:self tag:@"BillAPI" NeedToken:@""];
[billAPI GetBillListData:parmDic];
@@ -104,7 +104,7 @@
NSDictionary * dic = response;
YXBillListModel * model = [YXBillListModel modelWithDictionary:dic];
XJDBillListModel * model = [XJDBillListModel modelWithDictionary:dic];
self.homeTable.dataArray = model.records;
}
@@ -1,5 +1,5 @@
//
// YXWithdrawCashDetailViewController.h
// XJDWithdrawCashDetailViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/5/5.
@@ -8,7 +8,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXWithdrawCashDetailViewController : YXBaseViewController
@interface XJDWithdrawCashDetailViewController : YXBaseViewController
@property (nonatomic, strong) NSString * bill_id;
@@ -1,22 +1,22 @@
//
// YXWithdrawCashDetailViewController.m
// XJDWithdrawCashDetailViewController.m
// healthQuestion
//
// Created by on 2023/5/5.
//
#import "YXWithdrawCashDetailViewController.h"
#import "BillDtailTable.h"
#import "YXwithDrawDetailModel.h"
@interface YXWithdrawCashDetailViewController ()
#import "XJDWithdrawCashDetailViewController.h"
#import "XJDBillDtailTable.h"
#import "XJDWithDrawDetailModel.h"
@interface XJDWithdrawCashDetailViewController ()
@property (nonatomic, strong) UILabel * moneyLabel;
@property (nonatomic, strong) UILabel * aroundLabel;
@property (nonatomic, strong) BillDtailTable * homeTable;
@property (nonatomic, strong) XJDBillDtailTable * homeTable;
@end
@implementation YXWithdrawCashDetailViewController
@implementation XJDWithdrawCashDetailViewController
- (void)viewDidLoad {
[super viewDidLoad];
@@ -60,7 +60,7 @@
self.homeTable = [[BillDtailTable alloc] initWithFrame:CGRectMake(kRealValue(15), tishiLabel.bottom + kRealValue(22), kScreenWidth - kRealValue(30), kScreenHeight - tishiLabel.bottom - kRealValue(68) - kTopHeight) style:UITableViewStyleGrouped];
self.homeTable = [[XJDBillDtailTable alloc] initWithFrame:CGRectMake(kRealValue(15), tishiLabel.bottom + kRealValue(22), kScreenWidth - kRealValue(30), kScreenHeight - tishiLabel.bottom - kRealValue(68) - kTopHeight) style:UITableViewStyleGrouped];
self.homeTable.layer.cornerRadius = 10;
self.homeTable.layer.masksToBounds = true;
[self.view addSubview:self.homeTable];
@@ -72,7 +72,7 @@
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[parmDic setObject:self.bill_id forKey:@"id"];
YXNetAPI * deatilApi = [[YXNetAPI alloc] init:self tag:@"DETAILAPI" NeedToken:@""];
XJDNetAPI * deatilApi = [[XJDNetAPI alloc] init:self tag:@"DETAILAPI" NeedToken:@""];
[deatilApi withDrawDetailsData:parmDic];
}
@@ -96,7 +96,7 @@
NSDictionary * dic = response;
YXwithDrawDetailModel * model = [YXwithDrawDetailModel modelWithDictionary:dic];
XJDWithDrawDetailModel * model = [XJDWithDrawDetailModel modelWithDictionary:dic];
self.moneyLabel.text =[NSString stringWithFormat:@"%@",model.paymentMoney] ;
self.aroundLabel.text = [NSString stringWithFormat:@"到账:%@",model.realityMoney] ;
@@ -1,5 +1,5 @@
//
// YXworkSetingViewController.h
// XJDworkSetingViewController.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/6.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXworkSetingViewController : YXBaseViewController
@interface XJDworkSetingViewController : YXBaseViewController
@end
@@ -1,16 +1,16 @@
//
// YXworkSetingViewController.m
// XJDworkSetingViewController.m
// healthQuestion
//
// Created by on 2023/8/6.
//
#import "YXworkSetingViewController.h"
#import "YXWorkSettingModel.h"
#import "YXCustomSchedulingViewController.h"
#import "XJDworkSetingViewController.h"
#import "XJDWorkSettingModel.h"
#import "XJDCustomSchedulingViewController.h"
@interface YXworkSetingViewController ()
@interface XJDworkSetingViewController ()
@property (nonatomic, strong) UIScrollView * mainScrollview;
@@ -44,7 +44,7 @@
@end
@implementation YXworkSetingViewController
@implementation XJDworkSetingViewController
#pragma mark:懒加载
@@ -157,7 +157,7 @@
- (void)createData {
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"WEEKAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"WEEKAPI" NeedToken:@""];
NSMutableDictionary * parmDic = [[NSMutableDictionary alloc] init];
[workApi GetDoctorWorkSetting:parmDic];
@@ -177,7 +177,7 @@
weekLabel.font = SYSTEMFONT(13);
weekLabel.text = week;
[view addSubview:weekLabel];
CGFloat amWidth = [HQCommonUtils getLengthFromText:@"上午" andFontSize:13];
CGFloat amWidth = [XJDCommonUtils getLengthFromText:@"上午" andFontSize:13];
UILabel * amLabel = [[UILabel alloc] initWithFrame:CGRectMake(weekLabel.right, 0, amWidth, view.height)];
amLabel.text = @"上午";
amLabel.textAlignment = NSTextAlignmentLeft;
@@ -195,7 +195,7 @@
pepleField.tag = amTag;
[view addSubview:pepleField];
CGFloat peoWidth = [HQCommonUtils getLengthFromText:@"" andFontSize:13];
CGFloat peoWidth = [XJDCommonUtils getLengthFromText:@"" andFontSize:13];
UILabel * peoLabel = [[UILabel alloc] initWithFrame:CGRectMake(pepleField.right + 5, 0, peoWidth, view.height)];
peoLabel.text = @"";
peoLabel.textAlignment = NSTextAlignmentLeft;
@@ -312,9 +312,9 @@
}
else
{
NSArray * array = [NSArray modelArrayWithClass:[YXWorkTimeModel class] json:self.peopleArray];
NSArray * array = [NSArray modelArrayWithClass:[XJDWorkTimeModel class] json:self.peopleArray];
for (YXWorkTimeModel * model in self.peopleArray) {
for (XJDWorkTimeModel * model in self.peopleArray) {
NSString * jsonString = [model modelToJSONObject];
[dataArray addObject:jsonString];
}
@@ -345,7 +345,7 @@
[parmDic setObject:@(0) forKey:@"tfDefault"];
[self showMBProgressHUDWithString:@"正在设置" autoHidden:false];
YXNetAPI * workApi = [[YXNetAPI alloc] init:self tag:@"WorkAPI" NeedToken:@""];
XJDNetAPI * workApi = [[XJDNetAPI alloc] init:self tag:@"WorkAPI" NeedToken:@""];
@@ -381,7 +381,7 @@
[dic setObject:@(self.isVideo) forKey:@"audioStatus"];
}
YXWorkTimeModel * model = [YXWorkTimeModel modelWithDictionary:dic];
XJDWorkTimeModel * model = [XJDWorkTimeModel modelWithDictionary:dic];
NSString * jsonString = [model modelToJSONObject];
return jsonString;
}
@@ -404,14 +404,14 @@
NSDictionary * resDic = response;
YXWorkSettingModel * model = [YXWorkSettingModel modelWithDictionary:resDic];
XJDWorkSettingModel * model = [XJDWorkSettingModel modelWithDictionary:resDic];
[self.jumpSwithch setOn:[model.tfJumpHoliday boolValue] animated:YES];
[self.rightSlider setOn:[model.audioStatus boolValue] animated:YES];
[self switchChange:self.rightSlider];
self.peopleArray = model.list;
for (YXWorkTimeModel * timeModel in model.list) {
for (XJDWorkTimeModel * timeModel in model.list) {
//
[self haveDoctorWorkTime:timeModel];
@@ -422,7 +422,7 @@
}
- (void)haveDoctorWorkTime:(YXWorkTimeModel *)timeModel {
- (void)haveDoctorWorkTime:(XJDWorkTimeModel *)timeModel {
if ([timeModel.week intValue] == 1) {
self.oneID = timeModel.work_id;
@@ -479,7 +479,7 @@
- (void)customAction {
YXCustomSchedulingViewController * customvc = [[YXCustomSchedulingViewController alloc] init];
XJDCustomSchedulingViewController * customvc = [[XJDCustomSchedulingViewController alloc] init];
[self.navigationController pushViewController:customvc animated:YES];
@@ -1,74 +0,0 @@
//
// YXDoctorInfoModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/4.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXDoctorGoodSicknessModel : NSObject
@property (nonatomic, copy) NSString * sicks_id;
@property (nonatomic, copy) NSString * sicksName;
@end
@interface YXDoctorInfoModel : NSObject
@property (nonatomic, copy) NSString * doctor_Id;
@property (nonatomic, copy) NSString * sex;
@property (nonatomic, strong) NSArray<YXDoctorGoodSicknessModel *> * goodAtSicknessName;
@property (nonatomic, copy) NSString * doctorJob_dictText;
@property (nonatomic, copy) NSString * doctorName;
@property (nonatomic, copy) NSString * photo;
@property (nonatomic, copy) NSString * doctorTitle;
@property (nonatomic, copy) NSString * doctorStatus_dictText;
@property (nonatomic, copy) NSString * resourceName;
@property (nonatomic, copy) NSString * goodAtSymptom;
@property (nonatomic, copy) NSString * departmentName;
@property (nonatomic, copy) NSString * introduction;
@property (nonatomic, copy) NSString * goodAt;
@property (nonatomic, copy) NSString * userScore;
@property (nonatomic, copy) NSString * replyNum;
@property (nonatomic, copy) NSString * tfShowFire;
@property (nonatomic, copy) NSString * audioVideo;
@property (nonatomic, copy) NSString * audioStatus;
@property (nonatomic, copy) NSString * status;
@property (nonatomic, copy) NSString * resourceId;
@property (nonatomic, copy) NSString * experience;
@property (nonatomic, copy) NSString * doctorStatus;
@property (nonatomic, copy) NSString * departmentId;
@end
NS_ASSUME_NONNULL_END
@@ -1,49 +0,0 @@
//
// YXHomePageModel.h
// healthQuestion
//
// Created by 仁康信息 on 2022/9/9.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXHomePageModel : NSObject
@property (nonatomic, copy) NSString * imageName;
@property (nonatomic, copy) NSString * projectName;
@end
@interface HQProjectModel : NSObject
@property (nonatomic, copy) NSString * imageName;
@property (nonatomic, copy) NSString * projectName;
@property (nonatomic, copy) NSString * price;
@property (nonatomic, assign) BOOL isSelected;
@end
@interface HQSmallHelpModel : NSObject
@property (nonatomic, copy) NSString * groupId;
@property (nonatomic, strong) NSArray * member;
@property (nonatomic, copy) NSString * userId;
@property (nonatomic, copy) NSString * tfNew;
@property (nonatomic, copy) NSString * help_Id;
@end
NS_ASSUME_NONNULL_END
@@ -1,21 +0,0 @@
//
// YXQuestionBodyReportModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/16.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionBodyReportModel : NSObject
@property (nonatomic, strong) NSString * insertdate;
@property (nonatomic, strong) NSString * tjrq;
@property (nonatomic, strong) NSString * name;
@property (nonatomic, strong) NSString * yymc;
@end
NS_ASSUME_NONNULL_END
@@ -1,42 +0,0 @@
//
// YXQuestionRecordModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/15.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionRecordModel : NSObject
@property (nonatomic, copy) NSString * record_id;
@property (nonatomic, copy) NSString * memberId;
@property (nonatomic, copy) NSString * toAccount;
@property (nonatomic, copy) NSString * memberName;
@property (nonatomic, copy) NSString * memberSex;
@property (nonatomic, copy) NSString * memberAge;
@property (nonatomic, copy) NSString * imId;
@property (nonatomic, copy) NSString * image;
@property (nonatomic, copy) NSString * rejectReason;
@property (nonatomic, copy) NSString * doctorStartTime;
@property (nonatomic, copy) NSString * doctorEndTime;
@property (nonatomic, copy) NSString * contentStatus;
@property (nonatomic, copy) NSString * contentType;
@property (nonatomic, copy) NSString * medicalRecordsId;
@property (nonatomic, copy) NSString * schedulingDateId;
@property (nonatomic, copy) NSString * createTime;
@property (nonatomic, copy) NSString * sessionDate;
@property (nonatomic, copy) NSString * week;
@property (nonatomic, copy) NSString * amPm;
@property (nonatomic, copy) NSString * reasonType;
@property (nonatomic, copy) NSString * toAccountHead;
@property (nonatomic, copy) NSString * toAccountTitle;
@property (nonatomic, copy) NSString * departmentName;
@property (nonatomic, copy) NSString * hospitalLevel;
@property (nonatomic, copy) NSString * toAccountName;
@end
NS_ASSUME_NONNULL_END
@@ -1,22 +0,0 @@
//
// YXQuestionStaticsModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/8.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionStaticsModel : NSObject
@property (nonatomic, copy) NSString * total;
@property (nonatomic, copy) NSString * content_type;
@property (nonatomic, copy) NSString * inProgress;
@property (nonatomic, copy) NSString * completed;
@end
NS_ASSUME_NONNULL_END
@@ -1,53 +0,0 @@
//
// YXStopServiceModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/9.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXStopServiceListModel : NSObject
@property (nonatomic, copy) NSString * record_id;
@property (nonatomic, copy) NSString * notice;
@property (nonatomic, assign) NSInteger delFlag;
@property (nonatomic, copy) NSString * createBy;
@property (nonatomic, copy) NSString * startDay;
@property (nonatomic, copy) NSString * endDay;
@property (nonatomic, copy) NSString * stopReason;
@property (nonatomic, copy) NSString * doctorId;
@property (nonatomic, copy) NSString * createTime;
@property (nonatomic, assign) NSInteger serviceStatus;
@property (nonatomic, assign) NSInteger status;
@end
@interface YXStopServiceModel : NSObject
@property (nonatomic, strong) NSArray * orders;
@property (nonatomic, assign) NSInteger pages;
@property (nonatomic, assign) NSInteger current;
@property (nonatomic, assign) NSInteger total;
@property (nonatomic, strong) NSArray<YXStopServiceListModel *> * records;
@end
NS_ASSUME_NONNULL_END
@@ -1,5 +1,5 @@
//
// YXCancelReasonModel.h
// XJDCancelReasonModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/17.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXCancelReasonModel : NSObject
@interface XJDCancelReasonModel : NSObject
@property (nonatomic, strong) NSString * value;
@property (nonatomic, strong) NSString * text;
@@ -0,0 +1,12 @@
//
// XJDCancelReasonModel.m
// healthQuestion
//
// Created by 仁康信息 on 2023/8/17.
//
#import "XJDCancelReasonModel.h"
@implementation XJDCancelReasonModel
@end
@@ -1,5 +1,5 @@
//
// YXDoctorInfoModel.h
// XJDDoctorInfoModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/4.
@@ -11,7 +11,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface YXDoctorGoodSicknessModel : NSObject
@interface XJDDoctorGoodSicknessModel : NSObject
@property (nonatomic, copy) NSString * sicks_id;
@@ -20,13 +20,13 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXDoctorInfoModel : NSObject
@interface XJDDoctorInfoModel : NSObject
@property (nonatomic, copy) NSString * doctor_Id;
@property (nonatomic, copy) NSString * sex;
@property (nonatomic, strong) NSArray<YXDoctorGoodSicknessModel *> * goodAtSicknessName;
@property (nonatomic, strong) NSArray<XJDDoctorGoodSicknessModel *> * goodAtSicknessName;
@property (nonatomic, copy) NSString * doctorJob_dictText;
@@ -1,14 +1,14 @@
//
// YXDoctorInfoModel.m
// XJDDoctorInfoModel.m
// healthQuestion
//
// Created by on 2023/8/4.
//
#import "YXDoctorInfoModel.h"
#import "XJDDoctorInfoModel.h"
@implementation YXDoctorGoodSicknessModel
@implementation XJDDoctorGoodSicknessModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -19,7 +19,7 @@
@end
@implementation YXDoctorInfoModel
@implementation XJDDoctorInfoModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -33,7 +33,7 @@
{
return @{@"goodAtSicknessName":[YXDoctorGoodSicknessModel class],
return @{@"goodAtSicknessName":[XJDDoctorGoodSicknessModel class],
};
}
@@ -1,5 +1,5 @@
//
// YXHomePageModel.h
// XJDHomePageModel.h
// healthQuestion
//
// Created by 仁康信息 on 2022/9/9.
@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface YXHomePageModel : NSObject
@interface XJDHomePageModel : NSObject
@property (nonatomic, copy) NSString * imageName;
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXProjectModel : NSObject
@interface XJDProjectModel : NSObject
@property (nonatomic, copy) NSString * imageName;
@@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXZJSmallHelpModel : NSObject
@interface XJDSmallHelpModel : NSObject
@property (nonatomic, copy) NSString * groupId;
@@ -1,24 +1,24 @@
//
// YXHomePageModel.m
// XJDHomePageModel.m
// healthQuestion
//
// Created by on 2022/9/9.
//
#import "YXHomePageModel.h"
#import "XJDHomePageModel.h"
@implementation YXHomePageModel
@implementation XJDHomePageModel
@end
@implementation YXProjectModel
@implementation XJDProjectModel
@end
@implementation YXZJSmallHelpModel
@implementation XJDSmallHelpModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -1,5 +1,5 @@
//
// YXHospitalModel.h
// XJDHospitalModel.h
// healthQuestion
//
// Created by 仁康信息 on 2022/9/19.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXHospitalModel : NSObject
@interface XJDHospitalModel : NSObject
@property (nonatomic, copy) NSString * hospitalName;
@@ -1,13 +1,13 @@
//
// YXHospitalModel.m
// XJDHospitalModel.m
// healthQuestion
//
// Created by on 2022/9/19.
//
#import "YXHospitalModel.h"
#import "XJDHospitalModel.h"
@implementation YXHospitalModel
@implementation XJDHospitalModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -1,5 +1,5 @@
//
// YXProjectListModel.h
// XJDProjectListModel.h
// healthQuestion
//
// Created by 仁康信息 on 2022/10/12.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXSubProjectListModel : NSObject
@interface XJDSubProjectListModel : NSObject
@property (nonatomic, copy) NSString * imageName;
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXProjectListModel : NSObject
@interface XJDProjectListModel : NSObject
@property (nonatomic, assign) BOOL isShow;
@@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, copy) NSString * projectName;
@property (nonatomic, strong) NSArray<YXSubProjectListModel *>* subData;
@property (nonatomic, strong) NSArray<XJDSubProjectListModel *>* subData;
@end
@@ -0,0 +1,27 @@
//
// XJDProjectListModel.m
// healthQuestion
//
// Created by 仁康信息 on 2022/10/12.
//
#import "XJDProjectListModel.h"
@implementation XJDSubProjectListModel
@end
@implementation XJDProjectListModel
+ (NSDictionary *)modelContainerPropertyGenericClass
{
return @{@"subData":[XJDSubProjectListModel class],
};
}
@end
@@ -1,5 +1,5 @@
//
// YXQuestionBodyReportModel.h
// XJDQuestionBodyReportModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/16.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionBodyReportModel : NSObject
@interface XJDQuestionBodyReportModel : NSObject
@property (nonatomic, strong) NSString * insertdate;
@property (nonatomic, strong) NSString * tjrq;
@@ -0,0 +1,12 @@
//
// XJDQuestionBodyReportModel.m
// healthQuestion
//
// Created by 仁康信息 on 2023/8/16.
//
#import "XJDQuestionBodyReportModel.h"
@implementation XJDQuestionBodyReportModel
@end
@@ -1,5 +1,5 @@
//
// YXQuestionRecordModel.h
// XJDQuestionRecordModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/15.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionRecordModel : NSObject
@interface XJDQuestionRecordModel : NSObject
@property (nonatomic, copy) NSString * record_id;
@property (nonatomic, copy) NSString * memberId;
@@ -1,13 +1,13 @@
//
// YXQuestionRecordModel.m
// XJDQuestionRecordModel.m
// healthQuestion
//
// Created by on 2023/8/15.
//
#import "YXQuestionRecordModel.h"
#import "XJDQuestionRecordModel.h"
@implementation YXQuestionRecordModel
@implementation XJDQuestionRecordModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -1,5 +1,5 @@
//
// YXQuestionStaticsModel.h
// XJDQuestionStaticsModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/8.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXQuestionStaticsModel : NSObject
@interface XJDQuestionStaticsModel : NSObject
@property (nonatomic, copy) NSString * total;
@@ -0,0 +1,12 @@
//
// XJDQuestionStaticsModel.m
// healthQuestion
//
// Created by 仁康信息 on 2023/8/8.
//
#import "XJDQuestionStaticsModel.h"
@implementation XJDQuestionStaticsModel
@end
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXRecordIMListDateModel : NSObject
@interface XJDRecordIMListDateModel : NSObject
@property (nonatomic, strong) NSString * Record_id;
@property (nonatomic, strong) NSString * rejectReason;
@property (nonatomic, strong) NSString * fromAccount;
@@ -5,9 +5,9 @@
// Created by on 2023/8/15.
//
#import "YXRecordIMListDateModel.h"
#import "XJDRecordIMListDateModel.h"
@implementation YXRecordIMListDateModel
@implementation XJDRecordIMListDateModel
+ (NSDictionary *)modelCustomPropertyMapper
@@ -1,5 +1,5 @@
//
// YXRecoredListDetailModel.h
// XJDRecoredListDetailModel.h
// healthQuestion
//
// Created by 仁康信息 on 2023/8/16.
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface YXRecoredDetailConsessionModel : NSObject
@interface XJDRecoredDetailConsessionModel : NSObject
@property (nonatomic, copy) NSString * consession_id;
@@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXRecoredconMedicalRecordsListDO : NSObject
@interface XJDRecoredconMedicalRecordsListDO : NSObject
@property (nonatomic, copy) NSString * dangan_id;
@property (nonatomic, copy) NSString * recordsName;
@@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXRecoredDetailHealthModel : NSObject
@interface XJDRecoredDetailHealthModel : NSObject
@property (nonatomic, strong) NSString * answerValue;
@property (nonatomic, strong) NSString * answerKey;
@@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXRecoredDetailIMListModel : NSObject
@interface XJDRecoredDetailIMListModel : NSObject
@property (nonatomic, copy) NSString * endTime;
@@ -96,11 +96,11 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXRecoredListDetailModel : NSObject
@interface XJDRecoredListDetailModel : NSObject
@property (nonatomic, strong) NSArray<YXRecoredDetailIMListModel *> * imList;
@property (nonatomic, strong) NSArray<XJDRecoredDetailIMListModel *> * imList;
@property (nonatomic, strong) NSArray<YXRecoredDetailHealthModel *> * answer;
@property (nonatomic, strong) NSArray<XJDRecoredDetailHealthModel *> * answer;
@property (nonatomic, strong) NSDictionary * conSession;
@@ -119,7 +119,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface YXReocrdconFamilyMembersDO : NSObject
@interface XJDReocrdconFamilyMembersDO : NSObject
@property (nonatomic, copy) NSString * name;
@@ -1,13 +1,13 @@
//
// YXRecoredListDetailModel.m
// XJDRecoredListDetailModel.m
// healthQuestion
//
// Created by on 2023/8/16.
//
#import "YXRecoredListDetailModel.h"
#import "XJDRecoredListDetailModel.h"
@implementation YXRecoredDetailConsessionModel
@implementation XJDRecoredDetailConsessionModel
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -17,7 +17,7 @@
@end
//
@implementation YXRecoredconMedicalRecordsListDO
@implementation XJDRecoredconMedicalRecordsListDO
+ (NSDictionary *)modelCustomPropertyMapper
{
@@ -29,7 +29,7 @@
@end
@implementation YXRecoredDetailHealthModel
@implementation XJDRecoredDetailHealthModel
//+ (NSDictionary *)modelContainerPropertyGenericClass
//{
@@ -49,28 +49,28 @@
@end
@implementation YXRecoredDetailIMListModel
@implementation XJDRecoredDetailIMListModel
@end
@implementation YXRecoredListDetailModel
@implementation XJDRecoredListDetailModel
+ (NSDictionary *)modelContainerPropertyGenericClass
{
return @{@"imList":[YXRecoredDetailIMListModel class],
@"answer":[YXRecoredDetailHealthModel class],
return @{@"imList":[XJDRecoredDetailIMListModel class],
@"answer":[XJDRecoredDetailHealthModel class],
};
}
@end
@implementation YXReocrdconFamilyMembersDO
@implementation XJDReocrdconFamilyMembersDO

Some files were not shown because too many files have changed in this diff Show More