1.Construction of An Automated Segmentation Visual Foundation Model for Pathological Images of Hemorrhoids and Its Application in Traditional Chinese Medicine Clinical Syndrome Analysis
Shijie ZHANG ; Ao ZHANG ; Kang WANG ; Bin KANG ; Xiaofan YU ; Xujing FENG ; Jinyu CAO ; Wenzhen HUANG ; Kang DING
Journal of Traditional Chinese Medicine 2026;67(7):764-769
This paper proposes a two-stage method integrating visual foundation models (VFM) and diffusion models. The segment anything model (SAM) as VFM is combined with the SegRefiner diffusion model to construct the SAM-SegRefiner framework for automated segmentation of edema, inflammation, and thrombus regions in histopathological images of hemorrhoidal tissue, providing a reproducible technical tool for the objective quantification of pathological morphology and its application in traditional Chinese medicine (TCM) syndrome research. Trained and validated on multi-center retrospective data, the SAM-SegRefiner model achieved an average pixel accuracy of 95.32% and a mean intersection over union (mIoU) of 66.81% on an independent test set, significantly outperfor-ming comparative models such as U-Net, MixU-Net, and SAM-Med2D, and also demonstrating robust cross-center generalization capability. Furthermore, by correlating the quantitatively segmented results from the model with the patients' TCM syndrome types, the potential associations between pathomorphological features and TCM syndrome differentiation have been explored. The analysis revealed no statistically significant differences in the degree of inflammatory infiltration and thrombus formation among different syndrome types, suggesting a complex relationship between local pathological changes and systemic syndrome manifestations.
2.Mechanism of Xiezhuo Jiedu Prescription in Treatment of Ulcerative Colitis by Inhibiting Ferroptosis and Alleviating Intestinal Mucosal Injury Based on Nrf2/SLC7A11/GPX4 Signaling Pathway
Qiang CHUAI ; Wenjing ZHAI ; Sujie JIA ; Xiaomeng LANG ; Jie REN ; Xin KANG ; Shijie REN ; Xingchi LIU ; Xin LIU ; Xiaohong JIANG ; Jianping LIU
Chinese Journal of Experimental Traditional Medical Formulae 2026;32(1):160-169
ObjectiveTo investigate the mechanism of Xiezhuo Jiedu prescription in the treatment of ulcerative colitis (UC) by inhibiting ferroptosis and alleviating intestinal mucosal injury based on the nuclear factor E2 related factor 2/solute carrier family 7 member/glutathione peroxidase 4 (Nrf2/SLC7A11/GPX4) signaling pathway. MethodsA total of 60 male SD rats were divided into a normal group, a model group, high- and low-dose Xiezhuo Jiedu prescription groups (26.64 and 13.32 g·kg-1, respectively), a ferroptosis inhibitor group (Ferrostatin-1, 0.005 g·kg-1), and a mesalazine group (0.27 g·kg-1), with 10 rats in each group. A UC rat model was established by intrarectal administration of trinitrobenzene sulfonic acid (TNBS)-ethanol. The normal group and the model group were intragastrically administered normal saline. The other groups were given intragastric administration according to the corresponding dosage for 7 d. The general condition, disease activity index (DAI) score, colon length, and mucosal injury index (CDMI) score were observed in each group. The pathological changes of colon tissue in each group were observed by hematoxylin-eosin (HE) staining. The intestinal mucosa and mitochondrial morphology in each group were observed by transmission electron microscopy. The expression levels of Occludin, Claudin-1, mucin 2 (MUC2), and E-cadherin in intestinal tissue were detected by immunofluorescence (IF). Enzyme-linked immunosorbent assay (ELISA) was used to detect the expression levels of serum tumor necrosis factor-α (TNF-α), interleukin-6 (IL-6), and interleukin-10 (IL-10) in each group, and a lactic acid assay kit or ELISA was employed to detect the expression levels of reactive oxygen species (ROS), ferrous ions (Fe2+), glutathione (GSH), malondialdehyde (MDA), 4-hydroxynonenal (4-HNE), diamine oxidase (DAO), and D-lactate (D-LA). Real-time quantitative polymerase chain reaction (Real-time PCR) was applied to detect the mRNA expression levels of Nrf2, SLC7A11, GPX4, Occludin, Claudin-1, MUC2, and E-cadherin in each group, and Western blot was adopted to detect the protein expression levels of Nrf2, p-Nrf2, SLC7A11, and GPX4 in each group. ResultsCompared with the normal group, rats in the model group exhibited listlessness, sluggish response, and mucopurulent and bloody stools. The model group also showed significantly increased DAI score, colon length, CDMI score, and expression levels of TNF-α, IL-6, ROS, Fe2+, MDA, 4-HNE, DAO, and D-LA (P<0.01). In addition, it presented significantly decreased IF values of Occludin, Claudin-1, MUC2, and E-cadherin and mRNA and protein expression levels of IL-10, GSH, Nrf2, p-Nrf2, SLC7A11, and GPX4 (P<0.01). There were different degrees of improvement in each administration group after treatment, and the improvement was the most significant in the high-dose Xiezhuo Jiedu prescription group (P<0.01). ConclusionXiezhuo Jiedu prescription may alleviate intestinal mucosal injury by inhibiting ferroptosis of intestinal epithelial cells via regulating the Nrf2/SLC7A11/GPX4 signaling pathway, thereby exhibiting efficacy in the treatment of UC.
3.Construction of craniocerebral tissue segmentation model based on texture feature retrieval enhancement
Jinqian LI ; Chao WANG ; Zhuangzhuang DOU ; Xiaoke JIN ; Shijie RUAN ; Jia LI
Chinese Journal of Tissue Engineering Research 2026;30(6):1431-1438
BACKGROUND:Rapid and accurate segmentation of brain tissue in medical images is of great significance for three-dimensional biomechanical modeling and diagnosis of craniocerebral injuries.Currently,artificial intelligence(AI)-based baseline models exhibit excellent generalization capabilities on large-scale datasets.However,due to the specificity and complexity of craniocerebral tissues,these models have certain limitations in their application to craniocerebral tissue segmentation.Additionally,the scarcity of craniocerebral tissue samples makes it difficult for baseline models to achieve precise segmentation results through fine-tuning.OBJECTIVE:To construct a craniocerebral tissue segmentation model based on texture feature retrieval enhancement to improve segmentation accuracy under a small number of samples.METHODS:Segment Anything in Medical Images(MedSAM)model was selected as the basic framework,and texture features were combined with deep learning to build a brain tissue segmentation model based on texture feature retrieval enhancement(DP-MedSAM).Dice Coefficient and mean intersection over union(MIoU)were selected to evaluate the efficiency of image segmentation results.In comparison with the original MedSAM model,the ablation experiment systematically evaluated the influence of key components on the model performance.The sensitivities of MedSAM,the Segment Anything Model(SAM)for medical image segmentation(SAM-Med2D)and DP-MedSAM in the mandible,left optic nerve,and left parotid gland were compared.RESULTS AND CONCLUSION:(1)By verifying the impact of the number of point prompts on segmentation results on the HaN-Seg dataset,the experimental results indicated that the optimal Dice score was achieved with the addition of three points.(2)DP-MedSAM demonstrated performance improvements compared with MedSAM and SAM-Med2D on two datasets(HaN and Public Domain Database for Computational Anatomy).Especially on the Public Domain Database for Computational Anatomy dataset,in terms of the MIoU metric,DP-MedSAM outperformed MedSAM by 6.59%and SAM-Med2D by 37.35%;in terms of the Dice metric,DP-MedSAM outperformed MedSAM and SAM-Med2D by 4.34%and 25.32%,respectively.(3)The ablation experiment results showed that removing the texture feature extraction module in the DP-MedSAM model,relying solely on original image features,led to a significant decrease in results on the test set.Furthermore,removing the vector cache database and its retrieval enhancement function from the model,which deprived the ability of the model to perform similarity retrieval using an external knowledge base,further reduced model performance.(4)Under conditions of limited data resources,the DP-MedSAM model outperformed the other two models in all evaluation metrics.The DP-MedSAM model performed excellently when processing simple and moderately difficult samples,demonstrating a clear advantage over the other two models and indicating good generalization ability.Processing the fine structures of difficult samples placed higher demands on the model's segmentation capabilities.Although the performance of the DP-MedSAM model declined slightly,it still outperformed the other two models.(5)This study proposes an innovative craniocerebral tissue segmentation model,DP-MedSAM,which improves the baseline model's performance in capturing local details and global structural information in medical images by introducing target region texture feature extraction.Through vector similarity retrieval technology,DP-MedSAM can retrieve the feature vector most similar to the current target region from a pre-constructed vector database,providing more precise guiding information for the segmentation process.
4.Construction of craniocerebral tissue segmentation model based on texture feature retrieval enhancement
Jinqian LI ; Chao WANG ; Zhuangzhuang DOU ; Xiaoke JIN ; Shijie RUAN ; Jia LI
Chinese Journal of Tissue Engineering Research 2026;30(6):1431-1438
BACKGROUND:Rapid and accurate segmentation of brain tissue in medical images is of great significance for three-dimensional biomechanical modeling and diagnosis of craniocerebral injuries.Currently,artificial intelligence(AI)-based baseline models exhibit excellent generalization capabilities on large-scale datasets.However,due to the specificity and complexity of craniocerebral tissues,these models have certain limitations in their application to craniocerebral tissue segmentation.Additionally,the scarcity of craniocerebral tissue samples makes it difficult for baseline models to achieve precise segmentation results through fine-tuning.OBJECTIVE:To construct a craniocerebral tissue segmentation model based on texture feature retrieval enhancement to improve segmentation accuracy under a small number of samples.METHODS:Segment Anything in Medical Images(MedSAM)model was selected as the basic framework,and texture features were combined with deep learning to build a brain tissue segmentation model based on texture feature retrieval enhancement(DP-MedSAM).Dice Coefficient and mean intersection over union(MIoU)were selected to evaluate the efficiency of image segmentation results.In comparison with the original MedSAM model,the ablation experiment systematically evaluated the influence of key components on the model performance.The sensitivities of MedSAM,the Segment Anything Model(SAM)for medical image segmentation(SAM-Med2D)and DP-MedSAM in the mandible,left optic nerve,and left parotid gland were compared.RESULTS AND CONCLUSION:(1)By verifying the impact of the number of point prompts on segmentation results on the HaN-Seg dataset,the experimental results indicated that the optimal Dice score was achieved with the addition of three points.(2)DP-MedSAM demonstrated performance improvements compared with MedSAM and SAM-Med2D on two datasets(HaN and Public Domain Database for Computational Anatomy).Especially on the Public Domain Database for Computational Anatomy dataset,in terms of the MIoU metric,DP-MedSAM outperformed MedSAM by 6.59%and SAM-Med2D by 37.35%;in terms of the Dice metric,DP-MedSAM outperformed MedSAM and SAM-Med2D by 4.34%and 25.32%,respectively.(3)The ablation experiment results showed that removing the texture feature extraction module in the DP-MedSAM model,relying solely on original image features,led to a significant decrease in results on the test set.Furthermore,removing the vector cache database and its retrieval enhancement function from the model,which deprived the ability of the model to perform similarity retrieval using an external knowledge base,further reduced model performance.(4)Under conditions of limited data resources,the DP-MedSAM model outperformed the other two models in all evaluation metrics.The DP-MedSAM model performed excellently when processing simple and moderately difficult samples,demonstrating a clear advantage over the other two models and indicating good generalization ability.Processing the fine structures of difficult samples placed higher demands on the model's segmentation capabilities.Although the performance of the DP-MedSAM model declined slightly,it still outperformed the other two models.(5)This study proposes an innovative craniocerebral tissue segmentation model,DP-MedSAM,which improves the baseline model's performance in capturing local details and global structural information in medical images by introducing target region texture feature extraction.Through vector similarity retrieval technology,DP-MedSAM can retrieve the feature vector most similar to the current target region from a pre-constructed vector database,providing more precise guiding information for the segmentation process.
5.The construction and evaluation of heart preservation model for empty beating donor heart based on extracorporeal membrane oxygenation technology
Shijie YIN ; Xiao YUE ; Chunhua WANG ; Wei WU ; Guanbin QIN ; Lan LUO ; Qiangxin HUANG ; Guixin HE
Chinese Journal of Clinical Thoracic and Cardiovascular Surgery 2026;33(05):791-798
Objective To explore the construction of heart preservation model of empty beating donor based on extracorporeal membrane oxygenation (ECMO). Methods From January 2022 to August 2023, 20 Guangxi Bama miniature pigs weighing 25-30 kg were selected, half male and half female. Under general anesthesia and heparinization, a midline thoracotomy was performed. The pericardium was cut after freeing the anterior and posterior vena cavae, and a perfusion needle was inserted near the brachiocephalic artery in the ascending aorta, connected to a blood collection bag to collect 500-600 mL of blood. The anterior and posterior vena cavae were ligated, the aorta was blocked and perfused with HTK solution to stop the heart beating. The superior and inferior vena cavae were cut off, the right pulmonary vein was decompressed, the aorta and left and right pulmonary arteries and veins were cut off, and the whole heart was removed. An ECMO device was used to continuously perfuse a cardioprotective solution mainly composed of oxygenated warm blood, maintaining the isolated pig heart beating for 8 hours, monitoring (once/hour) ECMO perfusion parameters, blood gas indicators, perfusate electrolytes, inflammatory factors, myocardial enzymes, myoglobin, and troponin levels. Myocardial tissue was taken for hematoxylin-eosin (HE) staining to observe myocardial cell damage and evaluate the quality of heart preservation. Results Among the 20 isolated beating pig hearts, 17 successfully resumed beating, 3 experienced ventricular fibrillation, resuscitated after intracardiac electrical defibrillation, and all 20 pig hearts successfully beat for 8 hours. There was no statistical difference in ECMO perfusion parameters, blood gas indicators, perfusate electrolytes, and inflammatory factors at each time point (P>0.05). There were statistical increases in myocardial enzymes, myoglobin, and troponin levels (P<0.05). HE staining results suggested that there was no severe myocardial damage. Conclusion ECMO technology can be used for pig heart preservation with good results, and this study provides experimental evidence for improving heart preservation research in clinical heart transplantation.
6.Association of insulin-like growth factor binding protein-3 gene polymorphism at the rs10225396 locus with susceptibility to hepatocellular carcinoma
Shijie LIU ; Guang JIN ; Hesong CUI ; Shuyao SUN ; Yuke LIN ; Qingsong CUI
Journal of Clinical Hepatology 2026;42(4):882-889
ObjectiveTo investigate the association of the single nucleotide polymorphism (SNP) of the insulin-like growth factor binding protein-3 (IGFBP3) gene at rs10225396 (A>G) locus with the susceptibility to hepatocellular carcinoma, as well as its potential molecular regulatory mechanisms, and to provide novel genetic biomarkers and a theoretical basis for early screening and precise targeted therapy for hepatocellular carcinoma. MethodsA total of 192 patients with hepatocellular carcinoma who were admitted to The Affiliated Hospital of Yanbian University and Yanbian Cancer Hospital from January 2009 to August 2016 were enrolled as experimental group, and 190 healthy individuals who underwent physical examination in Physical Examination Center of Yanbian Hospital during the same period of time were enrolled as control group. Peripheral blood samples were collected from all subjects, and after DNA was extracted from whole blood, the DNA samples meeting quality standards were sent to Beijing Genomics Institute Research Center Co., Ltd., for Mass ARRAY mass spectrometry, while genotyping was completed. The independent-samples t test was used for comparison of continuous data between two groups, and the chi-square test was used for comparison of categorical data between two groups. A binary Logistic regression model was used to analyze the association of the SNP of the IGFBP3 gene at rs10225396 locus with the susceptibility to hepatocellular carcinoma, and odds ratio (OR) and 95% confidence interval (CI) were calculated to assess the risk of developing hepatocellular carcinoma in individuals carrying different genotypes. ResultsThere were two alleles (G and A) at the rs10225396 locus of the IGFBP3 gene, yielding the three genotypes of AA, AG, and GG, and its genotype distribution was consistent with the Hardy-Weinberg equilibrium (χ²=0.072, P=0.789). The stratified genetic analysis showed that carriers of the IGFBP3 rs10225396 AA genotype had a significant increased risk of hepatocellular carcinoma among individuals of age <63 years, male sex, smoking history, drinking history, and the Chinese Korean population (all P<0.001). The binary Logistic regression analysis showed that after adjustment for related risk factors in the codominant model, the population with genotype AG and GG had a significant reduction in the risk of hepatocellular carcinoma compared with the population with genotype AA (P<0.001), and in the dominant model, the population with genotype AG+GG had a significant reduction in the risk of hepatocellular carcinoma compared with the population with genotype AA (P<0.001). ConclusionThrough a genotyping analysis of hepatocellular carcinoma patients and healthy individuals in Yanbian Korean Autonomous Prefecture of Jilin Province, China, this study shows that genotype AA at rs10225396 locus of the IGFBP3 gene is significantly associated with the susceptibility to hepatocellular carcinoma, and this genotype can significantly increase the risk of developing hepatocellular carcinoma with the presence of specific risk factors, which provides a potential genetic marker for early screening and precise treatment of hepatocellular carcinoma.
7.Factors influencing repeat blood donor lapsing in Guangzhou: based on the zero-inflated poisson regression model
Rongrong KE ; Guiyun XIE ; Xiaoxiao ZHENG ; Yingying XU ; Xiaochun HONG ; Shijie LI ; Yongshi DENG ; Jinyu SHEN ; Jinyan CHEN ; Jian OUYANG
Chinese Journal of Blood Transfusion 2025;38(1):73-78
[Objective] To analyze the influencing factors of repeat blood donor lapsing using a zero-inflated poisson regression model (ZIP). [Methods] The blood donation behavior of 12 498 whole blood donors from 2020 was tracked until December 31, 2023. The factors influencing the frequency of blood donations in a given year was analyzed using ZIP, and donors with 0 blood donation in that year were considered to have lapsed. The changes in relevant influencing factors associated with each blood donation were measured and modeled for analysis. [Results] The zero-inflated part of ZIP showed that the risk of lapsing of male blood donors was 2.24 times that of female blood donors (OR 95% CI:1.864-2.696, P<0.001); the risk of lapsing of the 35-44 age group and over 45 age group was respectively 40% (OR 95% CI:0.455-0.790, P<0.001) and 61%(OR 95% CI:0.268-0.578, P<0.001) lower than that of the under 25 age group; the risk of lapsing for those who have donated blood twice and ≥3 times was respectively 50% (OR 95% CI:0.405-0.609, P<0.001) and 81% (OR 95% CI:0.154-0.225, P<0.001) lower than that of first-time donors; the risk of lapsing of those with junior high or high school education was 1.2 times that of those with a college degree or higher (OR 95% CI:1.033-1.384, P<0.05); the risk of lapsing for the divorced group was 2.02 times that of the married group (OR 95% CI:1.445-2.820, P<0.001); the risk of lapsing for those with an income (Yuan) of 10 000 to 50 000, 50 000 to 100 000 and more than 100 000 was respectively 0.67 (OR 95% CI:0.552-0.818, P<0.001), 0.72 (OR 95% CI:0.591-0.884, P=0.002) and 0.67 (OR 95% CI:0.535-0.834, P<0.001) times that of those with an income (Yuan) of less than 10 000. The results of the Poisson part are consistent with the results of the zero-inflated part in terms of age and education level. [Conclusion] Blood donor lapsing is overall related to factors such as gender, age, donation frequency, education, marital status and family income. It's essential to care for those blood donors prone to lapse to retain more regular blood donors.
8.Effect of Wenshen Tongluo Zhitong formula on mouse H-type bone microvascular endothelial cell/bone marrow mesenchymal stem cell co-culture system
Shijie ZHOU ; Muzhe LI ; Li YUN ; Tianchi ZHANG ; Yuanyuan NIU ; Yihua ZHU ; Qinfeng ZHOU ; Yang GUO ; Yong MA ; Lining WANG
Chinese Journal of Tissue Engineering Research 2025;29(1):8-15
BACKGROUND:Bone relies on the close connection between blood vessels and bone cells to maintain its integrity.Bones are in a physiologically hypoxic environment.Therefore,the study of angiogenesis and osteogenesis in hypoxic environment is closer to the microenvironment in vivo. OBJECTIVE:To explore the influence of Wenshen Tongluo Zhitong(WSTLZT)formula on H-type bone microvascular endothelial cell/bone marrow mesenchymal stem cell co-culture system in hypoxia environment and its related mechanism. METHODS:Enzyme digestion method and flow sorting technique were used to isolate and identify H-type bone microvascular endothelial cells.Mouse bone marrow mesenchymal stem cells were isolated and obtained by bone marrow adhesion method.H-type bone microvascular endothelial cell/bone marrow mesenchymal stem cell hypoxic co-culture system was established using Transwell chamber and anoxic culture workstation.WSTLZT formula powder was used to intervene in each group at a mass concentration of 50 and 100 μg/mL.The angiogenic function of H-type bone microvascular endothelial cells in the co-culture system was evaluated by scratch migration test and tube formation test.The osteogenic differentiation ability of bone marrow mesenchymal stem cells in the co-cultured system was evaluated by alkaline phosphatase staining and alizarin red staining.The protein and mRNA expression changes of PDGF/PI3K/AKT signal axis related molecules in H-type bone microvascular endothelial cells in the co-cultured system were detected by Western Blotting and q-PCR,respectively. RESULTS AND CONCLUSION:(1)Compared with the normal oxygen group,the scratch mobility and new blood vessel length of H-type bone microvascular endothelial cells were significantly higher(P<0.05);the osteogenic differentiation capacity of bone marrow mesenchymal stem cells was higher(P<0.05);the expression of PDGF/PI3K/AKT axis-related molecular protein and mRNA increased(P<0.05)in the hypoxia group.(2)Compared with the hypoxia group,scratch mobility and new blood vessel length were significantly increased in the H-type bone microvascular endothelial cells(P<0.05);bone marrow mesenchymal stem cells had stronger osteogenic function(P<0.05);the expression of PDGF/PI3K/AKT axis-related molecular proteins and mRNA further increased(P<0.05)after treatment with different dose concentrations of WSTLZT formula.These findings conclude that H-type angiogenesis and osteogenesis under hypoxia may be related to the PDGF/PI3K/AKT signaling axis,and WSTLZT formula may promote H-type vasculo-dependent bone formation by activating the PDGF/PI3K/AKT signaling axis,thereby preventing and treating osteoporosis.
9.Thoughts on studying the relationship between the implementation effect and influencing factors of the occupational disease prevention legislation
China Occupational Medicine 2025;52(4):361-367
The legislative purpose of the Law of the People′s Republic of China on the Prevention and Control of Occupational Diseases is to safeguard the health, related rights and interests of workers, and to promote economic and social development. The remarkable achievements in occupational disease prevention and control indicate the implementation effect of the legal system for prevention and control of occupational diseases. The implementation effect of laws is influenced by various factors, including legislation, law enforcement, and law compliance. This study proposes a methodology to study the relationship between the implementation effect and influencing factors of the legal system for prevention and control of occupational diseases, based on the implementation theory of the law and the actual implementation of the legal system for prevention and control of occupational diseases, so as to further improve the level of legislation, law enforcement, and law compliance, and to promote the realization of the legislative purpose. The results of this study show that the law enforcement dimension of prevention and control of occupational diseases can be examined by retrospective analysis of the incidence of occupational diseases, or the relationship between other illegal situations and the intensity of supervision and punishment. The compliance dimension can focus on the application of enforcement principles (legality principle, rationality principle, and efficiency principle) and attribution diagnosis principles for occupational diseases. The legislative dimension should prioritize the appropriateness of the legal system′s content, implementation status, and clarity and acceptability of legal expressions. In addition, research should be conducted on issues such as opportunities for violations, motivations for compliance, social atmosphere, and legal awareness campaigns. Relevant research data can be obtained by collecting management statistics, media reports and special subject design observations. Only when laws are well-established, well-enforced, well-applied, and when law-abiding becomes the conscious choice of employers and law enforcement agencies, can workers′ occupational health rights be effectively protected and the authority of the law fully realized.
10.Expert consensus on the application of nasal cavity filling substances in nasal surgery patients(2025, Shanghai).
Keqing ZHAO ; Shaoqing YU ; Hongquan WEI ; Chenjie YU ; Guangke WANG ; Shijie QIU ; Yanjun WANG ; Hongtao ZHEN ; Yucheng YANG ; Yurong GU ; Tao GUO ; Feng LIU ; Meiping LU ; Bin SUN ; Yanli YANG ; Yuzhu WAN ; Cuida MENG ; Yanan SUN ; Yi ZHAO ; Qun LI ; An LI ; Luo BA ; Linli TIAN ; Guodong YU ; Xin FENG ; Wen LIU ; Yongtuan LI ; Jian WU ; De HUAI ; Dongsheng GU ; Hanqiang LU ; Xinyi SHI ; Huiping YE ; Yan JIANG ; Weitian ZHANG ; Yu XU ; Zhenxiao HUANG ; Huabin LI
Journal of Clinical Otorhinolaryngology Head and Neck Surgery 2025;39(4):285-291
This consensus will introduce the characteristics of fillers used in the surgical cavities of domestic nasal surgery patients based on relevant literature and expert opinions. It will also provide recommendations for the selection of cavity fillers for different nasal diseases, with chronic sinusitis as a representative example.
Humans
;
Nasal Cavity/surgery*
;
Nasal Surgical Procedures
;
China
;
Consensus
;
Sinusitis/surgery*
;
Dermal Fillers

Result Analysis
Print
Save
E-mail