单选题VINⅢ()A只有肿瘤较大,引起行走不适合性生活困难时,需手术切除B肿瘤有恶变倾向,手术时需做冷冻切片,若为恶性,应做较广泛的外阴切除C行有蒂肌瘤切除或深部肌瘤摘除D行外阴病灶切除或单纯外阴切除E较广泛切除局部病灶,不需做外阴根治术及腹股沟淋巴结清扫术
单选题
VINⅢ()
A
只有肿瘤较大,引起行走不适合性生活困难时,需手术切除
B
肿瘤有恶变倾向,手术时需做冷冻切片,若为恶性,应做较广泛的外阴切除
C
行有蒂肌瘤切除或深部肌瘤摘除
D
行外阴病灶切除或单纯外阴切除
E
较广泛切除局部病灶,不需做外阴根治术及腹股沟淋巴结清扫术
参考解析
解析:
1.若出现浸润或合并汗腺癌时,需作外因根治术和双侧腹股沟淋巴结清扫术。
相关考题:
关于VIN下列哪项阐述不正确A、VINⅠ级可用5% 5-FU软膏涂抹或激光治疗B、VINⅡ级~VINⅢ级可考虑病灶局部切除或单纯外阴切除C、根据上皮的成熟程度和细胞的异型性可将VIN分为3级D、很少转变为浸润癌,但60岁以上患者有可能发展为浸润癌E、确诊须依据病理检查,活检取材深度一般应达到皮下脂肪层
publicclassCar{privateintwheelCount;privateStringvin;publicCar(Stringvin){this.vin=vin;this.wheelCount=4;}publicStringdrive(){returnzoom-zoom”;}publicStringgetInfo(){returnVIN:+vin+wheels:+wheelCount;}}And:publicclassMeGoextendsCar{publicMeGo(Stringvin){this.wheelCount=3;}}Whattwomusttheprogrammerdotocorrectthecompilationerrors?()A.insertacalltothis()intheCarconstructorB.insertacalltothis()intheMeGoconstructorC.insertacalltosuper()intheMeGoconstructorD.insertacalltosuper(vin)intheMeGoconstructorE.changethewheelCountvariableinCartoprotectedF.changeline3intheMeGoclasstosuper.wheelCount=3;
关于VIN诊断标准,不恰当的是 A、VINⅠ:上皮过度增生和异型细胞改变,局限于上皮的下1/3B、VINⅡ:上皮过度增生和异型细胞改变,局限于上皮的下2/3C、VINⅢ:上皮过度增生和异型细胞改变,超过上皮的下2/3D、原位癌:重度非典型增生累及上皮全层,但未穿透基底膜E、VINⅢ不包括原位癌
多选题public class Car { private int wheelCount; private String vin; public Car(String vin) { this.vin = vin; this.wheelCount = 4; } public String drive() { return “zoom-zoom”; } public String getInfo() { return “VIN: “+ vin + “wheels: “+ wheelCount; } } And: public class MeGo extends Car { public MeGo(String vin) { this.wheelCount = 3; } } What two must the programmer do to correct the compilation errors?()Ainsert a call to this() in the Car constructorBinsert a call to this() in the MeGo constructorCinsert a call to super() in the MeGo constructorDinsert a call to super(vin) in the MeGo constructorEchange the wheelCount variable in Car to protectedFchange line 3 in the MeGo class to super.wheelCount = 3;