|
@@ -183,7 +183,7 @@ class UserBaseDTO extends BaseDTO{
|
|
|
}
|
|
|
|
|
|
class OrganizationExpertDTO extends UserBaseDTO{
|
|
|
- List<String >? fieldList;
|
|
|
+ List<String>? fieldList;
|
|
|
UserStatusEnum userStatus;
|
|
|
|
|
|
OrganizationExpertDTO({
|
|
@@ -366,9 +366,9 @@ class DataItemDTO {
|
|
|
class ApplyConsultationRequest extends TokenRequest{
|
|
|
String? expertUserCode;
|
|
|
String? deviceCode;
|
|
|
- List<String >? scanPositions;
|
|
|
+ List<String>? scanPositions;
|
|
|
DateTime? consultationTime;
|
|
|
- List<DataItemDTO >? patientDatas;
|
|
|
+ List<DataItemDTO>? patientDatas;
|
|
|
String? patientCode;
|
|
|
String? diseases;
|
|
|
String? scanUserCode;
|
|
@@ -442,7 +442,7 @@ class UpdateConsultationRequest extends TokenRequest{
|
|
|
String? consultationCode;
|
|
|
String? expertUserCode;
|
|
|
String? deviceCode;
|
|
|
- List<String >? scanPositions;
|
|
|
+ List<String>? scanPositions;
|
|
|
DateTime? consultationTime;
|
|
|
String? diseases;
|
|
|
String? scanUserCode;
|
|
@@ -511,8 +511,8 @@ class UpdateConsultationRequest extends TokenRequest{
|
|
|
class ImproveConsultationInfoRequest extends TokenRequest{
|
|
|
String? consultationCode;
|
|
|
String? patientCode;
|
|
|
- List<DataItemDTO >? patientDatas;
|
|
|
- List<String >? scanPositions;
|
|
|
+ List<DataItemDTO>? patientDatas;
|
|
|
+ List<String>? scanPositions;
|
|
|
String? diseases;
|
|
|
String? primaryDiagnosis;
|
|
|
|
|
@@ -737,9 +737,9 @@ class FindConsultationByPageRequest extends PageRequest{
|
|
|
ConsultationQueryTypeEnum consultationQueryType;
|
|
|
QueryEvaluateGradeEnum evaluateGrade;
|
|
|
String? language;
|
|
|
- List<String >? expertCodes;
|
|
|
- List<String >? applyOrganizationCodes;
|
|
|
- List<String >? expertOrganizationCodes;
|
|
|
+ List<String>? expertCodes;
|
|
|
+ List<String>? applyOrganizationCodes;
|
|
|
+ List<String>? expertOrganizationCodes;
|
|
|
String? patientSex;
|
|
|
QueryPatientAgeLimitDTO? patientAgeLimit;
|
|
|
String? patientDiseases;
|
|
@@ -835,7 +835,7 @@ class ConsultationItem {
|
|
|
String? diseases;
|
|
|
String? primaryDiagnosis;
|
|
|
TransactionStatusEnum consultationStatus;
|
|
|
- List<String >? scanPositions;
|
|
|
+ List<String>? scanPositions;
|
|
|
|
|
|
ConsultationItem({
|
|
|
this.patientName,
|
|
@@ -905,7 +905,7 @@ class ConsultationItem {
|
|
|
class ConsultationExportData {
|
|
|
String? patientName;
|
|
|
String? patientCode;
|
|
|
- List<ConsultationItem >? consultationItemList;
|
|
|
+ List<ConsultationItem>? consultationItemList;
|
|
|
|
|
|
ConsultationExportData({
|
|
|
this.patientName,
|
|
@@ -967,7 +967,7 @@ class ConsultationReportItem {
|
|
|
class ConsultationReportData {
|
|
|
String? patientName;
|
|
|
String? patientCode;
|
|
|
- List<ConsultationReportItem >? reportItemList;
|
|
|
+ List<ConsultationReportItem>? reportItemList;
|
|
|
|
|
|
ConsultationReportData({
|
|
|
this.patientName,
|
|
@@ -1051,7 +1051,7 @@ class ConsultationFileItem {
|
|
|
class ConsultationFileData {
|
|
|
String? patientName;
|
|
|
String? patientCode;
|
|
|
- List<ConsultationFileItem >? consultationFileItemList;
|
|
|
+ List<ConsultationFileItem>? consultationFileItemList;
|
|
|
|
|
|
ConsultationFileData({
|
|
|
this.patientName,
|
|
@@ -1080,9 +1080,9 @@ class ConsultationFileData {
|
|
|
}
|
|
|
|
|
|
class ExportConsultationDataResult {
|
|
|
- List<ConsultationExportData >? consultationList;
|
|
|
- List<ConsultationReportData >? reportList;
|
|
|
- List<ConsultationFileData >? consultationFileDatalList;
|
|
|
+ List<ConsultationExportData>? consultationList;
|
|
|
+ List<ConsultationReportData>? reportList;
|
|
|
+ List<ConsultationFileData>? consultationFileDatalList;
|
|
|
|
|
|
ExportConsultationDataResult({
|
|
|
this.consultationList,
|
|
@@ -1121,9 +1121,9 @@ class ExportConsultationsRequest extends TokenRequest{
|
|
|
ConsultationQueryTypeEnum consultationQueryType;
|
|
|
QueryEvaluateGradeEnum evaluateGrade;
|
|
|
String? language;
|
|
|
- List<String >? expertCodes;
|
|
|
- List<String >? applyOrganizationCodes;
|
|
|
- List<String >? expertOrganizationCodes;
|
|
|
+ List<String>? expertCodes;
|
|
|
+ List<String>? applyOrganizationCodes;
|
|
|
+ List<String>? expertOrganizationCodes;
|
|
|
String? patientSex;
|
|
|
QueryPatientAgeLimitDTO? patientAgeLimit;
|
|
|
String? patientDiseases;
|
|
@@ -1397,7 +1397,7 @@ class ConsultationDetailDTO {
|
|
|
String? scanUserCode;
|
|
|
String? patientCode;
|
|
|
OrganizationPatientTypeEnum patientType;
|
|
|
- List<String >? scanPositions;
|
|
|
+ List<String>? scanPositions;
|
|
|
DateTime? createTime;
|
|
|
DateTime? consultationTime;
|
|
|
DateTime? consultationTimeEnd;
|
|
@@ -1412,13 +1412,13 @@ class ConsultationDetailDTO {
|
|
|
String? displayName;
|
|
|
String? patientName;
|
|
|
String? sex;
|
|
|
- List<DataItemDTO >? patientDatas;
|
|
|
- List<ConsultationFileDTO >? consultationFileList;
|
|
|
+ List<DataItemDTO>? patientDatas;
|
|
|
+ List<ConsultationFileDTO>? consultationFileList;
|
|
|
String? rejectReason;
|
|
|
String? location;
|
|
|
- List<ConsultationMemberDTO >? consultationMembers;
|
|
|
+ List<ConsultationMemberDTO>? consultationMembers;
|
|
|
String? description;
|
|
|
- List<ConsultationReminderDTO >? consultationReminders;
|
|
|
+ List<ConsultationReminderDTO>? consultationReminders;
|
|
|
String? approverCode;
|
|
|
ConsultationReportMode reportMode;
|
|
|
String? diseases;
|
|
@@ -1714,9 +1714,9 @@ class ApprovalConsultationRequest extends TokenRequest{
|
|
|
DateTime? consultationTime;
|
|
|
DateTime? consultationTimeEnd;
|
|
|
String? location;
|
|
|
- List<String >? consultationMemberCodes;
|
|
|
+ List<String>? consultationMemberCodes;
|
|
|
String? description;
|
|
|
- List<ConsultationReminderDTO >? consultationReminders;
|
|
|
+ List<ConsultationReminderDTO>? consultationReminders;
|
|
|
|
|
|
ApprovalConsultationRequest({
|
|
|
this.consultationCode,
|
|
@@ -1889,7 +1889,7 @@ class ConsultationFileBaseDTO {
|
|
|
|
|
|
class UpdateConsultationFilesInfoRequest extends TokenRequest{
|
|
|
String? consultationCode;
|
|
|
- List<ConsultationFileBaseDTO >? fileInfos;
|
|
|
+ List<ConsultationFileBaseDTO>? fileInfos;
|
|
|
|
|
|
UpdateConsultationFilesInfoRequest({
|
|
|
this.consultationCode,
|
|
@@ -2088,10 +2088,10 @@ class UpdateMyOrganizationAssistantRequest extends TokenRequest{
|
|
|
class ClientPatientInfoBaseDTO extends BaseDTO{
|
|
|
String? patientCode;
|
|
|
bool isValid;
|
|
|
- List<DataItemDTO >? patientData;
|
|
|
+ List<DataItemDTO>? patientData;
|
|
|
int unReadRecordCount;
|
|
|
bool isReferral;
|
|
|
- List<String >? devicePatientIDs;
|
|
|
+ List<String>? devicePatientIDs;
|
|
|
String? organizationCode;
|
|
|
String? organizationName;
|
|
|
|
|
@@ -2223,7 +2223,7 @@ class InitiateLiveConsultationResult {
|
|
|
TransactionStatusEnum liveProtocol;
|
|
|
int appId;
|
|
|
String? userSign;
|
|
|
- List<LiveConsultationMember >? memberLiveDatas;
|
|
|
+ List<LiveConsultationMember>? memberLiveDatas;
|
|
|
|
|
|
InitiateLiveConsultationResult({
|
|
|
this.consultationCode,
|
|
@@ -2316,7 +2316,7 @@ class InviteInLiveConsultationResult {
|
|
|
|
|
|
class InviteInLiveConsultationRequest extends TokenRequest{
|
|
|
String? consultationCode;
|
|
|
- List<String >? inviteCodes;
|
|
|
+ List<String>? inviteCodes;
|
|
|
int roomNo;
|
|
|
|
|
|
InviteInLiveConsultationRequest({
|
|
@@ -2371,7 +2371,7 @@ class CancelInvitingInLiveConsultationResult {
|
|
|
|
|
|
class CancelInvitingInLiveConsultationRequest extends TokenRequest{
|
|
|
String? consultationCode;
|
|
|
- List<String >? inviteCodes;
|
|
|
+ List<String>? inviteCodes;
|
|
|
|
|
|
CancelInvitingInLiveConsultationRequest({
|
|
|
this.consultationCode,
|
|
@@ -2483,8 +2483,8 @@ class JoinLiveConsultationResult {
|
|
|
TransactionStatusEnum liveProtocol;
|
|
|
int appId;
|
|
|
String? userSign;
|
|
|
- List<LiveConsultationMember >? memberLiveDatas;
|
|
|
- List<InteractiveBoardDataDTO >? interactiveBoardDatas;
|
|
|
+ List<LiveConsultationMember>? memberLiveDatas;
|
|
|
+ List<InteractiveBoardDataDTO>? interactiveBoardDatas;
|
|
|
|
|
|
JoinLiveConsultationResult({
|
|
|
this.consultationCode,
|
|
@@ -2615,8 +2615,8 @@ class AcceptLiveConsultationResult {
|
|
|
TransactionStatusEnum liveProtocol;
|
|
|
int appId;
|
|
|
String? userSign;
|
|
|
- List<LiveConsultationMember >? memberLiveDatas;
|
|
|
- List<InteractiveBoardDataDTO >? interactiveBoardDatas;
|
|
|
+ List<LiveConsultationMember>? memberLiveDatas;
|
|
|
+ List<InteractiveBoardDataDTO>? interactiveBoardDatas;
|
|
|
|
|
|
AcceptLiveConsultationResult({
|
|
|
this.consultationCode,
|
|
@@ -3401,7 +3401,7 @@ class BaseControlDeviceRequest extends TokenRequest{
|
|
|
}
|
|
|
|
|
|
class BaseControlDeviceParameterRequest extends BaseControlDeviceRequest{
|
|
|
- List<AdditionParameterDTO >? parameters;
|
|
|
+ List<AdditionParameterDTO>? parameters;
|
|
|
|
|
|
BaseControlDeviceParameterRequest({
|
|
|
this.parameters,
|
|
@@ -3436,7 +3436,7 @@ class ControlDeviceParameterInConsultationRequest extends BaseControlDeviceParam
|
|
|
|
|
|
ControlDeviceParameterInConsultationRequest({
|
|
|
this.consultationCode,
|
|
|
- List<AdditionParameterDTO >? parameters,
|
|
|
+ List<AdditionParameterDTO>? parameters,
|
|
|
ControlDeviceParameterEnum controlType = ControlDeviceParameterEnum.Start,
|
|
|
bool isNeedSyn = false,
|
|
|
String? token,
|
|
@@ -3603,7 +3603,7 @@ class ChildrenFetusNodeDTO {
|
|
|
String? modeName;
|
|
|
String? applicationId;
|
|
|
String? application;
|
|
|
- List<String >? children;
|
|
|
+ List<String>? children;
|
|
|
|
|
|
ChildrenFetusNodeDTO({
|
|
|
this.typeName,
|
|
@@ -3650,7 +3650,7 @@ class ChildrenFetusNodeDTO {
|
|
|
class FetusNodeDTO {
|
|
|
String? typeName;
|
|
|
String? fetusIndex;
|
|
|
- List<ChildrenFetusNodeDTO >? children;
|
|
|
+ List<ChildrenFetusNodeDTO>? children;
|
|
|
|
|
|
FetusNodeDTO({
|
|
|
this.typeName,
|
|
@@ -3680,7 +3680,7 @@ class FetusNodeDTO {
|
|
|
|
|
|
class MeasuredResultsDTO {
|
|
|
String? version;
|
|
|
- List<FetusNodeDTO >? fetusNodes;
|
|
|
+ List<FetusNodeDTO>? fetusNodes;
|
|
|
|
|
|
MeasuredResultsDTO({
|
|
|
this.version,
|
|
@@ -3761,7 +3761,7 @@ class AdornerDTO {
|
|
|
|
|
|
class BaseAreaDTO {
|
|
|
String? visualAreaTypeName;
|
|
|
- List<AdornerDTO >? adorner;
|
|
|
+ List<AdornerDTO>? adorner;
|
|
|
|
|
|
BaseAreaDTO({
|
|
|
this.visualAreaTypeName,
|
|
@@ -3786,7 +3786,7 @@ class BaseAreaDTO {
|
|
|
}
|
|
|
|
|
|
class VisualAreaDTO {
|
|
|
- List<BaseAreaDTO >? children;
|
|
|
+ List<BaseAreaDTO>? children;
|
|
|
|
|
|
VisualAreaDTO({
|
|
|
this.children,
|
|
@@ -3833,7 +3833,7 @@ class VisualKeyDTO {
|
|
|
}
|
|
|
|
|
|
class VisualDTO {
|
|
|
- List<VisualKeyDTO >? children;
|
|
|
+ List<VisualKeyDTO>? children;
|
|
|
|
|
|
VisualDTO({
|
|
|
this.children,
|
|
@@ -3924,9 +3924,9 @@ class CarotidResultDTO {
|
|
|
String? mdlFile;
|
|
|
String? cDNMdlFile;
|
|
|
int mdlFileSize;
|
|
|
- List<MeasureImageFileDTO >? measureImageFiles;
|
|
|
+ List<MeasureImageFileDTO>? measureImageFiles;
|
|
|
String? measureResult;
|
|
|
- List<String >? surfaceImageList;
|
|
|
+ List<String>? surfaceImageList;
|
|
|
RecommendedDownloadModeEnum recommendedDownloadMode;
|
|
|
|
|
|
CarotidResultDTO({
|
|
@@ -4004,7 +4004,7 @@ class RemedicalInfoDTO extends BaseDTO{
|
|
|
ImageLocationDTO? imageLocation;
|
|
|
DiagnosisConclusionEnum diagnosisConclusion;
|
|
|
String? diagnosisResult;
|
|
|
- List<DiagnosisOrganEnum >? diagnosisOrgans;
|
|
|
+ List<DiagnosisOrganEnum>? diagnosisOrgans;
|
|
|
MeasuredResultsDTO? measuredResult;
|
|
|
ScanImageDTO? commentResult;
|
|
|
CarotidResultDTO? carotidResult;
|
|
@@ -4156,9 +4156,9 @@ class RemedicalMeasuredInfoDTO extends BaseDTO{
|
|
|
|
|
|
class ConsultationImagesDTO {
|
|
|
DateTime? imageDate;
|
|
|
- List<RemedicalInfoDTO >? ultrasoundImageList;
|
|
|
- List<ConsultationFileDTO >? screenshotList;
|
|
|
- List<RemedicalMeasuredInfoDTO >? measurementImageList;
|
|
|
+ List<RemedicalInfoDTO>? ultrasoundImageList;
|
|
|
+ List<ConsultationFileDTO>? screenshotList;
|
|
|
+ List<RemedicalMeasuredInfoDTO>? measurementImageList;
|
|
|
|
|
|
ConsultationImagesDTO({
|
|
|
this.imageDate,
|
|
@@ -4293,21 +4293,21 @@ class UserDTO extends UserBaseDTO{
|
|
|
String? organizationName;
|
|
|
String? rootOrganizationCode;
|
|
|
String? rootOrganizationName;
|
|
|
- List<String >? authorityGroups;
|
|
|
- List<String >? bindDevices;
|
|
|
- List<String >? bindDeviceOrganizations;
|
|
|
+ List<String>? authorityGroups;
|
|
|
+ List<String>? bindDevices;
|
|
|
+ List<String>? bindDeviceOrganizations;
|
|
|
String? lastIP;
|
|
|
int logintimes;
|
|
|
UserInfoStateEnum userState;
|
|
|
- List<String >? roleCodes;
|
|
|
- List<String >? rankCodes;
|
|
|
- List<String >? positionCodes;
|
|
|
+ List<String>? roleCodes;
|
|
|
+ List<String>? rankCodes;
|
|
|
+ List<String>? positionCodes;
|
|
|
ApplyStateEnum applyState;
|
|
|
String? rankName;
|
|
|
String? positionName;
|
|
|
bool isDirector;
|
|
|
- List<String >? fieldList;
|
|
|
- List<String >? deletePatientCodes;
|
|
|
+ List<String>? fieldList;
|
|
|
+ List<String>? deletePatientCodes;
|
|
|
bool isBatchExportDiagnoseData;
|
|
|
String? bindAssistantUserCode;
|
|
|
String? bindAssistantDoctorUserCode;
|
|
@@ -4315,11 +4315,11 @@ class UserDTO extends UserBaseDTO{
|
|
|
String? signature;
|
|
|
String? language;
|
|
|
bool enableReportLabel;
|
|
|
- List<AssociatedInfoDTO >? associatedInfos;
|
|
|
+ List<AssociatedInfoDTO>? associatedInfos;
|
|
|
String? commonPlatformUserId;
|
|
|
String? bindEmergencyDeviceCode;
|
|
|
String? bindEmergencyExpertCode;
|
|
|
- List<String >? dashboardOrgCodes;
|
|
|
+ List<String>? dashboardOrgCodes;
|
|
|
|
|
|
UserDTO({
|
|
|
this.nickName,
|
|
@@ -4497,21 +4497,21 @@ class UserExtendDTO extends UserDTO{
|
|
|
String? organizationName,
|
|
|
String? rootOrganizationCode,
|
|
|
String? rootOrganizationName,
|
|
|
- List<String >? authorityGroups,
|
|
|
- List<String >? bindDevices,
|
|
|
- List<String >? bindDeviceOrganizations,
|
|
|
+ List<String>? authorityGroups,
|
|
|
+ List<String>? bindDevices,
|
|
|
+ List<String>? bindDeviceOrganizations,
|
|
|
String? lastIP,
|
|
|
int logintimes = 0,
|
|
|
UserInfoStateEnum userState = UserInfoStateEnum.Nonactivated,
|
|
|
- List<String >? roleCodes,
|
|
|
- List<String >? rankCodes,
|
|
|
- List<String >? positionCodes,
|
|
|
+ List<String>? roleCodes,
|
|
|
+ List<String>? rankCodes,
|
|
|
+ List<String>? positionCodes,
|
|
|
ApplyStateEnum applyState = ApplyStateEnum.NotApply,
|
|
|
String? rankName,
|
|
|
String? positionName,
|
|
|
bool isDirector = false,
|
|
|
- List<String >? fieldList,
|
|
|
- List<String >? deletePatientCodes,
|
|
|
+ List<String>? fieldList,
|
|
|
+ List<String>? deletePatientCodes,
|
|
|
bool isBatchExportDiagnoseData = false,
|
|
|
String? bindAssistantUserCode,
|
|
|
String? bindAssistantDoctorUserCode,
|
|
@@ -4519,11 +4519,11 @@ class UserExtendDTO extends UserDTO{
|
|
|
String? signature,
|
|
|
String? language,
|
|
|
bool enableReportLabel = false,
|
|
|
- List<AssociatedInfoDTO >? associatedInfos,
|
|
|
+ List<AssociatedInfoDTO>? associatedInfos,
|
|
|
String? commonPlatformUserId,
|
|
|
String? bindEmergencyDeviceCode,
|
|
|
String? bindEmergencyExpertCode,
|
|
|
- List<String >? dashboardOrgCodes,
|
|
|
+ List<String>? dashboardOrgCodes,
|
|
|
String? phone,
|
|
|
String? email,
|
|
|
String? userCode,
|
|
@@ -4673,7 +4673,7 @@ class ChangeConsultationResult {
|
|
|
String? consultationCode;
|
|
|
String? initiatorCode;
|
|
|
int roomNo;
|
|
|
- List<LiveConsultationMember >? memberLiveDatas;
|
|
|
+ List<LiveConsultationMember>? memberLiveDatas;
|
|
|
|
|
|
ChangeConsultationResult({
|
|
|
this.consultationCode,
|
|
@@ -4760,12 +4760,12 @@ class DeviceInfoDTO extends BaseDTO{
|
|
|
String? systemVersion;
|
|
|
String? cPUModel;
|
|
|
String? systemLanguage;
|
|
|
- List<String >? diagnosisModules;
|
|
|
- List<String >? reportPosterCodes;
|
|
|
+ List<String>? diagnosisModules;
|
|
|
+ List<String>? reportPosterCodes;
|
|
|
bool mergedChannel;
|
|
|
int mergedVideoOutputWidth;
|
|
|
int mergedVideoOutputHeight;
|
|
|
- List<VideoDeviceDTO >? videoDeviceInfos;
|
|
|
+ List<VideoDeviceDTO>? videoDeviceInfos;
|
|
|
DownloadModeSettingEnum downloadModeSetting;
|
|
|
bool liveOpened;
|
|
|
bool supportRtc;
|
|
@@ -4935,12 +4935,12 @@ class EmergencyDeviceInfoDTO extends DeviceInfoDTO{
|
|
|
String? systemVersion,
|
|
|
String? cPUModel,
|
|
|
String? systemLanguage,
|
|
|
- List<String >? diagnosisModules,
|
|
|
- List<String >? reportPosterCodes,
|
|
|
+ List<String>? diagnosisModules,
|
|
|
+ List<String>? reportPosterCodes,
|
|
|
bool mergedChannel = false,
|
|
|
int mergedVideoOutputWidth = 0,
|
|
|
int mergedVideoOutputHeight = 0,
|
|
|
- List<VideoDeviceDTO >? videoDeviceInfos,
|
|
|
+ List<VideoDeviceDTO>? videoDeviceInfos,
|
|
|
DownloadModeSettingEnum downloadModeSetting = DownloadModeSettingEnum.Auto,
|
|
|
bool liveOpened = false,
|
|
|
bool supportRtc = false,
|
|
@@ -5028,8 +5028,8 @@ class EmergencyDeviceInfoDTO extends DeviceInfoDTO{
|
|
|
}
|
|
|
|
|
|
class QueryEmergencyDataResult {
|
|
|
- List<EmergencyDeviceInfoDTO >? deviceInfoList;
|
|
|
- List<UserDTO >? expertList;
|
|
|
+ List<EmergencyDeviceInfoDTO>? deviceInfoList;
|
|
|
+ List<UserDTO>? expertList;
|
|
|
|
|
|
QueryEmergencyDataResult({
|
|
|
this.deviceInfoList,
|
|
@@ -5225,19 +5225,19 @@ class SyncConsultationRequest {
|
|
|
String? expertUserCode;
|
|
|
String? deviceCode;
|
|
|
String? scanUser;
|
|
|
- List<DataItemDTO >? patientInfo;
|
|
|
- List<String >? scanPositions;
|
|
|
+ List<DataItemDTO>? patientInfo;
|
|
|
+ List<String>? scanPositions;
|
|
|
DateTime? consultationTime;
|
|
|
DateTime? consultationTimeEnd;
|
|
|
TransactionStatusEnum consultationStatus;
|
|
|
- List<ConsultationFileDTO >? consultationFileList;
|
|
|
+ List<ConsultationFileDTO>? consultationFileList;
|
|
|
String? rejectReason;
|
|
|
String? description;
|
|
|
String? diseases;
|
|
|
String? primaryDiagnosis;
|
|
|
SyncEvaluatesRequest? evaluates;
|
|
|
FollowUpVisitStatusEnum followUpVisitStatus;
|
|
|
- List<SyncFollowUpVisitRequest >? syncFollowUpVisitList;
|
|
|
+ List<SyncFollowUpVisitRequest>? syncFollowUpVisitList;
|
|
|
|
|
|
SyncConsultationRequest({
|
|
|
this.consultationCode,
|
|
@@ -5341,7 +5341,7 @@ class SyncConsultationRequest {
|
|
|
|
|
|
class SyncBatchConsultationRequest {
|
|
|
SyncDBEnum syncType;
|
|
|
- List<SyncConsultationRequest >? syncConsultations;
|
|
|
+ List<SyncConsultationRequest>? syncConsultations;
|
|
|
|
|
|
SyncBatchConsultationRequest({
|
|
|
this.syncType = SyncDBEnum.Migrate,
|