-
REMS Admin Status
-
-
-
- Case Number : {this.state.remsAdminResponse?.data?.case_number || "N/A"}
-
-
- Status: {this.state.remsAdminResponse?.data?.status}
-
-
-
-
-
- {this.state.remsAdminResponse?.data?.case_number ?
-
this.setState({ spin: false })}
- />
- : ""
- }
-
-
-
-
- {this.state.viewResponse ?
-
- {this.unfurlJson(this.state.remsAdminResponse?.data, 0)}
-
- :
- ""}
- {this.state.viewBundle ?
- {this.renderBundle(this.props.specialtyRxBundle)}
-
: ""}
-
-
-
-
-
Pharmacy Status
-
-
-
- ID : {this.state.response?.data?.doctorOrder?._id || "N/A"}
-
-
- Status: {this.state.response?.data?.doctorOrder?.dispenseStatus}
-
-
-
- {this.state.response?.data?.doctorOrder?._id ?
-
this.setState({ spinPis: false })}
- />
- : ""
- }
-
-
-
-
- {this.state.viewPisBundle ?
- {this.renderBundle(this.props.specialtyRxBundle)}
-
: ""}
-