示例#1
0
 /// <summary>
 /// Get all VALUEAMOUNTCODE Records from UB1
 /// </summary>
 public static List <CM> GetAllVALUEAMOUNTCODERecords(this UB1 message)
 {
     return(message.GetAllRecords <CM>("VALUEAMOUNTCODERepetitionsUsed", "GetVALUEAMOUNTCODE"));
 }
示例#2
0
 /// <summary>
 /// Get all OCCURRENCE2832 Records from UB1
 /// </summary>
 public static List <ID> GetAllOCCURRENCE2832Records(this UB1 message)
 {
     return(message.GetAllRecords <ID>("OCCURRENCE2832RepetitionsUsed", "GetOCCURRENCE2832"));
 }
示例#3
0
 /// <summary>
 /// Get all CONDITIONCODE Records from UB1
 /// </summary>
 public static List <ID> GetAllCONDITIONCODERecords(this UB1 message)
 {
     return(message.GetAllRecords <ID>("CONDITIONCODERepetitionsUsed", "GetCONDITIONCODE"));
 }