ISPatient.LMP

Description

The date and time of the patient's last menstrual period.

Syntax

object.LMP

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

Return Value

DateTime

Example

Display the date and time of the patient's last menstrual period.

Dim aPatient  
Dim aLMP

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

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

Version information

Added in v7.8.0