ISPatient.BloodGroupStr

Description

The patient's blood group.

Syntax

object.BloodGroupStr

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

Return Value

string

Example

Display the patient's blood group.

Dim aPatient  
Dim aBloodGroupStr

Set aPatient = Profile.SelectPatient
aBloodGroupStr = aPatient.BloodGroupStr
Profile.MsgBox (aBloodGroupStr)  
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface Blood Group Str can be found in Patient > Alter Patient > Maternity > Blood Group field or in Clinical > Medical Record > Obstetric > Edit > Maternal Summary > Blood Group field.

Version information

Added in v7.8.0