Method | Description | |
---|---|---|
AddGT1 ( ) : GT1 |
Adds a new GT1
|
|
AddINSURANCE ( ) : NHapi.Model.V24.Group.RPI_I04_INSURANCE |
Adds a new RPI_I04_INSURANCE
|
|
GetGT1 ( ) : GT1 |
Returns first repetition of GT1 (Guarantor) - creates it if necessary
|
|
GetGT1 ( int rep ) : GT1 |
Returns a specific repetition of GT1 * (Guarantor) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
|
|
GetINSURANCE ( ) : NHapi.Model.V24.Group.RPI_I04_INSURANCE |
Returns first repetition of RPI_I04_INSURANCE (a Group object) - creates it if necessary
|
|
GetINSURANCE ( int rep ) : NHapi.Model.V24.Group.RPI_I04_INSURANCE |
Returns a specific repetition of RPI_I04_INSURANCE * (a Group object) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
|
|
RPI_I04_GUARANTOR_INSURANCE ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser |
Creates a new RPI_I04_GUARANTOR_INSURANCE Group.
|
|
RemoveGT1 ( GT1 toRemove ) : void |
Removes the given GT1
|
|
RemoveGT1At ( int index ) : void |
Removes the GT1 at the given index
|
|
RemoveINSURANCE ( RPI_I04_INSURANCE toRemove ) : void |
Removes the given RPI_I04_INSURANCE
|
|
RemoveINSURANCEAt ( int index ) : void |
Removes the RPI_I04_INSURANCE at the given index
|
public AddINSURANCE ( ) : NHapi.Model.V24.Group.RPI_I04_INSURANCE | ||
return | NHapi.Model.V24.Group.RPI_I04_INSURANCE |
public GetINSURANCE ( ) : NHapi.Model.V24.Group.RPI_I04_INSURANCE | ||
return | NHapi.Model.V24.Group.RPI_I04_INSURANCE |
public GetINSURANCE ( int rep ) : NHapi.Model.V24.Group.RPI_I04_INSURANCE | ||
rep | int | |
return | NHapi.Model.V24.Group.RPI_I04_INSURANCE |
public RPI_I04_GUARANTOR_INSURANCE ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser | ||
parent | IGroup | |
factory | IModelClassFactory | |
return | NHapi.Base.Parser |
public RemoveINSURANCE ( RPI_I04_INSURANCE toRemove ) : void | ||
toRemove | RPI_I04_INSURANCE | |
return | void |
public RemoveINSURANCEAt ( int index ) : void | ||
index | int | |
return | void |