HL7-1: rename userId to stationId
This commit is contained in:
parent
3e00cf88e7
commit
bb3a6a5d8e
3 changed files with 32 additions and 34 deletions
|
@ -12,7 +12,7 @@ export enum MessageType {
|
|||
}
|
||||
|
||||
export type Message =
|
||||
| { type: MessageType.assign_id, payload: { userId: string }}
|
||||
| { type: MessageType.assign_id, payload: { stationId: string }}
|
||||
| { type: MessageType.send_hl7v2, payload: { message: string }}
|
||||
| { type: MessageType.receive_hl7v2, payload: { message: string, timestamp: string }}
|
||||
| { type: MessageType.delivery_error, payload: { error: string }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue