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

Inheritance: AbstractGroup
Afficher le fichier Open project: SystemOneId/nHapi Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetNTE() public méthode

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
Résultat NTE

GetODT() public méthode

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

GetODT() public méthode

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
Résultat ODT

ORD_O04_ORDER_TRAY() public méthode

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