C# Class NHapi.Model.V251.Group.ORD_O04_ORDER_TRAY

Inheritance: AbstractGroup
显示文件 Open project: SystemOneId/nHapi Class Usage Examples

Public Methods

Method Description
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.

GetODT ( ) : ODT

Returns first repetition of ODT (Diet Tray Instructions) - creates it if necessary

GetODT ( int rep ) : ODT

Returns a specific repetition of ODT * (Diet Tray Instructions) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.

ORD_O04_ORDER_TRAY ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser

Creates a new ORD_O04_ORDER_TRAY Group.

Method Details

GetNTE() public method

Returns first repetition of NTE (Notes and Comments) - creates it if necessary
public GetNTE ( ) : NTE
return NTE

GetNTE() public method

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.
public GetNTE ( int rep ) : NTE
rep int
return NTE

GetODT() public method

Returns first repetition of ODT (Diet Tray Instructions) - creates it if necessary
public GetODT ( ) : ODT
return ODT

GetODT() public method

Returns a specific repetition of ODT * (Diet Tray Instructions) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetODT ( int rep ) : ODT
rep int
return ODT

ORD_O04_ORDER_TRAY() public method

Creates a new ORD_O04_ORDER_TRAY Group.
public ORD_O04_ORDER_TRAY ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser
parent IGroup
factory IModelClassFactory
return NHapi.Base.Parser