Method | Description | |
---|---|---|
AddNTE ( ) : NTE |
Adds a new NTE
|
|
DFT_P03_OBSERVATION ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser |
Creates a new DFT_P03_OBSERVATION Group.
|
|
GetNTE ( ) : NTE |
Returns first repetition of NTE (Notes and Comments) - creates it if necessary
|
|
GetNTE ( int rep ) : NTE |
Returns a specific repetition of NTE * (Notes and Comments) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
|
|
RemoveNTE ( NTE toRemove ) : void |
Removes the given NTE
|
|
RemoveNTEAt ( int index ) : void |
Removes the NTE at the given index
|
public DFT_P03_OBSERVATION ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser | ||
parent | IGroup | |
factory | IModelClassFactory | |
return | NHapi.Base.Parser |