Inherits from BCKCodeCharacter : NSObject
Declared in BCKPharmaOneTrackContentCodeCharacter.h

Overview

Specialized class of BCKCodeCharacter used for generating Pharma One Track codes.

Instance Methods

initWithInteger:

Initialise a content code character using an integer value. Pharmacode One Track supports integers between 3 and 131070.

- (instancetype)initWithInteger:(NSInteger)integer

Parameters

integer

The integer.

Return Value

The content code character for the integer.

Declared In

BCKPharmaOneTrackContentCodeCharacter.h