Advertisement
harshadura

faisss

Jul 7th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PurcForm><Xform><xf:xforms xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jr="http://openrosa.org/javarosa">
  3. <xf:model id="openmrs_model">
  4. <xf:instance id="openmrs_model_instance">
  5. <form id="1" name="Test1" version="1" uuid="2e5e8c7a-412b-442b-a301-934255986e3c" xmlns:openmrs="formentry.infopath_server_url cannot be empty/moduleServlet/formentry/forms/schema/1-1" xmlns:xd="http://schemas.microsoft.com/office/infopath/2003">
  6. <header>
  7. <enterer/>
  8. <date_entered/>
  9. <session/>
  10. <uid/>
  11. </header>
  12. <patient>
  13. <patient.given_name openmrs_table="patient_name" openmrs_attribute="given_name"/>
  14. <patient.medical_record_number openmrs_table="patient_identifier" openmrs_attribute="identifier"/>
  15. <patient.middle_name openmrs_table="patient_name" openmrs_attribute="middle_name"/>
  16. <patient.patient_id openmrs_table="patient" openmrs_attribute="patient_id"/>
  17. <patient.sex openmrs_table="patient" openmrs_attribute="gender"/>
  18. </patient>
  19. <encounter>
  20. <encounter.encounter_datetime openmrs_table="encounter" openmrs_attribute="encounter_datetime" xsi:nil="true">2013-07-07</encounter.encounter_datetime>
  21. <encounter.location_id openmrs_table="encounter" openmrs_attribute="location_id" xsi:nil="true"/>
  22. <encounter.provider_id openmrs_table="encounter" openmrs_attribute="provider_id" xsi:nil="true" provider_id_type="PROVIDER.ID"/>
  23. </encounter>
  24. <obs openmrs_concept="3^MEDICAL RECORD OBSERVATIONS^99DCT" openmrs_datatype="ZZ">
  25. <story openmrs_concept="6^STORY^99DCT" openmrs_datatype="ST">
  26. <date xsi:nil="true"/>
  27. <time xsi:nil="true"/>
  28. <value xsi:nil="true"/>
  29. </story>
  30. <family_name openmrs_concept="5^FAMILY_NAME^99DCT" openmrs_datatype="NM">
  31. <date xsi:nil="true"/>
  32. <time xsi:nil="true"/>
  33. <value xsi:nil="true"/>
  34. </family_name>
  35. </obs>
  36. <other/></form>
  37. </xf:instance>
  38. <xf:bind id="patient.given_name" nodeset="/form/patient/patient.given_name" type="xsd:string" jr:preload="patient" jr:preloadParams="givenName"/>
  39. <xf:bind id="patient.medical_record_number" nodeset="/form/patient/patient.medical_record_number" type="xsd:string" jr:preload="patient" jr:preloadParams="patientIdentifier"/>
  40. <xf:bind id="patient.middle_name" nodeset="/form/patient/patient.middle_name" type="xsd:string" jr:preload="patient" jr:preloadParams="middleName"/>
  41. <xf:bind id="patient.patient_id" nodeset="/form/patient/patient.patient_id" type="xsd:int" required="true()" visible="false()" jr:preload="patient" jr:preloadParams="patientId"/>
  42. <xf:bind id="patient.sex" nodeset="/form/patient/patient.sex" type="xsd:string" jr:preload="patient" jr:preloadParams="sex"/>
  43. <xf:bind id="encounter.encounter_datetime" nodeset="/form/encounter/encounter.encounter_datetime" type="xsd:date" constraint=". &lt;= today()" message="Encounter date cannot be after today" required="true()"/>
  44. <xf:bind id="encounter.location_id" nodeset="/form/encounter/encounter.location_id" type="xsd:string" required="true()"/>
  45. <xf:bind id="encounter.provider_id" nodeset="/form/encounter/encounter.provider_id" type="xsd:string" required="true()"/>
  46. <xf:bind id="family_name" nodeset="/form/obs/family_name/value" type="xsd:decimal" required="true()"/><xf:bind id="story" nodeset="/form/obs/story/value" type="xsd:string" required="true()"/>
  47.  
  48. </xf:model>
  49. <xf:group id="1">
  50. <xf:label>Page1</xf:label>
  51. <xf:input bind="patient.given_name">
  52. <xf:label>GIVEN NAME</xf:label>
  53. </xf:input>
  54. <xf:input bind="patient.medical_record_number">
  55. <xf:label>MEDICAL RECORD NUMBER</xf:label>
  56. </xf:input>
  57. <xf:input bind="patient.middle_name">
  58. <xf:label>MIDDLE NAME</xf:label>
  59. </xf:input>
  60. <xf:input bind="patient.patient_id">
  61. <xf:label>PATIENT ID</xf:label>
  62. </xf:input>
  63. <xf:input bind="patient.sex">
  64. <xf:label>SEX</xf:label>
  65. </xf:input>
  66. <xf:input bind="encounter.encounter_datetime">
  67. <xf:label>ENCOUNTER DATETIME</xf:label>
  68. </xf:input>
  69. <xf:select1 bind="encounter.location_id">
  70. <xf:label>LOCATION ID</xf:label>
  71. <xf:item id="1">
  72. <xf:label>Unknown Location [1]</xf:label>
  73. <xf:value>1</xf:value>
  74. </xf:item>
  75. </xf:select1>
  76. <xf:select1 bind="encounter.provider_id">
  77. <xf:label>PROVIDER ID</xf:label>
  78. <xf:item id="1">
  79. <xf:label>nurse jenn [1]</xf:label>
  80. <xf:value>1</xf:value>
  81. </xf:item><xf:item id="2">
  82. <xf:label>doc sira [2]</xf:label>
  83. <xf:value>2</xf:value>
  84. </xf:item>
  85.  
  86. </xf:select1>
  87. <xf:input bind="family_name">
  88. <xf:label>FAMILY_NAME</xf:label>
  89. <xf:hint>FAMILY_NAME</xf:hint>
  90. </xf:input><xf:input bind="story">
  91. <xf:label>STORY</xf:label>
  92. <xf:hint>STORY</xf:hint>
  93. </xf:input>
  94.  
  95. </xf:group>
  96. </xf:xforms></Xform><Layout><Form id="1"><Page Text="Page1" fontWeight="normal" fontSize="16px" fontFamily="Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif" Binding="Page1" Width="900px" Height="651px" backgroundColor=""><Item WidgetType="TextBox" HelpText="GIVEN NAME" Binding="patient/patient.given_name" Left="247px" Top="100px" Width="200px" Height="25px" TabIndex="3" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="MEDICAL RECORD NUMBER" HelpText="MEDICAL RECORD NUMBER" Binding="patient/patient.medical_record_number" Left="20px" Top="140px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="MEDICAL RECORD NUMBER" Binding="patient/patient.medical_record_number" Left="247px" Top="140px" Width="200px" Height="25px" TabIndex="4" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="MIDDLE NAME" HelpText="MIDDLE NAME" Binding="patient/patient.middle_name" Left="127px" Top="180px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="MIDDLE NAME" Binding="patient/patient.middle_name" Left="247px" Top="180px" Width="200px" Height="25px" TabIndex="5" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="SEX" HelpText="SEX" Binding="patient/patient.sex" Left="210px" Top="220px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="ENCOUNTER DATETIME" HelpText="ENCOUNTER DATETIME" Binding="encounter/encounter.encounter_datetime" Left="53px" Top="260px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="DatePicker" HelpText="ENCOUNTER DATETIME" Binding="encounter/encounter.encounter_datetime" Left="247px" Top="260px" Width="200px" Height="25px" TabIndex="7" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="LOCATION ID" HelpText="LOCATION ID" Binding="encounter/encounter.location_id" Left="132px" Top="300px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="ListBox" HelpText="LOCATION ID" Binding="encounter/encounter.location_id" Left="247px" Top="300px" Width="200px" Height="25px" TabIndex="8" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="PROVIDER ID" HelpText="PROVIDER ID" Binding="encounter/encounter.provider_id" Left="132px" Top="340px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="ListBox" HelpText="PROVIDER ID" Binding="encounter/encounter.provider_id" Left="247px" Top="340px" Width="200px" Height="25px" TabIndex="9" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="FAMILY_NAME" HelpText="FAMILY_NAME" Binding="obs/family_name/value" Left="130px" Top="56px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="GIVEN NAME" HelpText="GIVEN NAME" Binding="patient/patient.given_name" Left="138px" Top="100px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="SEX" Binding="patient/patient.sex" Left="246px" Top="219px" Width="200px" Height="25px" TabIndex="6" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="STORY" HelpText="STORY" Binding="obs/story/value" Left="187px" Top="383px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="STORY" Binding="obs/story/value" Left="247px" Top="383px" Width="200px" Height="25px" TabIndex="19" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Button" Text="Cancel" HelpText="cancel" Binding="cancel" Left="391px" Top="461px" Width="70px" Height="38px" TabIndex="11" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Button" Text="Submit" HelpText="submit" Binding="submit" Left="206px" Top="468px" Width="70px" Height="30px" TabIndex="10" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="FAMILY_NAME" Binding="obs/family_name/value" Left="250px" Top="50px" Width="200px" Height="25px" TabIndex="19" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/></Page></Form></Layout><Language><LanguageText lang="en"><xform id="1"><text xpath="xforms/model[@id='openmrs_model']/instance[@id='openmrs_model_instance']/form[@name]" value="Test1"/><text xpath="xforms/group[@id='1']/label" value="Page1"/><text xpath="xforms/group[@id='1']/input[@bind='patient.given_name']/label" value="GIVEN NAME"/><text xpath="xforms/group[@id='1']/input[@bind='patient.medical_record_number']/label" value="MEDICAL RECORD NUMBER"/><text xpath="xforms/group[@id='1']/input[@bind='patient.middle_name']/label" value="MIDDLE NAME"/><text xpath="xforms/group[@id='1']/input[@bind='patient.patient_id']/label" value="PATIENT ID"/><text xpath="xforms/group[@id='1']/input[@bind='patient.sex']/label" value="SEX"/><text xpath="xforms/group[@id='1']/input[@bind='encounter.encounter_datetime']/label" value="ENCOUNTER DATETIME"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.location_id']/label" value="LOCATION ID"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.location_id']/item[@id='1']/label" value="Unknown Location [1]"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.provider_id']/label" value="PROVIDER ID"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.provider_id']/item[@id='1']/label" value="nurse jenn [1]"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.provider_id']/item[@id='2']/label" value="doc sira [2]"/><text xpath="xforms/group[@id='1']/input[@bind='family_name']/label" value="FAMILY_NAME"/><text xpath="xforms/group[@id='1']/input[@bind='family_name']/hint" value="FAMILY_NAME"/><text xpath="xforms/group[@id='1']/input[@bind='story']/label" value="STORY"/><text xpath="xforms/group[@id='1']/input[@bind='story']/hint" value="STORY"/><text xpath="xforms/model[@id='openmrs_model']/bind[@id='encounter.encounter_datetime'][@message]" value="Encounter date cannot be after today"/></xform><Form id="1"><text xpath="Form/Page[@Binding='Page1'][@Text]" value="Page1"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@HelpText]" value="GIVEN NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@Top]" value="100px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@Text]" value="MEDICAL RECORD NUMBER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@HelpText]" value="MEDICAL RECORD NUMBER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@Top]" value="140px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@Left]" value="20px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@HelpText]" value="MEDICAL RECORD NUMBER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@Top]" value="140px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@Text]" value="MIDDLE NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@HelpText]" value="MIDDLE NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@Top]" value="180px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@Left]" value="127px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@HelpText]" value="MIDDLE NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@Top]" value="180px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@Text]" value="SEX"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@HelpText]" value="SEX"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@Top]" value="220px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@Left]" value="210px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@Text]" value="ENCOUNTER DATETIME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@HelpText]" value="ENCOUNTER DATETIME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@Top]" value="260px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@Left]" value="53px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@HelpText]" value="ENCOUNTER DATETIME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@Top]" value="260px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@Text]" value="LOCATION ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@HelpText]" value="LOCATION ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@Top]" value="300px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@Left]" value="132px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@HelpText]" value="LOCATION ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@Top]" value="300px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@Text]" value="PROVIDER ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@HelpText]" value="PROVIDER ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@Top]" value="340px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@Left]" value="132px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@HelpText]" value="PROVIDER ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@Top]" value="340px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='Label'][@Text]" value="FAMILY_NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='Label'][@HelpText]" value="FAMILY_NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='Label'][@Top]" value="56px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='Label'][@Left]" value="130px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@Text]" value="GIVEN NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@HelpText]" value="GIVEN NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@Top]" value="100px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@Left]" value="138px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@HelpText]" value="SEX"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@Top]" value="219px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@Left]" value="246px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='Label'][@Text]" value="STORY"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='Label'][@HelpText]" value="STORY"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='Label'][@Top]" value="383px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='Label'][@Left]" value="187px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='TextBox'][@HelpText]" value="STORY"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='TextBox'][@Top]" value="383px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/story/value' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Text]" value="Cancel"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@HelpText]" value="cancel"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Top]" value="461px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Left]" value="391px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Width]" value="70px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Text]" value="Submit"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@HelpText]" value="submit"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Top]" value="468px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Left]" value="206px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Width]" value="70px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='TextBox'][@HelpText]" value="FAMILY_NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='TextBox'][@Top]" value="50px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='TextBox'][@Left]" value="250px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='obs/family_name/value' and @WidgetType='TextBox'][@Width]" value="200px"/></Form></LanguageText></Language></PurcForm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement