C# Class PatientPending.Core.PatientAdded

Inheritance: Event
Show file Open project: PaulUpson/PatientPending Class Usage Examples

Public Properties

Property Type Description
FirstName string
NhsNumber NHSNumber
PatientId System.Guid
Surname string
Title Title

Public Methods

Method Description
PatientAdded ( int userId, System.Guid patientId, string firstname, string surname, Title title, NHSNumber nhsNumber ) : System

Method Details

PatientAdded() public method

public PatientAdded ( int userId, System.Guid patientId, string firstname, string surname, Title title, NHSNumber nhsNumber ) : System
userId int
patientId System.Guid
firstname string
surname string
title Title
nhsNumber NHSNumber
return System

Property Details

FirstName public property

public string FirstName
return string

NhsNumber public property

public NHSNumber,PatientPending.Core NhsNumber
return NHSNumber

PatientId public property

public Guid,System PatientId
return System.Guid

Surname public property

public string Surname
return string

Title public property

public Title Title
return Title