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

상속: AbstractGroup
파일 보기 프로젝트 열기: nHapiNET/nHapi

공개 메소드들

메소드 설명
AddAL1 ( ) : AL1

Adds a new AL1

AddNTE ( ) : NTE

Adds a new NTE

GetAL1 ( ) : AL1

Returns first repetition of AL1 (Patient Allergy Information) - creates it if necessary

GetAL1 ( int rep ) : AL1

Returns a specific repetition of AL1 * (Patient Allergy Information) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.

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.

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

Creates a new RAS_O17_PATIENT Group.

RemoveAL1 ( AL1 toRemove ) : void

Removes the given AL1

RemoveAL1At ( int index ) : void

Removes the AL1 at the given index

RemoveNTE ( NTE toRemove ) : void

Removes the given NTE

RemoveNTEAt ( int index ) : void

Removes the NTE at the given index

메소드 상세

AddAL1() 공개 메소드

Adds a new AL1
public AddAL1 ( ) : AL1
리턴 AL1

AddNTE() 공개 메소드

Adds a new NTE
public AddNTE ( ) : NTE
리턴 NTE

GetAL1() 공개 메소드

Returns first repetition of AL1 (Patient Allergy Information) - creates it if necessary
public GetAL1 ( ) : AL1
리턴 AL1

GetAL1() 공개 메소드

Returns a specific repetition of AL1 * (Patient Allergy Information) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetAL1 ( int rep ) : AL1
rep int
리턴 AL1

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

RAS_O17_PATIENT() 공개 메소드

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

RemoveAL1() 공개 메소드

Removes the given AL1
public RemoveAL1 ( AL1 toRemove ) : void
toRemove AL1
리턴 void

RemoveAL1At() 공개 메소드

Removes the AL1 at the given index
public RemoveAL1At ( int index ) : void
index int
리턴 void

RemoveNTE() 공개 메소드

Removes the given NTE
public RemoveNTE ( NTE toRemove ) : void
toRemove NTE
리턴 void

RemoveNTEAt() 공개 메소드

Removes the NTE at the given index
public RemoveNTEAt ( int index ) : void
index int
리턴 void