메소드 | 설명 | |
---|---|---|
AddERR ( ) : ERR |
Adds a new ERR
|
|
GetERR ( ) : ERR |
Returns first repetition of ERR (Error) - creates it if necessary
|
|
GetERR ( int rep ) : ERR |
Returns a specific repetition of ERR * (Error) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
|
|
RemoveERR ( ERR toRemove ) : void |
Removes the given ERR
|
|
RemoveERRAt ( int index ) : void |
Removes the ERR at the given index
|
|
SRR_S01 ( ) : System |
Creates a new SRR_S01 Group with DefaultModelClassFactory.
|
|
SRR_S01 ( IModelClassFactory factory ) : System |
Creates a new SRR_S01 Group with custom IModelClassFactory.
|
메소드 | 설명 | |
---|---|---|
init ( IModelClassFactory factory ) : void |
initalize method for SRR_S01. This does the segment setup for the message.
|
public SRR_S01 ( IModelClassFactory factory ) : System | ||
factory | IModelClassFactory | |
리턴 | System |