C# 클래스 NHapi.Model.V251.Group.ORD_O04_ORDER_TRAY

상속: AbstractGroup
파일 보기 프로젝트 열기: SystemOneId/nHapi 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetNTE() 공개 메소드

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

GetNTE() 공개 메소드

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
리턴 NTE

GetODT() 공개 메소드

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

GetODT() 공개 메소드

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
리턴 ODT

ORD_O04_ORDER_TRAY() 공개 메소드

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