コード例 #1
0
 public REVDAT_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REVDAT         = new REVDAT_Field(columnFormatLine);
     modNum         = new modNum_Field(columnFormatLine);
     continuation   = new continuation_Field(columnFormatLine);
     modDate        = new modDate_Field(columnFormatLine);
     modId          = new modId_Field(columnFormatLine);
     modType        = new modType_Field(columnFormatLine);
     record         = new record_Field(columnFormatLine);
     record2        = new record2_Field(columnFormatLine);
     record3        = new record3_Field(columnFormatLine);
     record4        = new record4_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
コード例 #2
0
 public CISPEP_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     CISPEP         = new CISPEP_Field(columnFormatLine);
     serNum         = new serNum_Field(columnFormatLine);
     pep1           = new pep1_Field(columnFormatLine);
     chainID1       = new chainID1_Field(columnFormatLine);
     seqNum1        = new seqNum1_Field(columnFormatLine);
     icode1         = new icode1_Field(columnFormatLine);
     pep2           = new pep2_Field(columnFormatLine);
     chainID2       = new chainID2_Field(columnFormatLine);
     seqNum2        = new seqNum2_Field(columnFormatLine);
     icode2         = new icode2_Field(columnFormatLine);
     modNum         = new modNum_Field(columnFormatLine);
     measure        = new measure_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }