Rate at which the patient will normally be charged, if applicable.
object.ServiceRate
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's rate.
Dim aPatient
Dim aServiceRate
Set aPatient = Profile.SelectPatient
set aServiceRate = aPatient.ServiceRate
if aServiceRate is nothing then
Profile.MsgBox ("No service rate is selected")
exit sub
end if
Profile.MsgBox ("The service rate of the patient is " & aServiceRate.Description)
In Profile Client v8 on User Interface Service Rate can be found in
.