This method determines whether two OBHL7MRN objects are the same, based on the medrecnumber and assigning authority.
If (MRNSourceObject.IsSameMedRecObject(MRNTargetObject)) Then…
Parameter |
Type |
Description |
---|---|---|
Object ref |
Object ref |
A reference to an OBHL7MRN object. |
Return Value |
Description |
---|---|
0 |
Returned if the OBHL7MRN objects are different (based on medrecnumber and assigning authority). |
1 |
Returned if the OBHL7MRN objects are the same (based on medrecnumber and assigning authority). |