Separated fluid level, injection and production well test sections
Showing
2 changed files
with
8 additions
and
0 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -63,4 +63,12 @@ WHERE { | ... | @@ -63,4 +63,12 @@ WHERE { |
| 63 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTest" /> | 63 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTest" /> |
| 64 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTestResults" /> | 64 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTestResults" /> |
| 65 | 65 | ||
| 66 | + <h2>Well Fluid Level Test Information</h2> | ||
| 67 | + | ||
| 68 | +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellFluidLevelTest" /> | ||
| 69 | + | ||
| 70 | + <h2>Well Production Test Information</h2> | ||
| 71 | + | ||
| 72 | +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTest" /> | ||
| 73 | + | ||
| 66 | </ui:group> | 74 | </ui:group> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment