IsPatientMaternity.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 IsPatientMaternity interface

Return Value

DateTime

Example

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

Dim aPatient  
Dim aLMP
Dim aMaternity

Set aPatient = Profile.SelectPatient 
Set aMaternity = aPatient.GetMaternity
aLMP = aMaternity.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 fieldor in Clinical > Medical Record > Obstetric > Edit > Maternal Summary > LMP field.

Version information

Added in v7.8.0