ISPatient.GetCMSFields

Description

This function returns the patient's data from CMS external system.

Syntax

object.GetCMSFields()

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

ISCMSFields

Returns the patient's data from CMS external system.

Example

Display the patient's family name from CMS external system.

Dim aPatient  
Dim aCMSFields

Set aPatient = Profile.SelectPatient
aCMSFields = aPatient.GetCMSFields.FamilyName
Profile.MsgBox(aCMSFields)  
Note:

Version information

Added in v7.8.0