I'm using ClientLogin method and Java client library. I can add a test 
result to a profile using register feed. The record contains two test 
results that are Systolic Blood Pressure and Diastolic Blood Pressure. When 
I add this record, two results are shown one record and are shown in graph 
representation, as I wanted. But now I want add this record using profile 
feed. When I tried, the "two result in one record" can not be added, I only 
able to add these test results separately. When these are added separately, 
are not shown graph. How can this be added using profile feed?

The record I added using register feed is:
<ContinuityOfCareRecord xmlns='urn:astm-org:CCR'>
    <Body>
        <Results>
            <Result>
                <Test>
                    <DateTime>
                        <Type>
                            <Text>Collection start date</Text>
                        </Type>
                        <ExactDateTime>date</ExactDateTime>
                    </DateTime>
                    <Description>
                        <Text>Systolic Blood Pressure</Text>
                    </Description>
                    <TestResult>
                        <Value>systolic</Value>
                        <Units>
                            <Unit>mmHg</Unit>
                        </Units>
                    </TestResult>
                </Test>
                <Test>
                    <DateTime>
                        <Type>
                            <Text>Collection start date</Text>
                        </Type>
                        <ExactDateTime>date</ExactDateTime>
                    </DateTime>
                    <Description>
                        <Text>Diastolic Blood Pressure</Text>
                    </Description>
                    <TestResult>
                        <Value>diastolic</Value>
                        <Units>
                            <Unit>mmHg</Unit>
                        </Units>
                    </TestResult>
                </Test>
            </Result>
        </Results>
    </Body>
</ContinuityOfCareRecord>

I can not add this record using profile feed without separate them into two 
records.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Health Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/googlehealthdevelopers?hl=en.

Reply via email to