global class CreatePatientResult {
|
global ConnectApi.ErrorRepresentation error;
|
global Boolean isSuccess;
|
global String patientAccountId;
|
global CreatePatientResult() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|