hi-profiles
Version:
React components for the ABDM Health Information Profiles
12 lines (11 loc) • 433 B
TypeScript
interface IDiagnosticReportProps {
report: fhir4.DiagnosticReport;
className?: string;
}
export declare function DiagnosticReport({ report }: IDiagnosticReportProps): import("react/jsx-runtime").JSX.Element;
interface IProps {
references: fhir4.Reference[];
className?: string;
}
export default function DiagnosticReports({ references, className }: IProps): import("react/jsx-runtime").JSX.Element | null;
export {};