Skip to content

Instantly share code, notes, and snippets.

@prb112
Last active October 6, 2019 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prb112/a92cc12e98bf8ebecac1e1ed8412b1c1 to your computer and use it in GitHub Desktop.
Save prb112/a92cc12e98bf8ebecac1e1ed8412b1c1 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
<configuration>
<encoding>UTF-8</encoding>
<sourceFileLocale>en</sourceFileLocale>
<emptyComments>false</emptyComments>
<tagListOptions>
<tagClasses>
<tagClass>
<displayName>DOCUMENT_ME</displayName>
<tags>
<tag>
<matchString>DOCUMENT_ME</matchString>
<matchType>ignoreCase</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>NOT_YET_DOCUMENTED</displayName>
<tags>
<tag>
<matchString>NOT_YET_DOCUMENTED</matchString>
<matchType>ignoreCase</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>FIXME</displayName>
<tags>
<tag>
<matchString>FIXME</matchString>
<matchType>ignoreCase</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>XXX</displayName>
<tags>
<tag>
<matchString>XXX</matchString>
<matchType>ignoreCase</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>TODO</displayName>
<tags>
<tag>
<matchString>&lt;todo</matchString>
<matchType>ignoreCase</matchType>
</tag>
<tag>
<matchString>TODO</matchString>
<matchType>ignoreCase</matchType>
</tag>
</tags>
</tagClass>
</tagClasses>
</tagListOptions>
</configuration>
</plugin>
mvn taglist:taglist -f fhir-parent/pom.xml -Daggregate=true
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xml" href="#stylesheet"?>
<!DOCTYPE catelog [
<!ATTLIST xsl:stylesheet
id ID #REQUIRED>
]>
<report>
<xsl:stylesheet id="stylesheet" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<body>
<table>
<tr>
<th>TYPE</th>
<th>FILE</th>
<th>LINE</th>
<th>Comment</th>
</tr>
<xsl:for-each select="report/tags/tag/files/file/comments/comment">
<tr>
<td><xsl:value-of select="../../../../@name"/></td>
<td><xsl:value-of select="../../@name"/></td>
<td><xsl:value-of select="lineNumber"/></td>
<td><xsl:value-of select="comment"/></td>
</tr>
</xsl:for-each>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
<tags>
<tag name="DOCUMENT_ME" count="0" />
<tag name="NOT_YET_DOCUMENTED" count="0" />
<tag name="FIXME" count="0" />
<tag name="XXX" count="0" />
<tag name="TODO" count="926">
<files>
<file name="com.ibm.fhir.persistence.jdbc.search.test.JDBCNormSearchNumberTest" count="11">
<comments>
<comment>
<lineNumber>58</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>68</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>78</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>87</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>96</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>106</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>116</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>126</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>136</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>146</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>156</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.schema.control.FhirSchemaGenerator" count="3">
<comments>
<comment>
<lineNumber>358</lineNumber>
<comment>should not need to add as a table and an object. Get the table to add itself?</comment>
</comment>
<comment>
<lineNumber>393</lineNumber>
<comment>should not need to add as a table and an object. Get the table to add itself?</comment>
</comment>
<comment>
<lineNumber>493</lineNumber>
<comment>Table should be immutable, so add support to the Builder for this</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.jdbc.ConnectionStub" count="51">
<comments>
<comment>
<lineNumber>39</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>48</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>57</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>66</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>75</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>84</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>93</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>102</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>111</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>120</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>129</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>146</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>155</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>164</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>173</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>182</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>191</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>200</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>209</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>218</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>227</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>236</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>245</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>254</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>263</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>272</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>281</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>290</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>299</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>308</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>317</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>327</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>352</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>361</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>371</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>381</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>390</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>399</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>408</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>417</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>426</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>435</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>444</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>453</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>462</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>471</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>480</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>489</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>498</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>507</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>516</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryMedicationTest" count="3">
<comments>
<comment>
<lineNumber>89</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>102</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>140</lineNumber>
<comment>fix test</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryObservationTest" count="1">
<comments>
<comment>
<lineNumber>36</lineNumber>
<comment>fix unit tests</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryEncounterTest" count="1">
<comments>
<comment>
<lineNumber>321</lineNumber>
<comment>- check. R4: Encounter no longer references a patient. Changed to Subject</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.registry.spec.test.VitalSignsProfileTest" count="3">
<comments>
<comment>
<lineNumber>117</lineNumber>
<comment>pattern</comment>
</comment>
<comment>
<lineNumber>119</lineNumber>
<comment>value set binding</comment>
</comment>
<comment>
<lineNumber>121</lineNumber>
<comment>reference types</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.util.JDBCParameterBuilder" count="5">
<comments>
<comment>
<lineNumber>640</lineNumber>
<comment>(which is a * TODO to fix).</comment>
</comment>
<comment>
<lineNumber>673</lineNumber>
<comment>Derby too. This is pretty ugly so it's a action to use &lt; instead of &lt;= or BETWEEN when constructing the query.</comment>
</comment>
<comment>
<lineNumber>835</lineNumber>
<comment>consider moving integer values to separate column so they can be searched different from decimals</comment>
</comment>
<comment>
<lineNumber>957</lineNumber>
<comment>consider moving integer values to separate column so they can be searched different from decimals</comment>
</comment>
<comment>
<lineNumber>976</lineNumber>
<comment>consider moving integer values to separate column so they can be searched different from decimals</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.openapi.generator.FHIROpenApiGenerator" count="3">
<comments>
<comment>
<lineNumber>149</lineNumber>
<comment>FHIR transaction operation</comment>
</comment>
<comment>
<lineNumber>317</lineNumber>
<comment>add patch</comment>
</comment>
<comment>
<lineNumber>1020</lineNumber>
<comment>add patch</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.exception.FHIRPersistenceDataAccessException" count="1">
<comments>
<comment>
<lineNumber>16</lineNumber>
<comment>replace with Builder fluent pattern to align with the new R4 model style</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.schema.control.TestTransactionProvider" count="2">
<comments>
<comment>
<lineNumber>30</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>36</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.dao.impl.ResourceDAONormalizedImpl" count="2">
<comments>
<comment>
<lineNumber>695</lineNumber>
<comment>avoid the round-trip and use the configured data schema name</comment>
</comment>
<comment>
<lineNumber>730</lineNumber>
<comment>FHIR_ADMIN schema name needs to come from the configuration/context</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.server.test.FHIRHttpServletRequestWrapperTest" count="68">
<comments>
<comment>
<lineNumber>81</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>86</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>91</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>96</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>100</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>105</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>110</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>115</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>120</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>125</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>130</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>135</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>140</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>145</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>150</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>155</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>160</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>165</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>170</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>175</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>180</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>185</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>190</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>195</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>200</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>205</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>210</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>215</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>220</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>225</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>230</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>235</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>240</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>245</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>250</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>255</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>260</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>265</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>270</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>275</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>280</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>285</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>290</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>295</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>300</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>305</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>310</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>315</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>320</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>325</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>330</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>335</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>340</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>345</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>350</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>355</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>360</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>365</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>370</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>375</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>380</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>385</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>390</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>395</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>400</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>405</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>410</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>415</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.api.ConnectionException" count="1">
<comments>
<comment>
<lineNumber>37</lineNumber>
<comment>Auto-generated constructor stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.search.test.JDBCNormSearchDateTest" count="2">
<comments>
<comment>
<lineNumber>65</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>75</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.search.test.JDBCNormSearchQuantityTest" count="4">
<comments>
<comment>
<lineNumber>56</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>66</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>76</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>86</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.FHIRPersistenceJDBCFactory" count="1">
<comments>
<comment>
<lineNumber>45</lineNumber>
<comment>. Use updated persistence impl</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.util.JDBCQueryBuilder" count="1">
<comments>
<comment>
<lineNumber>1095</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.model.resource.MedicinalProductPharmaceutical" count="2">
<comments>
<comment>
<lineNumber>85</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>495</lineNumber>
<comment>.</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.schema.control.TestConnectionProvider" count="3">
<comments>
<comment>
<lineNumber>53</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>62</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>71</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.query.Select" count="1">
<comments>
<comment>
<lineNumber>16</lineNumber>
<comment>currently a work-in-progress, to sketch out ideas and see what works, what's useful etc.</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.util.JDBCSortQueryBuilder" count="1">
<comments>
<comment>
<lineNumber>184</lineNumber>
<comment>logical_resource_id join for R4...this is going to be wrong</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.swagger.generator.FHIRSwaggerGenerator" count="3">
<comments>
<comment>
<lineNumber>142</lineNumber>
<comment>FHIR transaction operation</comment>
</comment>
<comment>
<lineNumber>290</lineNumber>
<comment>add patch</comment>
</comment>
<comment>
<lineNumber>957</lineNumber>
<comment>add patch</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryPractitionerTest" count="5">
<comments>
<comment>
<lineNumber>71</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>84</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>111</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>154</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>170</lineNumber>
<comment>fix</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryChainedParmTest" count="1">
<comments>
<comment>
<lineNumber>96</lineNumber>
<comment>Observation.related deleted since DSTU2 https://www.hl7.org/fhir/diff.html observation.getRelated().add(f.createObservationRelated().withTarget(otherObservationRef)); persistence.update(getDefaultPersistenceContext(), observation.getId().getValue(), observation); assertEquals("2", observation.getMeta().getVersionId().getValue());</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.search.test.AbstractSearchURITest" count="1">
<comments>
<comment>
<lineNumber>57</lineNumber>
<comment>add test for diacritics and other unusual characters</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.jdbc.PreparedStatementStub" count="97">
<comments>
<comment>
<lineNumber>54</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>63</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>72</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>81</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>90</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>99</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>108</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>117</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>126</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>135</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>144</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>161</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>170</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>179</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>188</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>197</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>206</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>215</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>224</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>233</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>242</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>251</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>260</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>269</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>278</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>287</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>296</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>305</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>314</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>323</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>332</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>341</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>350</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>359</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>368</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>377</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>386</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>395</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>404</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>413</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>422</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>431</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>440</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>449</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>458</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>467</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>484</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>493</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>502</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>511</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>520</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>529</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>538</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>547</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>556</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>565</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>574</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>583</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>592</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>601</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>610</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>619</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>628</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>637</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>646</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>655</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>664</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>673</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>682</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>691</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>700</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>709</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>718</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>727</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>736</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>745</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>754</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>763</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>772</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>781</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>790</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>799</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>808</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>817</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>826</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>835</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>844</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>853</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>862</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>871</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>880</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>889</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>898</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>907</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>916</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>925</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>934</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.model.resource.SubstanceReferenceInformation" count="60">
<comments>
<comment>
<lineNumber>36</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>59</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>69</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>79</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>89</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>99</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>409</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>423</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>441</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>457</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>475</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>491</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>509</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>525</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>543</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>581</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>599</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>609</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>619</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>809</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>823</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>837</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>855</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>892</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>910</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>920</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>930</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1120</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1134</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1148</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1166</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1203</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1223</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1233</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1243</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1253</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1448</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1462</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1476</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1494</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1510</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1528</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1566</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1595</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1605</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1615</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1625</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1635</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1645</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1655</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1665</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1880</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1894</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1908</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1922</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1936</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1950</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1971</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1985</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2003</lineNumber>
<comment>.</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.core.test.mains.DateTestMain" count="1">
<comments>
<comment>
<lineNumber>26</lineNumber>
<comment>remove when we are happy we can permanently delete the FHIRUtilities methods under test public static void main(String[] args) throws Exception { List&lt;XMLGregorianCalendar> calendars = Arrays.asList( parseDateTime("2015-12-31T20:00:00-04:00", false), // timezone other than GMT parseDateTime("2015-12-31T20:00:00-05:00", false), // different timezone other than GMT parseDateTime("2016-01-01", false), // date parseDateTime("2016-01", false), // year month parseDateTime("2016", false) // year ); for (XMLGregorianCalendar calendar : calendars) { if (isDateTime(calendar)) { // fully-specified ISO 6801 date/time Date date = calendar.toGregorianCalendar().getTime(); System.out.println("date in milliseconds: " + date.getTime()); System.out.println("date: " + formatTimestamp(date)); System.out.println("p.valueDate = '" + formatTimestamp(date) + "'"); System.out.println("timestamp: " + FHIRUtilities.convertToTimestamp(calendar)); System.out.println("");</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.model.visitor.CopyingVisitor" count="2">
<comments>
<comment>
<lineNumber>235</lineNumber>
<comment>can we wrap all the setters so that subclasses don't need to explicitly call markDirty()?</comment>
</comment>
<comment>
<lineNumber>249</lineNumber>
<comment>can we wrap all the setters so that subclasses don't need to explicitly call markDirty()?</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.search.test.AbstractSearchReferenceTest" count="7">
<comments>
<comment>
<lineNumber>35</lineNumber>
<comment>does this work if you define the extension in a StructureDefinition and declare the allowed types? assertSearchReturnsSavedResource("Reference-id", "Patient/123");</comment>
</comment>
<comment>
<lineNumber>39</lineNumber>
<comment>if this matched the hostname that the test was running on, would it work? assertSearchReturnsSavedResource("Reference-id", "https://example.com/Patient/123");</comment>
</comment>
<comment>
<lineNumber>50</lineNumber>
<comment>does this work if you define the extension in a StructureDefinition and declare the allowed types? assertSearchReturnsComposition("subject:Basic.Reference-id", "Patient/123");</comment>
</comment>
<comment>
<lineNumber>54</lineNumber>
<comment>if this matched the hostname that the test was running on, would it work? assertSearchReturnsComposition("subject:Basic.Reference-id", "https://example.com/Patient/123");</comment>
</comment>
<comment>
<lineNumber>64</lineNumber>
<comment>does this work if you define the extension in a StructureDefinition and declare the allowed types? assertSearchReturnsSavedResource("Reference-relative", "123");</comment>
</comment>
<comment>
<lineNumber>70</lineNumber>
<comment>if this matched the hostname that the test was running on, would it work? assertSearchReturnsSavedResource("Reference-relative", "https://example.com/Patient/123");</comment>
</comment>
<comment>
<lineNumber>80</lineNumber>
<comment>if the resource contained an absolute URI which matches the hostname where the current test was running, would these work? assertSearchReturnsSavedResource("Reference-absolute", "123"); assertSearchReturnsSavedResource("Reference-absolute", "Patient/123"); assertSearchReturnsSavedResource("Reference-absolute:Patient", "123");</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.util.JDBCNormalizedQueryBuilder" count="3">
<comments>
<comment>
<lineNumber>777</lineNumber>
<comment>clean up handling of date parameters in the query predicates</comment>
</comment>
<comment>
<lineNumber>803</lineNumber>
<comment>can we combine this with the dateRange logic below? The main difference is here we use DATE_VALUE instead of DATE_START/DATE_END because the DATE_VALUE is precise and has no implicit range</comment>
</comment>
<comment>
<lineNumber>1368</lineNumber>
<comment>What does returning null do here? We should handle this better.</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.pool.PoolConnectionProvider" count="1">
<comments>
<comment>
<lineNumber>280</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.operation.bulkdata.client.BulkDataClient" count="2">
<comments>
<comment>
<lineNumber>222</lineNumber>
<comment>Here is where we NEED to check the tenantId = the tenant id on the job before responding.</comment>
</comment>
<comment>
<lineNumber>272</lineNumber>
<comment>Convert to yyyy-MM-dd'T'HH:mm:ss</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractUpdateGroupTest" count="2">
<comments>
<comment>
<lineNumber>56</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>136</lineNumber>
<comment>fix</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryMedicationOrderTest" count="1">
<comments>
<comment>
<lineNumber>32</lineNumber>
<comment>MedicationDispense? private static MedicationOrder savedMedicationOrder;</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.model.DatabaseObject" count="1">
<comments>
<comment>
<lineNumber>194</lineNumber>
<comment>find a better way to track database-level type stuff (not schema-specific)</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.dao.impl.ParameterDAONormalizedImpl" count="2">
<comments>
<comment>
<lineNumber>518</lineNumber>
<comment>we're forcing the BigDecimal into a DOUBLE and we're losing precision...DB schema should be updated to use DECIMAL</comment>
</comment>
<comment>
<lineNumber>696</lineNumber>
<comment>we're forcing the BigDecimal into a DOUBLE and we're losing precision...DB schema should be updated to use DECIMAL</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQuerySortTest" count="4">
<comments>
<comment>
<lineNumber>67</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>108</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>149</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>301</lineNumber>
<comment>fix</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.jdbc.StatementStub" count="43">
<comments>
<comment>
<lineNumber>33</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>42</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>51</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>60</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>69</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>78</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>87</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>96</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>105</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>114</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>123</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>132</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>141</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>158</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>167</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>176</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>185</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>194</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>203</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>212</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>221</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>230</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>239</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>248</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>257</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>266</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>275</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>284</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>293</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>302</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>311</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>320</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>329</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>338</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>347</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>356</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>365</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>374</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>383</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>392</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>401</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>410</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>419</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.jdbc.ResultSetStub" count="191">
<comments>
<comment>
<lineNumber>53</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>62</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>71</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>80</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>89</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>98</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>107</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>116</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>125</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>134</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>143</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>152</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>161</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>170</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>179</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>188</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>197</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>206</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>215</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>224</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>233</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>242</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>251</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>260</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>269</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>278</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>287</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>296</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>305</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>314</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>323</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>332</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>341</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>350</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>359</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>368</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>377</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>386</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>395</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>404</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>413</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>422</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>431</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>440</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>449</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>458</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>467</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>476</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>485</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>494</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>503</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>512</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>521</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>530</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>539</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>548</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>557</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>566</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>575</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>584</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>593</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>602</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>611</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>620</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>629</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>638</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>647</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>656</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>665</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>674</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>683</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>692</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>701</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>710</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>719</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>728</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>737</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>746</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>755</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>764</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>773</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>782</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>791</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>800</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>809</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>818</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>827</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>836</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>845</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>854</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>863</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>872</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>881</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>890</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>899</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>908</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>917</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>926</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>935</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>944</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>953</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>962</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>971</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>980</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>989</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>998</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1007</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1016</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1025</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1034</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1043</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1052</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1061</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1070</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1079</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1088</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1097</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1106</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1115</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1124</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1133</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1142</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1151</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1160</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1169</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1178</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1187</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1196</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1205</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1214</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1223</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1232</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1241</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1250</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1259</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1268</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1277</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1286</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1295</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1304</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1313</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1322</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1331</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1340</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1349</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1358</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1367</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1376</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1385</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1394</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1403</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1412</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1421</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1430</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1439</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1448</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1457</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1466</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1475</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1484</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1493</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1502</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1511</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1520</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1529</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1538</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1547</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1556</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1565</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1574</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1583</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1592</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1601</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1610</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1619</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1628</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1637</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1646</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1655</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1664</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1673</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1682</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1691</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1700</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1709</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1718</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1727</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1736</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1745</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1754</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1763</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.model.resource.SubstancePolymer" count="67">
<comments>
<comment>
<lineNumber>34</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>59</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>69</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>79</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>89</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>99</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>109</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>424</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>438</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>452</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>470</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>486</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>504</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>520</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>538</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>554</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>572</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>611</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>627</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>637</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>822</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>836</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>854</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>889</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>909</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>919</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>929</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>939</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1134</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1148</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1162</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1176</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1213</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1233</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1243</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1253</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1263</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1458</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1472</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1486</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1500</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1518</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1555</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1577</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1587</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1597</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1607</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1617</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1817</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1831</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1845</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1859</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1877</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1893</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1911</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1949</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1965</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>1975</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2160</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2174</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2208</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2226</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2236</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2246</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2436</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2450</lineNumber>
<comment>.</comment>
</comment>
<comment>
<lineNumber>2464</lineNumber>
<comment>.</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.FHIRModelTestBase" count="3">
<comments>
<comment>
<lineNumber>125</lineNumber>
<comment>review Reference id</comment>
</comment>
<comment>
<lineNumber>265</lineNumber>
<comment>logging?</comment>
</comment>
<comment>
<lineNumber>275</lineNumber>
<comment>logging?</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.exception.FHIRPersistenceDBCleanupException" count="1">
<comments>
<comment>
<lineNumber>16</lineNumber>
<comment>use Builder fluent pattern to align with R4 model style</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.db2.Db2TableInfo" count="1">
<comments>
<comment>
<lineNumber>15</lineNumber>
<comment>...add useful info</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryRelatedPersonTest" count="4">
<comments>
<comment>
<lineNumber>50</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>121</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>165</lineNumber>
<comment>fix</comment>
</comment>
<comment>
<lineNumber>201</lineNumber>
<comment>fix</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.util.FHIRPersistenceUtil" count="1">
<comments>
<comment>
<lineNumber>142</lineNumber>
<comment>this will clone the entire resource, but we only want the minimal parameters</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryDeviceTest" count="1">
<comments>
<comment>
<lineNumber>160</lineNumber>
<comment>fix test</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.common.JdbcConnectionProvider" count="2">
<comments>
<comment>
<lineNumber>76</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>86</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryPatientTest" count="12">
<comments>
<comment>
<lineNumber>137</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>150</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>491</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>528</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>552</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>617</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>660</lineNumber>
<comment>fix tests /** * Tests a query for Patients with deathdate = 'ge2015-02-14T13:42:00+10:00' which should yield correct results * @throws Exception */</comment>
</comment>
<comment>
<lineNumber>764</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>885</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>997</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>1011</lineNumber>
<comment>fix test</comment>
</comment>
<comment>
<lineNumber>1034</lineNumber>
<comment>fix test</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.server.test.FHIRUrlParserTest" count="1">
<comments>
<comment>
<lineNumber>75</lineNumber>
<comment>should be parsed into two parameters</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.util.SortedQuerySegmentAggregator" count="1">
<comments>
<comment>
<lineNumber>224</lineNumber>
<comment>This is probably wrong</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.jdbc.CallableStatementStub" count="212">
<comments>
<comment>
<lineNumber>44</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>53</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>62</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>71</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>80</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>89</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>98</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>107</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>116</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>125</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>134</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>143</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>152</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>161</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>170</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>179</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>188</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>197</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>206</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>215</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>224</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>233</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>242</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>251</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>260</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>269</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>278</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>287</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>296</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>305</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>314</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>323</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>332</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>341</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>350</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>359</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>368</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>377</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>386</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>395</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>404</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>413</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>422</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>431</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>440</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>449</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>458</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>467</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>476</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>485</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>494</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>503</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>512</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>521</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>530</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>539</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>548</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>557</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>566</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>575</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>584</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>593</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>602</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>611</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>620</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>629</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>638</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>647</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>656</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>665</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>674</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>683</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>692</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>701</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>710</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>719</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>728</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>737</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>746</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>755</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>764</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>773</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>782</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>791</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>800</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>809</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>818</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>827</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>836</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>845</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>854</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>863</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>872</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>881</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>890</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>899</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>908</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>917</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>926</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>935</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>944</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>953</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>962</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>971</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>980</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>989</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>998</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1007</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1016</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1025</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1034</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1043</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1052</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1061</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1070</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1079</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1088</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1097</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1106</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1115</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1124</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1133</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1142</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1151</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1160</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1169</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1178</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1187</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1196</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1205</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1214</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1223</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1232</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1241</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1250</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1259</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1268</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1277</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1286</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1295</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1304</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1313</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1322</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1331</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1340</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1349</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1358</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1367</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1376</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1385</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1394</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1403</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1412</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1421</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1430</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1439</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1448</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1457</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1466</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1475</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1484</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1493</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1502</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1511</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1520</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1529</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1538</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1547</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1556</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1565</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1574</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1583</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1592</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1601</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1610</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1619</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1628</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1637</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1646</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1655</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1664</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1673</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1682</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1691</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1700</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1709</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1718</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1727</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1736</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1745</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1754</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1763</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1772</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1781</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1790</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1799</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1808</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1817</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1826</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1835</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1844</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1853</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1862</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1871</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1880</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1889</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1898</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1907</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1916</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1925</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1934</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>1943</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.search.test.AbstractSearchStringTest" count="3">
<comments>
<comment>
<lineNumber>45</lineNumber>
<comment>add test for diacritics and other unusual characters</comment>
</comment>
<comment>
<lineNumber>63</lineNumber>
<comment>add test for diacritics and other unusual characters</comment>
</comment>
<comment>
<lineNumber>102</lineNumber>
<comment>add tests for Address and HumanName</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.validation.util.ConstraintGenerator" count="3">
<comments>
<comment>
<lineNumber>151</lineNumber>
<comment>pattern</comment>
</comment>
<comment>
<lineNumber>155</lineNumber>
<comment>value set binding</comment>
</comment>
<comment>
<lineNumber>157</lineNumber>
<comment>reference types</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.jdbc.dao.impl.ParameterNameDAOImpl" count="1">
<comments>
<comment>
<lineNumber>118</lineNumber>
<comment>schema should be known by application. Fix to avoid an extra round-trip.</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.model.util.JsonSupport" count="1">
<comments>
<comment>
<lineNumber>126</lineNumber>
<comment>replace this method with a class that converts Resource to JsonObject directly</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.ProcessorTest" count="2">
<comments>
<comment>
<lineNumber>79</lineNumber>
<comment>update tests</comment>
</comment>
<comment>
<lineNumber>80</lineNumber>
<comment>add processor support for R4 types Rewritten for R4 to drive tests by introspecting model</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryAuditEventTest" count="1">
<comments>
<comment>
<lineNumber>39</lineNumber>
<comment>read example audit event created by the R4ExamplesDriver which should execute prior to this test</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.model.path.evaluator.FHIRPathEvaluator" count="3">
<comments>
<comment>
<lineNumber>320</lineNumber>
<comment>add to log</comment>
</comment>
<comment>
<lineNumber>811</lineNumber>
<comment>"equals" and "equivalent" have different semantics</comment>
</comment>
<comment>
<lineNumber>989</lineNumber>
<comment>needs alternative to using exception for control flow</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.common.DateMath" count="1">
<comments>
<comment>
<lineNumber>21</lineNumber>
<comment>use java.time instead</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.database.utils.derby.DerbyTranslator" count="1">
<comments>
<comment>
<lineNumber>74</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.server.test.FHIRToCdaOperationTest" count="1">
<comments>
<comment>
<lineNumber>52</lineNumber>
<comment>create tests for invoking toCda transform on saved resources (building on $document operation)</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.bulkexport.CheckPointAlgorithm" count="4">
<comments>
<comment>
<lineNumber>47</lineNumber>
<comment>Auto-generated constructor stub</comment>
</comment>
<comment>
<lineNumber>54</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>62</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
<comment>
<lineNumber>69</lineNumber>
<comment>Auto-generated method stub</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryRiskAssmtTest" count="1">
<comments>
<comment>
<lineNumber>132</lineNumber>
<comment>fix</comment>
</comment>
</comments>
</file>
<file name="com.ibm.fhir.persistence.test.common.AbstractQueryQuestionnaireRespTest" count="1">
<comments>
<comment>
<lineNumber>205</lineNumber>
<comment>fix</comment>
</comment>
</comments>
</file>
</files>
</tag>
</tags>
</report>
package test;
public Test {
// TODO add an implementation.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment