Skip to content

HKClinicalRecord Flagged for Review #113

@bangonkali

Description

@bangonkali

Issue is related to #103 and #104

For some reason, even we have not enabled Clinical Records following instructions on Readme.md this snippet of code is included in our build.

if ([sample isKindOfClass:[HKClinicalRecord class]]) {
HKClinicalRecord *clinicalRecord = (HKClinicalRecord *) sample;
NSError *err = nil;
NSDictionary *fhirData = [NSJSONSerialization JSONObjectWithData:clinicalRecord.FHIRResource.data options:NSJSONReadingMutableContainers error:&err];

We have not enabled Clinical Record but Apple has flagged our product during review because of references to these code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions