Menu

Want to

Help
Jon Farmer
2012-08-08
2012-08-30
  • Jon Farmer

    Jon Farmer - 2012-08-08

    The "Parent of" association type is defined.

    My objective is to add parent associations on a set of children that are
    defined by a code range. I wish to specify the parent concept using its code -
    not its name.

    The following would work if there existed a function called
    concept_for_code(code).

    from with concept_code IN_RANGE '99201':'99215'

    set inv "Parent Of" = concept_for_code('12345');

    Any ideas?

    Regards,

    Jon

     
  • Jon Farmer

    Jon Farmer - 2012-08-08

    Sorry I hit 'add' before I put a title in there!!!

    Jon

     
  • Andy_Wells

    Andy_Wells - 2012-08-09

    Currently TQL only supports a string value on the RHS of the SET statement.
    For your example, this requires the name of the target Concept. We will add
    your request to the TQL 4.0 wish list.

     

Log in to post a comment.