C# Class NHapi.Model.V271.Message.SRR_S01

Inheritance: AbstractMessage
Afficher le fichier Open project: nHapiNET/nHapi

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
init ( IModelClassFactory factory ) : void

initalize method for SRR_S01. This does the segment setup for the message.

Method Details

AddERR() public méthode

Adds a new ERR
public AddERR ( ) : ERR
Résultat ERR

GetERR() public méthode

Returns first repetition of ERR (Error) - creates it if necessary
public GetERR ( ) : ERR
Résultat ERR

GetERR() public méthode

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.
public GetERR ( int rep ) : ERR
rep int
Résultat ERR

RemoveERR() public méthode

Removes the given ERR
public RemoveERR ( ERR toRemove ) : void
toRemove ERR
Résultat void

RemoveERRAt() public méthode

Removes the ERR at the given index
public RemoveERRAt ( int index ) : void
index int
Résultat void

SRR_S01() public méthode

Creates a new SRR_S01 Group with DefaultModelClassFactory.
public SRR_S01 ( ) : System
Résultat System

SRR_S01() public méthode

Creates a new SRR_S01 Group with custom IModelClassFactory.
public SRR_S01 ( IModelClassFactory factory ) : System
factory IModelClassFactory
Résultat System