Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 907 Bytes

CreatePersonForm.md

File metadata and controls

15 lines (12 loc) · 907 Bytes

IO.Swagger.Model.CreatePersonForm

Properties

Name Type Description Notes
Address1 string Patient's address - 1st line (Max length: 100) [optional]
Address2 string Patient's address - 2nd line (Max length: 100) [optional]
City string Patient's city (Max length: 30) [optional]
Departmentid int? Primary (registration) department ID. [optional]
Dob string Patient's DOB (mm/dd/yyyy)
Email string Patient's email address. 'declined' can be used to indicate just that. [optional]
Firstname string Patient's first name [optional]

[Back to Model list] [Back to API list] [Back to README]