PatientServiceClient class
- Annotations
-
- @GrpcServiceName('services.task_svc.v1.PatientService')
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
assignBed(AssignBedRequest request, {CallOptions? options})
→ ResponseFuture<AssignBedResponse>
-
-
createPatient(CreatePatientRequest request, {CallOptions? options})
→ ResponseFuture<CreatePatientResponse>
-
-
deletePatient(DeletePatientRequest request, {CallOptions? options})
→ ResponseFuture<DeletePatientResponse>
-
-
dischargePatient(DischargePatientRequest request, {CallOptions? options})
→ ResponseFuture<DischargePatientResponse>
-
-
getPatient(GetPatientRequest request, {CallOptions? options})
→ ResponseFuture<GetPatientResponse>
-
-
getPatientAssignmentByWard(GetPatientAssignmentByWardRequest request, {CallOptions? options})
→ ResponseFuture<GetPatientAssignmentByWardResponse>
-
-
getPatientByBed(GetPatientByBedRequest request, {CallOptions? options})
→ ResponseFuture<GetPatientByBedResponse>
-
-
getPatientDetails(GetPatientDetailsRequest request, {CallOptions? options})
→ ResponseFuture<GetPatientDetailsResponse>
-
-
getPatientList(GetPatientListRequest request, {CallOptions? options})
→ ResponseFuture<GetPatientListResponse>
-
-
getPatientsByWard(GetPatientsByWardRequest request, {CallOptions? options})
→ ResponseFuture<GetPatientsByWardResponse>
-
-
getRecentPatients(GetRecentPatientsRequest request, {CallOptions? options})
→ ResponseFuture<GetRecentPatientsResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
readmitPatient(ReadmitPatientRequest request, {CallOptions? options})
→ ResponseFuture<ReadmitPatientResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
unassignBed(UnassignBedRequest request, {CallOptions? options})
→ ResponseFuture<UnassignBedResponse>
-
-
updatePatient(UpdatePatientRequest request, {CallOptions? options})
→ ResponseFuture<UpdatePatientResponse>
-