/// <summary>
 /// Get all COMPONENTDRUGIDS Records from RX1
 /// </summary>
 public static List <ID> GetAllCOMPONENTDRUGIDSRecords(this RX1 message)
 {
     return(message.GetAllRecords <ID>("COMPONENTDRUGIDSRepetitionsUsed", "GetCOMPONENTDRUGIDS"));
 }
 /// <summary>
 /// Get all INSTRUCTIONS Records from RX1
 /// </summary>
 public static List <TX> GetAllINSTRUCTIONSRecords(this RX1 message)
 {
     return(message.GetAllRecords <TX>("INSTRUCTIONSRepetitionsUsed", "GetINSTRUCTIONS"));
 }