1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 700">
  2. <!-- Background -->
  3. <rect width="800" height="700" fill="#f8f9fa" />
  4. <!-- Header -->
  5. <rect x="0" y="0" width="800" height="80" fill="#0066cc" />
  6. <text x="30" y="50" font-family="Arial" font-size="24" fill="white" font-weight="bold">MediCare Hospital - Lab Test Scheduler</text>
  7. <!-- Form Container -->
  8. <rect x="50" y="100" width="700" height="580" rx="10" fill="white" stroke="#ddd" stroke-width="1" />
  9. <!-- Section 1: Patient Details -->
  10. <rect x="70" y="120" width="660" height="80" rx="5" fill="#e6f7ff" stroke="#ddd" stroke-width="1" />
  11. <text x="80" y="145" font-family="Arial" font-size="18" fill="#333" font-weight="bold">1. Patient Details</text>
  12. <text x="90" y="175" font-family="Arial" font-size="14" fill="#555">Registration ID*</text>
  13. <rect x="200" y="160" width="160" height="30" rx="4" fill="white" stroke="#ccc" />
  14. <text x="380" y="175" font-family="Arial" font-size="14" fill="#555">Patient Name*</text>
  15. <rect x="480" y="160" width="230" height="30" rx="4" fill="white" stroke="#ccc" />
  16. <!-- Section 2: Test Category -->
  17. <rect x="70" y="210" width="660" height="80" rx="5" fill="#e6ffe6" stroke="#ddd" stroke-width="1" />
  18. <text x="80" y="235" font-family="Arial" font-size="18" fill="#333" font-weight="bold">2. Test Category</text>
  19. <rect x="90" y="250" width="20" height="20" rx="10" fill="white" stroke="#555" />
  20. <text x="120" y="265" font-family="Arial" font-size="14" fill="#555">Pathology</text>
  21. <rect x="220" y="250" width="20" height="20" rx="10" fill="white" stroke="#555" />
  22. <text x="250" y="265" font-family="Arial" font-size="14" fill="#555">Radiology</text>
  23. <rect x="350" y="250" width="20" height="20" rx="10" fill="white" stroke="#555" />
  24. <text x="380" y="265" font-family="Arial" font-size="14" fill="#555">Cardiology</text>
  25. <rect x="480" y="250" width="20" height="20" rx="10" fill="white" stroke="#555" />
  26. <text x="510" y="265" font-family="Arial" font-size="14" fill="#555">Neurology</text>
  27. <rect x="610" y="250" width="20" height="20" rx="10" fill="white" stroke="#555" />
  28. <text x="640" y="265" font-family="Arial" font-size="14" fill="#555">Other</text>
  29. <!-- Section 3: Test Selection -->
  30. <rect x="70" y="300" width="660" height="80" rx="5" fill="#fff5e6" stroke="#ddd" stroke-width="1" />
  31. <text x="80" y="325" font-family="Arial" font-size="18" fill="#333" font-weight="bold">3. Test Selection</text>
  32. <rect x="90" y="340" width="630" height="30" rx="4" fill="white" stroke="#ccc" />
  33. <polygon points="700,355 680,345 680,365" fill="#555" />
  34. <!-- Section 4: Emergency Status -->
  35. <rect x="70" y="390" width="660" height="60" rx="5" fill="#ffe6e6" stroke="#ddd" stroke-width="1" />
  36. <text x="80" y="415" font-family="Arial" font-size="18" fill="#333" font-weight="bold">4. Emergency Status</text>
  37. <rect x="90" y="425" width="20" height="20" rx="4" fill="white" stroke="#555" />
  38. <text x="120" y="440" font-family="Arial" font-size="14" fill="#555">This is an emergency case (requires doctor's note)</text>
  39. <!-- Section 5: Preferred Date -->
  40. <rect x="70" y="460" width="660" height="60" rx="5" fill="#e6e6ff" stroke="#ddd" stroke-width="1" />
  41. <text x="80" y="485" font-family="Arial" font-size="18" fill="#333" font-weight="bold">5. Preferred Date</text>
  42. <rect x="90" y="490" width="180" height="30" rx="4" fill="white" stroke="#ccc" />
  43. <text x="310" y="510" font-family="Arial" font-size="14" fill="#555">Next available: March 22, 2025</text>
  44. <!-- Section 6: Price Calculation -->
  45. <rect x="70" y="530" width="660" height="90" rx="5" fill="#e6fff2" stroke="#ddd" stroke-width="1" />
  46. <text x="80" y="555" font-family="Arial" font-size="18" fill="#333" font-weight="bold">6. Price Calculation</text>
  47. <text x="90" y="585" font-family="Arial" font-size="14" fill="#555">Base Test Price:</text>
  48. <text x="210" y="585" font-family="Arial" font-size="14" fill="#555">₹2,500.00</text>
  49. <text x="350" y="585" font-family="Arial" font-size="14" fill="#555">Emergency Fee:</text>
  50. <text x="470" y="585" font-family="Arial" font-size="14" fill="#555">₹0.00</text>
  51. <line x1="90" y1="595" x2="600" y2="595" stroke="#ccc" />
  52. <text x="90" y="615" font-family="Arial" font-size="16" fill="#333" font-weight="bold">Total Price:</text>
  53. <text x="210" y="615" font-family="Arial" font-size="16" fill="#0066cc" font-weight="bold">₹2,500.00</text>
  54. <!-- Section 7: Confirmation -->
  55. <rect x="70" y="630" width="660" height="40" rx="5" fill="#f0e6ff" stroke="#ddd" stroke-width="1" />
  56. <text x="80" y="655" font-family="Arial" font-size="18" fill="#333" font-weight="bold">7. Confirmation</text>
  57. <rect x="400" y="635" width="150" height="30" rx="15" fill="#0066cc" />
  58. <text x="475" y="655" font-family="Arial" font-size="14" fill="white" text-anchor="middle">Schedule Test</text>
  59. <rect x="570" y="635" width="150" height="30" rx="15" fill="#f0f0f0" stroke="#ccc" />
  60. <text x="645" y="655" font-family="Arial" font-size="14" fill="#555" text-anchor="middle">Cancel</text>
  61. </svg>
 
 

34

Pasted Text #37507

-

PasteBin

行数
86
词数
468
文件大小
5.1 KB
创建于
类型
text/plain
CC-0 Public Domain Declaration (CC-0)
登录后发言!