The patient's custom forms, embedded into Patient Centre.
object.EmbeddedForms(aIndex)
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
aIndex |
In, Required | int |
The index of the embedded form. |
Display the name of the first patient's embedded form.
Dim aPatient
Dim aEmbeddedForms
Set aPatient = Profile.SelectPatient
aEmbeddedForms = aPatient.EmbeddedForms(0).Name
Profile.MsgBox (aEmbeddedForms) In Profile Client v8 on User Interface Embedded Forms can be added in and can be found in .