CDAKThingWithCodes

public protocol CDAKThingWithCodes: class, CDAKJSONExportable

Defines whether this contains codes (CodedEntries set)

  • primary storage for all coded entry vaues EX: LOINC:12345

    Declaration

    Swift

    var codes: CDAKCodedEntries { get set }
  • jsonDict Extension method

    Dictionary for JSON data

    Declaration

    Swift

    public var jsonDict: [String: AnyObject]