CDAKExport
public class CDAKExport
                Primary CDA export class
- 
                  
                  
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) -> StringParameters
recordCDAKRecord you wish to export to XML
formatSpecified format (from CDAKExportFormat). (.c32, .ccda)
 
        CDAKExport Class Reference