Ejemplo n.º 1
0
 /// <summary>
 /// Get all CONTRACTPERIOD Records from PV1
 /// </summary>
 public static List <NM> GetAllCONTRACTPERIODRecords(this PV1 message)
 {
     return(message.GetAllRecords <NM>("CONTRACTPERIODRepetitionsUsed", "GetCONTRACTPERIOD"));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Get all CONTRACTEFFECTIVEDATE Records from PV1
 /// </summary>
 public static List <DT> GetAllCONTRACTEFFECTIVEDATERecords(this PV1 message)
 {
     return(message.GetAllRecords <DT>("CONTRACTEFFECTIVEDATERepetitionsUsed", "GetCONTRACTEFFECTIVEDATE"));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Get all FINANCIALCLASS Records from PV1
 /// </summary>
 public static List <ID> GetAllFINANCIALCLASSRecords(this PV1 message)
 {
     return(message.GetAllRecords <ID>("FINANCIALCLASSRepetitionsUsed", "GetFINANCIALCLASS"));
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Get all CONTRACTCODE Records from PV1
 /// </summary>
 public static List <ID> GetAllCONTRACTCODERecords(this PV1 message)
 {
     return(message.GetAllRecords <ID>("CONTRACTCODERepetitionsUsed", "GetCONTRACTCODE"));
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Get all CONSULTINGDOCTOR Records from PV1
 /// </summary>
 public static List <CN> GetAllCONSULTINGDOCTORRecords(this PV1 message)
 {
     return(message.GetAllRecords <CN>("CONSULTINGDOCTORRepetitionsUsed", "GetCONSULTINGDOCTOR"));
 }