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

            try {
                ret = (PPP_PCB_PROBLEM)this.GetStructure("PROBLEM");
            } 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);
        }
 ///<summary>
 ///Removes the given PPP_PCB_PROBLEM
 ///</summary>
 public void RemovePROBLEM(PPP_PCB_PROBLEM toRemove)
 {
     this.RemoveStructure("PROBLEM", toRemove);
 }