ISEncounterEditor.AddDiagnosis

Description

Syntax

object.AddDiagnosis(aDxId, aDxDescr[, aSide[, aSeverity[, aFormTemplateID = 0]]])

Part Attribute Type Description
object Required
The object always implements the ISEncounterEditor interface
aDxId In, Required
int
aDxDescr In, Required
string
aSide In, Optional
int
aSeverity In, Optional
int
aFormTemplateID In, Optional
Default value is 0
int

Return Value

ISContact

Example



  
Note:

Version information

Added in v7.8.0
return type changed from void to ISContact in v7.10.60