Class ApiRequest
Represents an API request, encapsulating the data and configuration needed to invoke a remote or web service endpoint.
public class ApiRequest
- Inheritance
-
ApiRequest
- Inherited Members
- Extension Methods
Fields
Appointment
public PatientAppointment? Appointment
Field Value
Appointments
public List<PatientAppointment>? Appointments
Field Value
Treatment
public PatientTreatment? Treatment
Field Value
Treatments
public List<PatientTreatment>? Treatments
Field Value
Properties
AdmTime
public DateTime? AdmTime { get; set; }
Property Value
Admission
public Admission? Admission { get; set; }
Property Value
Alarms
public List<PatientObservationAlarm>? Alarms { get; set; }
Property Value
AlertLocationFrom
public PatientLocation? AlertLocationFrom { get; set; }
Property Value
AlertLocationTo
public PatientLocation? AlertLocationTo { get; set; }
Property Value
AttendingDoctor
public Person? AttendingDoctor { get; set; }
Property Value
ChatMessage
public ChatMessage? ChatMessage { get; set; }
Property Value
Diagnosis
public List<PatientDiagnosis>? Diagnosis { get; set; }
Property Value
DisTime
public DateTime? DisTime { get; set; }
Property Value
Discharge
public Discharge? Discharge { get; set; }
Property Value
Facility
public string? Facility { get; set; }
Property Value
IccaPatients
public List<PatientIcca>? IccaPatients { get; set; }
Property Value
Location
public PatientLocation? Location { get; set; }
Property Value
MasterList
public MasterList? MasterList { get; set; }
Property Value
MessageTime
public DateTime MessageTime { get; set; }
Property Value
Notice
public Notice? Notice { get; set; }
Property Value
ObsertationData
public ObservationData? ObsertationData { get; set; }
Property Value
Observation
public PatientObservation? Observation { get; set; }
Property Value
ObservationData
public ObservationData? ObservationData { get; set; }
Property Value
Observations
public List<PatientObservation>? Observations { get; set; }
Property Value
OldLocation
public PatientLocation? OldLocation { get; set; }
Property Value
OldPatientNumber
public string? OldPatientNumber { get; set; }
Property Value
Patient
public Person? Patient { get; set; }
Property Value
PatientId
public string? PatientId { get; set; }
Property Value
PatientNumber
public string? PatientNumber { get; set; }
Property Value
PumpObservation
public PumpObservation? PumpObservation { get; set; }
Property Value
PumpObservations
public List<PumpObservation>? PumpObservations { get; set; }
Property Value
Recording
public RecordingData? Recording { get; set; }
Property Value
RecordingAlert
public PatientRecordingAlert? RecordingAlert { get; set; }
Property Value
RecordingAlerts
public List<PatientRecordingAlert>? RecordingAlerts { get; set; }
Property Value
RequestFromPanel
public bool RequestFromPanel { get; set; }
Property Value
TraceId
public string? TraceId { get; set; }
Property Value
TraceMessageId
public string? TraceMessageId { get; set; }
Property Value
Type
public string? Type { get; set; }
Property Value
WaitResult
public bool WaitResult { get; set; }
Property Value
Methods
ToString()
Returns a JSON string representation of the current object using SerializeObject(object, Formatting) with no formatting. If serialization fails, falls back to the result of ToString().
public override string? ToString()
Returns
- string
A JSON string representation of the object, or the base ToString() result if serialization throws an exception.