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

            try {
                ret = (ADT_A40_PATIENT)this.GetStructure("PATIENT");
            } 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
ファイル: ADT_A40.cs プロジェクト: tristanwilson111/nHapi
 ///<summary>
 ///Removes the given ADT_A40_PATIENT
 ///</summary>
 public void RemovePATIENT(ADT_A40_PATIENT toRemove)
 {
     this.RemoveStructure("PATIENT", toRemove);
 }