单选题对于脑出血急性期患者,下列护理措施不妥的是()A避免翻动B头部略低,防止脑缺血C头部放置冰袋,防止继续脑出血D发病24小时之内应禁食E注意观察颅内压增高的症状
单选题
对于脑出血急性期患者,下列护理措施不妥的是()
A
避免翻动
B
头部略低,防止脑缺血
C
头部放置冰袋,防止继续脑出血
D
发病24小时之内应禁食
E
注意观察颅内压增高的症状
参考解析
解析:
暂无解析
相关考题:
单选题张某,女,70岁,因支气管哮喘急性发作入院治疗,经静脉输入药物2天后病情缓解。今日输液1小时后,患者突然面色苍白、呼吸困难、气促、咳嗽加重、咯粉红色泡沫样痰。考虑患者可能的诊断是()A哮喘再次发作B循环负荷过重C输液浓度过高D静脉空气栓塞E对药物过敏
单选题患儿,男性,8个月。3个月时被诊断为室间隔缺损,4次因肺部感染而入院,本次住院期间突然哭闹不止,哭声低弱,大汗,肺部闻及哮鸣音,肝大,较前增大2cm。该患儿合并的并发症是()A肺水肿B肝炎C心力衰竭D细菌性心内膜炎E支气管肺炎
单选题某妇女,28岁,外阴痒、白带增多半年。妇科检查发现:阴道壁充血,宫颈光滑,白带呈稀薄泡沫状。为确定诊断,进一步的检查是()A阴道脱落细胞检查B阴道分泌物悬滴试验C尿常规D三合诊E诊断性刮宫
单选题你公司有个web站点运行在windows server 2008的服务器上。服务器安装了web服务(IIS)。需要加密的虚拟目录配置了SSL。在Web站点上你要执行一个新的Web应用程序。新应用程序有它自己的登录页面userlogin.aspx.你启用了web站点属性中的Forms身份验证。你需要配置web站点使用userlogin.aspx来验证用户账户。怎么做?()A配置Forms身份验证需要SSLB配置Cookie名字属性为userlogin.aspx文件名C为Forms身份验证配置登录URL属性,配置URL为userlogin.aspx文件名D配置默认文档设置,在web站点属性中增加userlogin.aspx文件名
单选题原卫生部《医药卫生中长期人才发展规划(2011-2020年)》提出有重点地分步培养护理人才,目标为()A到2015年,注册护士达到200万人,到2020年,注册护士达到400万人B到2015年,注册护士达到156万人,到2020年,注册护士达到312万人C到2015年,注册护士达到286万人,到2020年,注册护士达到445万人D到2015年,注册护士达到300万人,到2020年,注册护士达到400万人E到2015年,注册护士达到305万人,到2020年,注册护士达到425万人
单选题You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use? ()Aaspnet_compiler.exeBInstallUtil.exeCCSC.exeDaspnet_wp.exe
单选题You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. When you are absent, a user will use a login named Mary to log in and maintain the database snapshots. The user has to delete the database snapshots for DB1, so you have to give the appropriate permissions to the user. So which database permission should you give the user?()ADELETE BCONTROL CDROP DATABASE DALTER ANY DATASPACE
单选题产程中缩宫素引产的适应证不包括()A过期妊娠,无阴道分娩禁忌证者B有潜伏期延长趋势,潜伏期6小时C活跃期继发性宫缩乏力D母亲合并症或并发症,需要终止妊娠,并具有阴道分娩条件者E胎膜早破12小时
多选题You are creating a custom user control. The custom user control will be used on 10 Web Forms for an ASP.NET Web site that allows users to register and log on to a personalized experience. The custom user control uses two TextBox controls and two Button controls. You need to ensure that the controls are visible only when users are not logged on to the Web site. You also need to minimize the amount of effort in development and maintenance for the Web site. Which two actions should you perform? ()AAdd the OnClick event handler for the Login button to the code used in the custom user control.BAdd the OnClick event handler for the Login button to the code used in the Web Form where the control is added.CIn the Page_Load method of the Web Form, add a code segment to set the visibility of the TextBox and Button controls where the control is added.DIn the Page_Load method of the custom user control, add a code segment to set the visibility of the TextBox and Button controls.
单选题下列关于脑血管造影术后护理及观察要点的描述,错误的是()A观察穿刺部位有无渗血或血肿B股动脉穿刺者观察足背动脉的搏动情况C定时测量血压和脉搏D股动脉穿刺点应用沙袋压迫止血2~4小时E术后24小时多饮水,以促进造影剂排泄
单选题你有一台运行Windows 7的计算机,你需要配置这台计算机满足以下要求: 当计算机启动时生成一个新的SID,确保当计算机启动时出现欢迎屏幕。 你该怎么做?()A运行 Sysprep.exe /oobe /generalizeB运行Sysprep.exe /audit /generalizeC运行Msconfig.exe 并选择“选择性启动”D运行Msconfig.exe 并选择“诊断启动”
单选题You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do?()AAdd a CompareValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its Operator property to DataTypeCheck.BAdd a RangeValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its MinimumValue property to 01/01/1900 and its MaximumValue to the current date.CAdd a CustomValidator control to the Web Form. Set its ControlToValidate property to txtDate. Write a function in the partial class that verifies the values as dates and returns a Boolean variable. Set the CustomValidators ClientValidationFunction to the name of your function.DAdd a RegularExpressionValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set the ValidationExpression property to ensure that the users input follows the format of nn-nn-nnnn, where n represents a number from 0 through 9.
单选题当为某冠心病病人进行健康教育时,病人向你表达了他认为吸烟对他的健康不会产生影响,所以即使在患病期间,他仍然不想戒烟,病人的这种行为受到了哪类因素的影响()A倾向因素B促成因素C强化因素D环境因素E学习因素
单选题You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use? ()Aallow verbs=GET users=* /deny verbs=POST users=* /allow verbs=POST roles=Administrators /Ballow role s=Administrators /deny users=* /Callow u sers=Administrators /allow users=* /Dallow v erbs = POST roles=Administrators /deny verbs=POST users=* /allow verbs=GET users=* /
单选题消化性溃疡的发生与何种病原菌感染有关()A链球菌B肺炎球菌C幽门螺杆菌D金黄色葡萄球菌E大肠埃希菌