CDAKExport

public class CDAKExport

Primary CDA export class

  • Provides list of known CDA export types

    • ccda
    • c32
    See more

    Declaration

    Swift

    public enum CDAKExportFormat: String
  • Exports provided record to CDA XML in requested format

    Declaration

    Swift

    public class func export(patientRecord record: CDAKRecord, inFormat format: CDAKExportFormat) -> String

    Parameters

    record

    CDAKRecord you wish to export to XML

    format

    Specified format (from CDAKExportFormat). (.c32, .ccda)