I am making a clinic and I need to make a object that stores two medicines at once. The interaction object means MEDICATION_1 is interacting with MEDICATION_2
However the following code is not correct because it does not meet the generic parameter
ERROR: VICG: Actual generic parameter does not conform to constraint.
code:
interaction: HASH_TABLE[MEDICATION, MEDICATION]