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

            try {
                ret = (CCI_I22_RESOURCES)this.GetStructure("RESOURCES");
            } 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);
        }
Beispiel #2
0
 ///<summary>
 ///Removes the given CCI_I22_RESOURCES
 ///</summary>
 public void RemoveRESOURCES(CCI_I22_RESOURCES toRemove)
 {
     this.RemoveStructure("RESOURCES", toRemove);
 }