PatientServiceBase class abstract

Annotations
  • @GrpcServiceName('services.task_svc.v1.PatientService')

Constructors

PatientServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
assignBed(ServiceCall call, AssignBedRequest request) Future<AssignBedResponse>
assignBed_Pre(ServiceCall call, Future<AssignBedRequest> request) Future<AssignBedResponse>
createPatient(ServiceCall call, CreatePatientRequest request) Future<CreatePatientResponse>
createPatient_Pre(ServiceCall call, Future<CreatePatientRequest> request) Future<CreatePatientResponse>
deletePatient(ServiceCall call, DeletePatientRequest request) Future<DeletePatientResponse>
deletePatient_Pre(ServiceCall call, Future<DeletePatientRequest> request) Future<DeletePatientResponse>
dischargePatient(ServiceCall call, DischargePatientRequest request) Future<DischargePatientResponse>
dischargePatient_Pre(ServiceCall call, Future<DischargePatientRequest> request) Future<DischargePatientResponse>
getPatient(ServiceCall call, GetPatientRequest request) Future<GetPatientResponse>
getPatient_Pre(ServiceCall call, Future<GetPatientRequest> request) Future<GetPatientResponse>
getPatientAssignmentByWard(ServiceCall call, GetPatientAssignmentByWardRequest request) Future<GetPatientAssignmentByWardResponse>
getPatientAssignmentByWard_Pre(ServiceCall call, Future<GetPatientAssignmentByWardRequest> request) Future<GetPatientAssignmentByWardResponse>
getPatientByBed(ServiceCall call, GetPatientByBedRequest request) Future<GetPatientByBedResponse>
getPatientByBed_Pre(ServiceCall call, Future<GetPatientByBedRequest> request) Future<GetPatientByBedResponse>
getPatientDetails(ServiceCall call, GetPatientDetailsRequest request) Future<GetPatientDetailsResponse>
getPatientDetails_Pre(ServiceCall call, Future<GetPatientDetailsRequest> request) Future<GetPatientDetailsResponse>
getPatientList(ServiceCall call, GetPatientListRequest request) Future<GetPatientListResponse>
getPatientList_Pre(ServiceCall call, Future<GetPatientListRequest> request) Future<GetPatientListResponse>
getPatientsByWard(ServiceCall call, GetPatientsByWardRequest request) Future<GetPatientsByWardResponse>
getPatientsByWard_Pre(ServiceCall call, Future<GetPatientsByWardRequest> request) Future<GetPatientsByWardResponse>
getRecentPatients(ServiceCall call, GetRecentPatientsRequest request) Future<GetRecentPatientsResponse>
getRecentPatients_Pre(ServiceCall call, Future<GetRecentPatientsRequest> request) Future<GetRecentPatientsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readmitPatient(ServiceCall call, ReadmitPatientRequest request) Future<ReadmitPatientResponse>
readmitPatient_Pre(ServiceCall call, Future<ReadmitPatientRequest> request) Future<ReadmitPatientResponse>
toString() String
A string representation of this object.
inherited
unassignBed(ServiceCall call, UnassignBedRequest request) Future<UnassignBedResponse>
unassignBed_Pre(ServiceCall call, Future<UnassignBedRequest> request) Future<UnassignBedResponse>
updatePatient(ServiceCall call, UpdatePatientRequest request) Future<UpdatePatientResponse>
updatePatient_Pre(ServiceCall call, Future<UpdatePatientRequest> request) Future<UpdatePatientResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited