Exemple #1
0
        ///<summary>
        /// Returns  first repetition of EHC_E15_ADJUSTMENT_PAYEE (a Group object) - creates it if necessary
        ///</summary>
        public EHC_E15_ADJUSTMENT_PAYEE GetADJUSTMENT_PAYEE()
        {
            EHC_E15_ADJUSTMENT_PAYEE ret = null;

            try {
                ret = (EHC_E15_ADJUSTMENT_PAYEE)this.GetStructure("ADJUSTMENT_PAYEE");
            } catch (HL7Exception e) {
                HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
                throw new System.Exception("An unexpected error ocurred", e);
            }
            return(ret);
        }
Exemple #2
0
 ///<summary>
 ///Removes the given EHC_E15_ADJUSTMENT_PAYEE
 ///</summary>
 public void RemoveADJUSTMENT_PAYEE(EHC_E15_ADJUSTMENT_PAYEE toRemove)
 {
     this.RemoveStructure("ADJUSTMENT_PAYEE", toRemove);
 }