BMXNET 4.0 Developer API

The Visit type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
DateTime
Official timetamp of the visit
Ien
This will be non-null if the visit has been created in RPMS, otherwise it is null and the receiver in considered a stub.
IsFutureAppointment
Answer true if a future appointment.
IsLocked
If a visit can not be added to if it is locked. In the WinForm edition, all visits answered by BMX FIND VISIT are considered unlocked.
IsStub
If a visit is transient in the client memory space, it is a stub. In the EHR visits are often created as stubs (Create New is not checked) Once data is entered, the visit is created. The WinForm only supports full created visits therefore IsStub is always false
LocationName
Hospital Location of the visit
ProviderName
Primary provider of the visit

See Also