AuxCode: {
    active: boolean;
    defaultCode: boolean;
    description: string;
    id: string;
    isSystemCode: boolean;
    name: string;
    workTypeCode: string;
}

Type declaration

  • active: boolean

    Indicates whether the auxiliary code is active or not.

  • defaultCode: boolean

    Indicates whether this is the default code (true) or not (false).

  • description: string

    A short description indicating the context of the code.

  • id: string

    ID of the Auxiliary Code.

  • isSystemCode: boolean

    Indicates whether this is the system default code (true) or not (false).

  • name: string

    Name of the Auxiliary Code.

  • workTypeCode: string

    Indicates the work type associated with this code.