There is an issue with related indicators publishing.
I am testing with the Breast Cancer indicator. I changed the title to include todays date and time to test that the indicator content was actually publishing. The new title DID publish:
<TITLE>Cancer Deaths - Breast Cancer, New Mexico 08302010 2:17 PM</TITLE>
I edited the related indicators so there are four records in the INDICATOR_RELATIONS table, with the text field content as follows:
| INDICATOR_NAME | RELATION_NAME | TEXT
|
| CancerDeathBre | HealthStatus | test of health status outcomes, 8/30/2010
|
| CancerDeathBre | PopChar | test of relevant population characteristics, 8/30/2010
|
| CancerDeathBre | RiskFactors | test of risk factors, 8/30/2010
|
| CancerDeathBre | SystemFactors | test of health care system factors, 8/30/2010
|
Each relation has one related indicator, so there are four INDICATOR_TO_IND_RELATION table records as follows:
| INDICATOR_NAME | RELATION_NAME | RELATED_INDICATOR_NAME
|
| CancerDeathBre | HealthStatus | CancerDeathLung
|
| CancerDeathBre | PopChar | CancerDeath
|
| CancerDeathBre | RiskFactors | CancerDeathColoRec
|
| CancerDeathBre | SystemFactors | CancerDeathCervix
|
After publishing the indicator, it appears that the popChar relation content published, and the other three types did not. There also appears to be some old content for the risk factors relation. ??
- <RELATIONS>
- <RELATION name="PopChar">
<NAME>PopChar</NAME>
<TITLE>Relevant Population Characteristics</TITLE>
<TEXT>test of relevant population characteristics, 8/30/2010</TEXT>
- <RELATED_INDICATORS>
- <RELATED_INDICATOR name="CancerDeath">
<INDICATOR_NAME>CancerDeath</INDICATOR_NAME>
<INDICATOR_TITLE>Cancer Deaths - Overall, New Mexico</INDICATOR_TITLE>
</RELATED_INDICATOR>
</RELATED_INDICATORS>
</RELATION>
- <RELATION name="RiskFactors">
<NAME>RiskFactors</NAME>
<TITLE>Risk Factors</TITLE>
<TEXT>test risk factors</TEXT>
</RELATION>
</RELATIONS>
Note the lack of date on the risk factors TEXT element. These data are from an old publish and were not modified on the most recent publish.
11/5/2010. Lois verified this defect was fixed. Relevant titles, text, and indicator references (for links) were published to my Demo10.xml file.
It was fixed in the ibisph-admin-2-rc2.war file submitted by Garth on 11/2/2010.