コード例 #1
0
ファイル: OML_O21.cs プロジェクト: nHapiNET/nHapi
        ///<summary>
        /// Returns  first repetition of OML_O21_ORDER (a Group object) - creates it if necessary
        ///</summary>
        public OML_O21_ORDER GetORDER()
        {
            OML_O21_ORDER ret = null;

            try {
                ret = (OML_O21_ORDER)this.GetStructure("ORDER");
            } 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);
        }
コード例 #2
0
ファイル: OML_O21.cs プロジェクト: carlhuth/GenXSource
        /// <summary> Returns  first repetition of OML_O21_ORDER (a Group object) - creates it if necessary</summary>
        public virtual OML_O21_ORDER getORDER()
        {
            OML_O21_ORDER ret = null;

            try
            {
                ret = (OML_O21_ORDER)this.get_Renamed("ORDER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
コード例 #3
0
ファイル: OML_O21.cs プロジェクト: nHapiNET/nHapi
 ///<summary>
 ///Removes the given OML_O21_ORDER
 ///</summary>
 public void RemoveORDER(OML_O21_ORDER toRemove)
 {
     this.RemoveStructure("ORDER", toRemove);
 }