←Select platform

DeletePatient Method

Summary

Delete the patient's information that matches the given query parameters.

Syntax
C#
VB
C++
public virtual int DeletePatient( 
   MatchingParameterCollection matchingEntitiesCollection 
) 
Public Overridable Function DeletePatient( 
   ByVal matchingEntitiesCollection As MatchingParameterCollection 
) As Integer 
public:  
   virtual int DeletePatient( 
      MatchingParameterCollection^ matchingEntitiesCollection 
   ) 

Parameters

matchingEntitiesCollection

A MatchingParameterCollection which includes the matching parameters for the query.

Return Value

A value representing the number of deleted patients.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly