object.SaveContact(aPatientID, aContactID, aContactJson, aStrongValidation)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the ISJSONUtils interface |
|
aPatientID |
In, Required | int |
|
aContactID |
In, Required | int |
|
aContactJson |
In, Required | string |
|
aStrongValidation |
In, Required | bool |
string
aContactID
added in v8.5.0aStrongValidation
added in v8.5.0