예제 #1
0
	///<summary>
	/// Returns  first repetition of EHC_E24_PAYER_ADJUSTMENT (a Group object) - creates it if necessary
	///</summary>
	public EHC_E24_PAYER_ADJUSTMENT GetPAYER_ADJUSTMENT() {
	   EHC_E24_PAYER_ADJUSTMENT ret = null;
	   try {
	      ret = (EHC_E24_PAYER_ADJUSTMENT)this.GetStructure("PAYER_ADJUSTMENT");
	   } 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
	///<summary>
	///Removes the given EHC_E24_PAYER_ADJUSTMENT
	///</summary>
	public void RemovePAYER_ADJUSTMENT(EHC_E24_PAYER_ADJUSTMENT toRemove)
	{
		this.RemoveStructure("PAYER_ADJUSTMENT", toRemove);
	}